diff --git a/README.md b/README.md index 44b3a48..8ad68cd 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ npm License -Node.js CI - +Node.js CI +

[ドキュメントサイト](https://microcms-rich-editor-handler.vercel.app) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 1c58d62..cc54d10 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -74,7 +74,7 @@ export default defineConfig({ socialLinks: [ { icon: "github", - link: "https://github.com/dc7290/microcms-rich-editor-handler", + link: "https://github.com/microcmsio/microcms-rich-editor-handler", }, { icon: "x", link: "https://x.com/d_suke_09" }, ], diff --git a/package.json b/package.json index 9296911..87dba36 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,11 @@ ], "homepage": "https://microcms-rich-editor-handler.vercel.app", "bugs": { - "url": "https://github.com/dc7290/microcms-rich-editor-handler/issues" + "url": "https://github.com/microcmsio/microcms-rich-editor-handler/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/dc7290/microcms-rich-editor-handler.git" + "url": "git+https://github.com/microcmsio/microcms-rich-editor-handler.git" }, "license": "MIT", "author": "d-suke",