From 92ea3eca14988543ae9676d0a24099e37988c152 Mon Sep 17 00:00:00 2001 From: Niko Date: Sun, 20 Nov 2022 21:12:33 +0200 Subject: [PATCH] change url of docs-site --- src/config.ts | 2 +- src/pages/en/introduction.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 9f4f6b9..8aad8c2 100644 --- a/src/config.ts +++ b/src/config.ts @@ -29,7 +29,7 @@ export const KNOWN_LANGUAGES = { } as const; export const KNOWN_LANGUAGE_CODES = Object.values(KNOWN_LANGUAGES); -export const GITHUB_EDIT_URL = `https://git.nextgraph.org/docs`; +export const GITHUB_EDIT_URL = `https://git.nextgraph.org/NextGraph/docs-site`; export const COMMUNITY_INVITE_URL = `https://forum.nextgraph.org`; diff --git a/src/pages/en/introduction.md b/src/pages/en/introduction.md index f974abf..ac42e2b 100644 --- a/src/pages/en/introduction.md +++ b/src/pages/en/introduction.md @@ -13,3 +13,5 @@ Come back soon as this page will be updated quickly. If you have questions or want to get in touch with us, the simplest way is to join the [forum](https://forum.nextgraph.org). For bug reports, please create an account and submit a new issue in our [Gitea instance](https://git.nextgraph.org). + +Stay tuned by subscribing to our [newsletter](https://list.nextgraph.org/subscription/form).