From ff217a2aeae278902296abace9258604f97eba22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 21 Sep 2023 22:38:49 +0900 Subject: [PATCH] chore: Update links to the repository (#6) --- README.md | 2 +- docs/stc/theme.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad0133b..4d42918 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Various open-source project services by Dudy. This is a web app that lists all the plugins for the [swc](https://swc.rs) project. -## Docs (`docs.`) +## Docs (`docs/`) ### `docs/stc/` diff --git a/docs/stc/theme.config.js b/docs/stc/theme.config.js index 792dffb..a3c5f54 100644 --- a/docs/stc/theme.config.js +++ b/docs/stc/theme.config.js @@ -73,7 +73,7 @@ export default { editLink: { text: "Edit this page on GitHub", }, - docsRepositoryBase: "https://github.com/dudykr/oss-docs/blob/main", + docsRepositoryBase: "https://github.com/dudykr/oss/tree/main/docs/stc", useNextSeoProps() { return { titleTemplate: "%s – stc",