From 88c98f20239c68ef3511281a065c15e78c5356b8 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Thu, 29 Feb 2024 11:24:21 -0800 Subject: [PATCH] Update GitHub links to point to our self-hosted OpenNeo Code --- LICENSE.md | 2 +- app/views/layouts/application.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index b8f83d93..e662aad8 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ Contributor: Matchu -Source Code: https://github.com/matchu/impress +Source Code: https://code.openneo.net/OpenNeo/impress ## Modification diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 96ab47e2..c275face 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -60,7 +60,7 @@ %noscript= submit_tag 'Go' %ul - %li= link_to t('.footer.source_code'), 'https://github.com/openneo/impress' + %li= link_to t('.footer.source_code'), 'https://code.openneo.net/OpenNeo/impress' %li.terms{"data-updated-recently": terms_updated_recently } = link_to t('.footer.terms', date: terms_updated_timestamp), terms_path