Skip to content

Commit f372f3b

Browse files
committed
docs: ✏️ create-project链接替换
1 parent 2972252 commit f372f3b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const nav = [
1818
{
1919
text: 'Create project',
2020
link:
21-
'https://cloud-templates.github.io/create-project/'
21+
'https://winjs-dev.github.io/create-project/'
2222
}
2323
]
2424
}

src/guides/mpa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The default rendering method is Vue. Entry files only need to export Vue compone
139139
<h1>{{ title }}</h1>
140140
<p>
141141
For custom configuration guidance, please visit
142-
<a href="https://cloud-templates.github.io/create-project/" target="_blank" rel="noopener"
142+
<a href="https://winjs-dev.github.io/create-project/" target="_blank" rel="noopener"
143143
>create-project documentation</a
144144
>.
145145
</p>

src/zh/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const nav = [
1818
{
1919
text: 'CreateProject',
2020
link:
21-
'https://cloud-templates.github.io/create-project/'
21+
'https://winjs-dev.github.io/create-project/'
2222
}
2323
]
2424
}

src/zh/guides/mpa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ MPA_FILTER=bar,foo
139139
<h1>{{ title }}</h1>
140140
<p>
141141
有关自定义配置指引, 请前往
142-
<a href="https://cloud-templates.github.io/create-project/" target="_blank" rel="noopener"
142+
<a href="https://winjs-dev.github.io/create-project/" target="_blank" rel="noopener"
143143
>create-project 文档</a
144144
>.
145145
</p>

0 commit comments

Comments
 (0)