Skip to content

Commit 6fca452

Browse files
authored
Fix package.json links
1 parent 26579fe commit 6fca452

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/codefreak/docs-homepage.git"
12+
"url": "git+https://github.com/codefreak/docs.codefreak.org.git"
1313
},
1414
"author": "Henning Kasch <[email protected]>",
1515
"license": "AGPL-3.0-or-later",
1616
"bugs": {
17-
"url": "https://github.com/codefreak/docs-homepage/issues"
17+
"url": "https://github.com/codefreak/docs.codefreak.org/issues"
1818
},
19-
"homepage": "https://github.com/codefreak/docs-homepage#readme",
19+
"homepage": "https://github.com/codefreak/docs.codefreak.org#readme",
2020
"dependencies": {
2121
"@antora/cli": "^2.2.0",
2222
"@antora/site-generator-default": "^2.2.0"

0 commit comments

Comments
 (0)