Skip to content

Commit

Permalink
fix URLs to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jahudka committed Aug 22, 2023
1 parent 30d9358 commit 322abe4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ new features. There's no formal code style, if I have an issue with your
indentation or something, I'll just fix it.


[1]: https://jahudka.github.io/dicc/
[2]: https://github.com/jahudka/dicc/blob/main/core/cli/src/definitions.ts
[3]: https://github.com/jahudka/dicc/blob/main/core/cli/src/container.ts
[4]: https://github.com/jahudka/dicc/blob/main/core/cli/src/cli.ts
[1]: https://cdn77.github.io/dicc/
[2]: https://github.com/cdn77/dicc/blob/main/core/cli/src/definitions.ts
[3]: https://github.com/cdn77/dicc/blob/main/core/cli/src/container.ts
[4]: https://github.com/cdn77/dicc/blob/main/core/cli/src/cli.ts
8 changes: 4 additions & 4 deletions core/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"ioc",
"inversion of control"
],
"version": "0.0.30",
"version": "0.0.31",
"license": "MIT",
"author": {
"name": "Dan Kadera",
"email": "[email protected]",
"url": "https://github.com/jahudka"
},
"homepage": "https://github.com/jahudka/dicc",
"homepage": "https://github.com/cdn77/dicc",
"repository": {
"type": "git",
"url": "https://github.com/jahudka/dicc.git",
"url": "https://github.com/cdn77/dicc.git",
"directory": "core/cli"
},
"files": [
Expand All @@ -32,7 +32,7 @@
"dicc": "dist/cli.js"
},
"dependencies": {
"dicc": "^0.0.24",
"dicc": "^0.0.25",
"ts-morph": "^18.0",
"typescript": "^5.0",
"yaml": "^2.3.1",
Expand Down
6 changes: 3 additions & 3 deletions core/dicc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"ioc",
"inversion of control"
],
"version": "0.0.24",
"version": "0.0.25",
"license": "MIT",
"author": {
"name": "Dan Kadera",
"email": "[email protected]",
"url": "https://github.com/jahudka"
},
"homepage": "https://github.com/jahudka/dicc",
"homepage": "https://github.com/cdn77/dicc",
"repository": {
"type": "git",
"url": "https://github.com/jahudka/dicc.git",
"url": "https://github.com/cdn77/dicc.git",
"directory": "core/dicc"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script>
window.$docsify = {
name: 'DICC',
repo: 'jahudka/dicc',
repo: 'cdn77/dicc',
loadSidebar: 'sidebar.md',
auto2top: true,
gfm: true,
Expand Down
2 changes: 1 addition & 1 deletion docs/sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
- [Config and compilation](user/04-config-and-compilation.md)
- Developer docs
- coming soon
- [GitHub](https://github.com/jahudka/dicc)
- [GitHub](https://github.com/cdn77/dicc)
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 322abe4

Please sign in to comment.