Skip to content

Commit e0b7957

Browse files
author
dfounderliu
committed
fix document
1 parent 2cc5878 commit e0b7957

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $ touch serverless.yml
6666

6767
```yml
6868
PyramidTest:
69-
component: '@gosls/tencent-pyramid'
69+
component: '@serverless/tencent-pyramid'
7070
inputs:
7171
region: ap-guangzhou
7272
functionName: PyramidFunctionTest

docs/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
pyramid:
99
region: ap-guangzhou
10-
component: '@gosls/tencent-pyramid'
10+
component: '@serverless/tencent-pyramid'
1111
inputs:
1212
region: ap-guangzhou
1313
pyramidProjectName: myproject

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
},
7373
"repository": {
7474
"type": "git",
75-
"url": "git+https://github.com/gosls/tencent-pyramid.git"
75+
"url": "git+https://github.com/serverless-components/tencent-pyramid.git"
7676
},
7777
"bugs": {
78-
"url": "https://github.com/gosls/tencent-pyramid/issues"
78+
"url": "https://github.com/serverless-components/tencent-pyramid/issues"
7979
},
80-
"homepage": "https://github.com/gosls/tencent-pyramid#readme"
80+
"homepage": "https://github.com/serverless-components/tencent-pyramid#readme"
8181
}

0 commit comments

Comments
 (0)