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).