From 74fbf45fcf554d3d82552c583ef2b2e7fc940cd1 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 8 May 2026 14:47:10 +0200 Subject: [PATCH] feat: change all github repo to new username: ayo-run --- README.md | 2 +- docs/astro.config.mjs | 2 +- docs/src/content/docs/guides/getting-started.mdx | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 50b46f0..b97ba16 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The result is a reactive UI on property changes. There are many ways to get in touch: -1. Open a [GitHub issue](https://github.com/ayoayco/wcb/issues/new) or [discussion](https://github.com/ayoayco/wcb/discussions) +1. Open a [GitHub issue](https://github.com/ayo-run/wcb/issues/new) or [discussion](https://github.com/ayo-run/wcb/discussions) 1. Submit a ticket via [SourceHut todo](https://todo.sr.ht/~ayoayco/wcb) 1. Email me: [hi@ayo.run](mailto:hi@ayo.run) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index e659aa2..d811bb9 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -13,7 +13,7 @@ export default defineConfig({ social: { npm: 'https://www.npmjs.com/package/web-component-base', sourcehut: 'https://sr.ht/~ayoayco/wcb/', - github: 'https://github.com/ayoayco/wcb/', + github: 'https://github.com/ayo-run/wcb/', }, sidebar: [ { diff --git a/docs/src/content/docs/guides/getting-started.mdx b/docs/src/content/docs/guides/getting-started.mdx index a763de5..3ddc5fc 100644 --- a/docs/src/content/docs/guides/getting-started.mdx +++ b/docs/src/content/docs/guides/getting-started.mdx @@ -28,7 +28,7 @@ If you have some complex needs, we recommend using the `WebComponent` base class ## Installation -The library is distributed as complete ECMAScript Modules (ESM) and published on [NPM](https://ayco.io/n/web-component-base). Please open a [GitHub issue](https://github.com/ayoayco/wcb/issues/new) or [discussion](https://github.com/ayoayco/wcb/discussions) for problems or requests regarding our distribution. You can also submit a ticket in [SourceHut](https://todo.sr.ht/~ayoayco/wcb). +The library is distributed as complete ECMAScript Modules (ESM) and published on [NPM](https://ayco.io/n/web-component-base). Please open a [GitHub issue](https://github.com/ayo-run/wcb/issues/new) or [discussion](https://github.com/ayo-run/wcb/discussions) for problems or requests regarding our distribution. You can also submit a ticket in [SourceHut](https://todo.sr.ht/~ayoayco/wcb). ### Import via CDN diff --git a/package.json b/package.json index bf09699..1836611 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ayoayco/web-component-base.git" + "url": "git+https://github.com/ayo-run/web-component-base.git" }, "homepage": "https://WebComponent.io", "keywords": [ @@ -58,7 +58,7 @@ "author": "Ayo Ayco", "license": "MIT", "bugs": { - "url": "https://github.com/ayoayco/web-component-base/issues" + "url": "https://github.com/ayo-run/web-component-base/issues" }, "devDependencies": { "@eslint/js": "^9.39.2",