Skip to content

Commit 3e110d2

Browse files
committed
organization名を変更
1 parent 10589b4 commit 3e110d2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<a href="https://www.npmjs.com/package/microcms-rich-editor-handler" target="_blank"><img alt="npm" src="https://img.shields.io/npm/v/microcms-rich-editor-handler"></a>
88
<!-- <a href="https://npmcharts.com/compare/microcms-rich-editor-handler?minimal=true" target="_blank"><img alt="downloads" src="https://img.shields.io/npm/dt/microcms-rich-editor-handler"></a> -->
99
<a href="https://www.npmjs.com/package/microcms-rich-editor-handler" target="__blank"><img alt="License" src="https://img.shields.io/npm/l/microcms-rich-editor-handler?label=License"></a>
10-
<a href="https://github.com/dc7290/microcms-rich-editor-handler/actions/workflows/node.js.yml" target="_blank"><img alt="Node.js CI" src="https://github.com/dc7290/microcms-rich-editor-handler/actions/workflows/node.js.yml/badge.svg"></a>
11-
<!-- <a href="https://github.com/dc7290/microcms-rich-editor-handler/stargazers" target="_blank"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/dc7290/microcms-rich-editor-handler?style=social"></a> -->
10+
<a href="https://github.com/microcmsio/microcms-rich-editor-handler/actions/workflows/node.js.yml" target="_blank"><img alt="Node.js CI" src="https://github.com/microcmsio/microcms-rich-editor-handler/actions/workflows/node.js.yml/badge.svg"></a>
11+
<!-- <a href="https://github.com/microcmsio/microcms-rich-editor-handler/stargazers" target="_blank"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/microcmsio/microcms-rich-editor-handler?style=social"></a> -->
1212
</p>
1313

1414
[ドキュメントサイト](https://microcms-rich-editor-handler.vercel.app)

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default defineConfig({
7474
socialLinks: [
7575
{
7676
icon: "github",
77-
link: "https://github.com/dc7290/microcms-rich-editor-handler",
77+
link: "https://github.com/microcmsio/microcms-rich-editor-handler",
7878
},
7979
{ icon: "x", link: "https://x.com/d_suke_09" },
8080
],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
],
1111
"homepage": "https://microcms-rich-editor-handler.vercel.app",
1212
"bugs": {
13-
"url": "https://github.com/dc7290/microcms-rich-editor-handler/issues"
13+
"url": "https://github.com/microcmsio/microcms-rich-editor-handler/issues"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/dc7290/microcms-rich-editor-handler.git"
17+
"url": "git+https://github.com/microcmsio/microcms-rich-editor-handler.git"
1818
},
1919
"license": "MIT",
2020
"author": "d-suke",

0 commit comments

Comments
 (0)