Skip to content

Commit

Permalink
chore(urls): update urls to repo (#138)
Browse files Browse the repository at this point in the history
this commit updates various urls to point to the stencil-community
rather than the ionic-team organization. although github will
automatically forward requests to the new org, there are some places
like npm where that forwarding is less obvious
  • Loading branch information
rwaskiewicz authored Jun 7, 2022
1 parent 51bc399 commit 2580a32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A simple router, inspired by React Router v4, for Stencil apps and vanilla Web C

Included components and all other information can be found in our [wiki].

[wiki]: https://github.com/ionic-team/stencil-router/wiki
[wiki]: https://github.com/stencil-community/stencil-router/wiki

[npm-badge]: https://img.shields.io/npm/v/@stencil-community/router.svg
[npm-badge-url]: https://www.npmjs.com/package/@stencil-community/router
2 changes: 1 addition & 1 deletion packages/demo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Stencil also enables a number of key capabilities on top of Web Components, in p
To start a new project using Stencil, clone this repo to a new directory:

```bash
git clone https://github.com/ionic-team/stencil-starter.git my-app
git clone https://github.com/stencil-community/stencil-app-starter.git my-app
cd my-app
git remote rm origin
```
Expand Down
6 changes: 3 additions & 3 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/stencil-router.git"
"url": "git+https://github.com/stencil-community/stencil-router.git"
},
"dependencies": {
"@stencil/state-tunnel": "^1.0.1"
Expand All @@ -33,7 +33,7 @@
"author": "Ionic Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/stencil-router"
"url": "https://github.com/stencil-community/stencil-router/issues"
},
"jest": {
"moduleFileExtensions": [
Expand All @@ -46,5 +46,5 @@
},
"testRegex": "/__tests__/.*(test|spec)\\.(ts|tsx)$"
},
"homepage": "https://github.com/ionic-team/stencil-router"
"homepage": "https://github.com/stencil-community/stencil-router"
}

0 comments on commit 2580a32

Please sign in to comment.