From 952cc8a499cdac4f47e96dd9e35fbe63589ca014 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 25 Jun 2023 00:02:34 +0200 Subject: [PATCH] fix: paths to the upstream repository Signed-off-by: Matej Focko --- docusaurus.config.js | 6 +++--- src/components/HomepageFeatures/index.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5c23f6e..2661da2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -23,7 +23,7 @@ class Subject { path: this.subject, routeBasePath: this.subject, sidebarPath: require.resolve("./sidebars.js"), - editUrl: "https://gitlab.com/mfocko/kb/tree/main", + editUrl: "https://gitlab.com/mfocko/blog/tree/main", remarkPlugins: [math], rehypePlugins: [katex], }, @@ -98,7 +98,7 @@ const config = { type: 'all', copyright: `Copyright © ${new Date().getFullYear()} Matej Focko.`, }, - editUrl: "https://gitlab.com/mfocko/kb/tree/main", + editUrl: "https://gitlab.com/mfocko/blog/tree/main", remarkPlugins: [math], rehypePlugins: [katex], }, @@ -176,7 +176,7 @@ const config = { items: [ { label: "GitLab", - href: "https://gitlab.com/mfocko/kb", + href: "https://gitlab.com/mfocko/blog", }, { label: "GitLab FI", diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index a50e2e3..4920d7b 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -27,7 +27,7 @@ const FeatureList = [ description: ( <> This content can be found as a source at{" "} - GitLab or{" "} + GitLab or{" "} FI GitLab. And you can find it deployed on {" "} aisa or{" "}