diff --git a/src/js/modules/generic/nav/Nav.vue b/src/js/modules/generic/nav/Nav.vue index 3cf7d0c..946a00f 100644 --- a/src/js/modules/generic/nav/Nav.vue +++ b/src/js/modules/generic/nav/Nav.vue @@ -59,7 +59,7 @@ { value: 'ext:github', label: 'GitHub', - action: () => window.open('https://github.com/basvdl97/PQChoiceAssistant/tree/main', '_blank') + action: () => window.open('https://github.com/TNO/PQChoiceAssistant/', '_blank') } ] }