Skip to content

Commit e47bc94

Browse files
babu-chclaude
andcommitted
Fix homepage URLs to point to GitHub Pages docs site
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2f4616f commit e47bc94

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"author": "babu-ch",
1515
"license": "MIT",
16-
"homepage": "https://github.com/babu-ch/link-interceptor/tree/main/packages/core",
16+
"homepage": "https://babu-ch.github.io/link-interceptor/",
1717
"repository": {
1818
"type": "git",
1919
"url": "git+https://github.com/babu-ch/link-interceptor.git",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"author": "babu-ch",
1515
"license": "MIT",
16-
"homepage": "https://github.com/babu-ch/link-interceptor/tree/main/packages/react",
16+
"homepage": "https://babu-ch.github.io/link-interceptor/",
1717
"repository": {
1818
"type": "git",
1919
"url": "git+https://github.com/babu-ch/link-interceptor.git",

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"author": "babu-ch",
1515
"license": "MIT",
16-
"homepage": "https://github.com/babu-ch/link-interceptor/tree/main/packages/svelte",
16+
"homepage": "https://babu-ch.github.io/link-interceptor/",
1717
"repository": {
1818
"type": "git",
1919
"url": "git+https://github.com/babu-ch/link-interceptor.git",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"author": "babu-ch",
1616
"license": "MIT",
17-
"homepage": "https://github.com/babu-ch/link-interceptor/tree/main/packages/vue",
17+
"homepage": "https://babu-ch.github.io/link-interceptor/",
1818
"repository": {
1919
"type": "git",
2020
"url": "git+https://github.com/babu-ch/link-interceptor.git",

0 commit comments

Comments
 (0)