diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 65a5947..b3680f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,8 +21,8 @@ land a change. ```sh # Requires Node 22+ and pnpm. -git clone --recurse-submodules https://github.com/baseballyama/word-kit -cd word-kit +git clone --recurse-submodules https://github.com/office-kit/docx +cd docx pnpm install ``` diff --git a/package.json b/package.json index 2949466..57f39cc 100644 --- a/package.json +++ b/package.json @@ -9,15 +9,15 @@ "word", "wordprocessingml" ], - "homepage": "https://github.com/baseballyama/word-kit#readme", + "homepage": "https://github.com/office-kit/docx#readme", "bugs": { - "url": "https://github.com/baseballyama/word-kit/issues" + "url": "https://github.com/office-kit/docx/issues" }, "license": "MIT", "author": "Yuichiro Yamashita", "repository": { "type": "git", - "url": "git+https://github.com/baseballyama/word-kit.git" + "url": "git+https://github.com/office-kit/docx.git" }, "files": [ "dist", diff --git a/packages/preview/package.json b/packages/preview/package.json index 9e24b7a..a14549c 100644 --- a/packages/preview/package.json +++ b/packages/preview/package.json @@ -10,15 +10,15 @@ "word", "wordprocessingml" ], - "homepage": "https://github.com/baseballyama/word-kit#readme", + "homepage": "https://github.com/office-kit/docx#readme", "bugs": { - "url": "https://github.com/baseballyama/word-kit/issues" + "url": "https://github.com/office-kit/docx/issues" }, "license": "MIT", "author": "Yuichiro Yamashita", "repository": { "type": "git", - "url": "git+https://github.com/baseballyama/word-kit.git", + "url": "git+https://github.com/office-kit/docx.git", "directory": "packages/preview" }, "files": [ diff --git a/site/src/lib/components/SiteHeader.svelte b/site/src/lib/components/SiteHeader.svelte index c5ba019..39cd333 100644 --- a/site/src/lib/components/SiteHeader.svelte +++ b/site/src/lib/components/SiteHeader.svelte @@ -8,7 +8,7 @@ { path: '/docs/recipes', label: 'Recipes' }, { path: '/playground', label: 'Playground' }, { path: '/api', label: 'API' }, - { path: 'https://github.com/baseballyama/word-kit', label: 'GitHub', external: true }, + { path: 'https://github.com/office-kit/docx', label: 'GitHub', external: true }, ]; function resolve(link: (typeof links)[number]): string { diff --git a/site/src/routes/+layout.svelte b/site/src/routes/+layout.svelte index 74a49f1..34d6935 100644 --- a/site/src/routes/+layout.svelte +++ b/site/src/routes/+layout.svelte @@ -21,7 +21,7 @@
diff --git a/site/src/routes/docs/getting-started/+page.svelte b/site/src/routes/docs/getting-started/+page.svelte index 3320e78..85af233 100644 --- a/site/src/routes/docs/getting-started/+page.svelte +++ b/site/src/routes/docs/getting-started/+page.svelte @@ -87,7 +87,7 @@