We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34242f1 commit b73d1ffCopy full SHA for b73d1ff
package.json
@@ -30,7 +30,7 @@
30
},
31
"repository": {
32
"type": "git",
33
- "url": "https://gitee.com/feng3d/render-api.git"
+ "url": "https://github.com/feng3d-labs/render-api.git"
34
35
"publishConfig": {
36
"access": "public"
typedoc.json
@@ -4,6 +4,6 @@
4
"entryPoints": [
5
"src/index.ts"
6
],
7
- "sourceLinkTemplate": "https://gitee.com/feng3d/render-api/tree/master/{path}#L{line}",
+ "sourceLinkTemplate": "https://github.com/feng3d-labs/render-api/tree/master/{path}#L{line}",
8
"out": "public"
9
}
0 commit comments