File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ $ mkdir tencent-website && cd tencent-website
48
48
通过如下命令和模板链接,快速创建一个静态网站托管应用:
49
49
50
50
```
51
- $ serverless create --template-url https://github.com/serverless-components/tencent-website/tree/v2 /example
51
+ $ serverless create --template-url https://github.com/serverless-components/tencent-website/tree/master /example
52
52
$ cd example
53
53
```
54
54
@@ -103,7 +103,7 @@ inputs:
103
103
protocol : https
104
104
` ` `
105
105
106
- 点此查看[全量配置及配置说明](https://github.com/serverless-components/tencent-website/blob/v2 /docs/configure.md)
106
+ 点此查看[全量配置及配置说明](https://github.com/serverless-components/tencent-website/blob/master /docs/configure.md)
107
107
108
108
当你根据该配置文件更新配置字段后,再次运行 ` serverless deploy` 或者 `serverless` 就可以更新配置到云端。
109
109
You can’t perform that action at this time.
0 commit comments