Skip to content

Commit b73d1ff

Browse files
committed
gitee.com/feng3d -> github.com/feng3d-labs
1 parent 34242f1 commit b73d1ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"repository": {
3232
"type": "git",
33-
"url": "https://gitee.com/feng3d/render-api.git"
33+
"url": "https://github.com/feng3d-labs/render-api.git"
3434
},
3535
"publishConfig": {
3636
"access": "public"

typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"entryPoints": [
55
"src/index.ts"
66
],
7-
"sourceLinkTemplate": "https://gitee.com/feng3d/render-api/tree/master/{path}#L{line}",
7+
"sourceLinkTemplate": "https://github.com/feng3d-labs/render-api/tree/master/{path}#L{line}",
88
"out": "public"
99
}

0 commit comments

Comments
 (0)