Skip to content

Commit dceb2fe

Browse files
authored
docs: clean all invalid links (close #2955) (#2956)
1 parent f077f71 commit dceb2fe

File tree

10 files changed

+26
-27
lines changed

10 files changed

+26
-27
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ It seems no any changes here.
385385
* A VuePress Blog Theme implemented in around 70 lines**: https://github.com/ulivz/70-lines-of-vuepress-blog-theme
386386

387387
* **Default Blog Theme**: [@vuepress/plugin-blog](https://github.com/ulivz/vuepress-theme-blog)
388-
* Live Example: http://example.vuepress-theme-blog.ulivz.com
388+
* Live Example: http://example.vuepress-theme-blog.billyyyyy3320.com
389389

390390
### BREAKING CHANGES
391391

@@ -597,7 +597,7 @@ It seems no any changes here.
597597

598598
* **$core:** cannot read property 'globalLayout' of null (close: [#1304](https://github.com/vuejs/vuepress/issues/1304)) ([94dab12](https://github.com/vuejs/vuepress/commit/94dab12))
599599
* **$core:** cannot use relative path in a permalink page (close: [#1227](https://github.com/vuejs/vuepress/issues/1227))([#1298](https://github.com/vuejs/vuepress/issues/1298)) ([d560e22](https://github.com/vuejs/vuepress/commit/d560e22))
600-
- Check out the [blog post](https://vuepress-relative-paths.ulivz.com/) for more details.
600+
- Check out the [blog post](https://vuepress-relative-paths.billyyyyy3320.com/) for more details.
601601

602602

603603
<a name="1.0.0-alpha.38"></a>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you have a VuePress-related project/component/tool, add it with a pull reques
4444

4545
<table>
4646
<td align="center"><a href="http://evanyou.me"><img src="https://avatars1.githubusercontent.com/u/499550?v=4" width="100px;" alt="Evan You"/><br /><sub><b>Evan You</b></sub></a><br /><a href="https://github.com/vuejs/vuepress/commits?author=yyx990803" title="Code">💻</a></td>
47-
<td align="center"><a href="http://ulivz.com"><img src="https://avatars1.githubusercontent.com/u/23133919?v=4" width="100px;" alt="ULIVZ"/><br /><sub><b>ULIVZ</b></sub></a><br /><a href="https://github.com/vuejs/vuepress/commits?author=ulivz" title="Code">💻</a> <a href="https://github.com/vuejs/vuepress/commits?author=ulivz" title="Documentation">📖</a></td>
47+
<td align="center"><a href="https://github.com/ulivz"><img src="https://avatars1.githubusercontent.com/u/23133919?v=4" width="100px;" alt="ULIVZ"/><br /><sub><b>ULIVZ</b></sub></a><br /><a href="https://github.com/vuejs/vuepress/commits?author=ulivz" title="Code">💻</a> <a href="https://github.com/vuejs/vuepress/commits?author=ulivz" title="Documentation">📖</a></td>
4848
</table>
4949

5050
### Active Core Team

packages/docs/docs/guide/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ Each Markdown file is compiled into HTML with [markdown-it](https://github.com/m
4848

4949
**Blog theme**
5050

51-
* [Documentation](https://vuepress-theme-blog.ulivz.com/)
52-
* [Live Example](https://ulivz.com/)
51+
* [Documentation](https://vuepress-theme-blog.billyyyyy3320.com/)
52+
* [Live Example](https://billyyyyy3320.com/)
5353

5454

5555
**Plugin**
5656

5757
* [Powerful Plugin API](../plugin/README.md)
58-
* [Blog Plugin](https://vuepress-plugin-blog.ulivz.com/)
58+
* [Blog Plugin](https://vuepress-plugin-blog.billyyyyy3320.com/)
5959
* [Search Plugin](../plugin/official/plugin-search.md)
6060
* [PWA Plugin](../plugin/official/plugin-pwa.md)
6161
* [Google Analytics Plugin](../plugin/official/plugin-google-analytics.md)

packages/docs/docs/plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ There are typically several types of plugins:
1111
3. Inject global UI. For example [@vuepress/plugin-back-to-top](./official/plugin-back-to-top.md);
1212
4. Extend the CLI with custom commands. For example [vuepress-plugin-export](https://github.com/ulivz/vuepress-plugin-export).
1313

14-
Here is also a little slightly complicated plugin example [@vuepress/plugin-blog](https://vuepress-plugin-blog.ulivz.com) that uses compile-time metadata to generate some dynamic modules and initialize them on the client-side by using `enhanceAppFiles`.
14+
Here is also a little slightly complicated plugin example [@vuepress/plugin-blog](https://vuepress-plugin-blog.billyyyyy3320.com) that uses compile-time metadata to generate some dynamic modules and initialize them on the client-side by using `enhanceAppFiles`.
1515

1616
## Out of the Box
1717

packages/docs/docs/plugin/official/plugin-blog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ metaTitle: Blog plugin | VuePress
77

88
## Features
99

10-
- [**Classification**](https://vuepress-plugin-blog.ulivz.com/guide/getting-started.html#document-classifier):
10+
- [**Classification**](https://vuepress-plugin-blog.billyyyyy3320.com/guide/getting-started.html#document-classifier):
1111
Powerful classification system lets you quickly classify your posts.
12-
- [**Pagination**](https://vuepress-plugin-blog.ulivz.com/guide/getting-started.html#pagination):
12+
- [**Pagination**](https://vuepress-plugin-blog.billyyyyy3320.com/guide/getting-started.html#pagination):
1313
Pagination runs through the entire plugin, and it has never been so simple.
14-
- [**Client APIs**](https://vuepress-plugin-blog.ulivz.com/client-api/): Simple client APIs make it easier for you to write a blog theme.
14+
- [**Client APIs**](https://vuepress-plugin-blog.billyyyyy3320.com/client-api/): Simple client APIs make it easier for you to write a blog theme.
1515

1616
## Install
1717

18-
We strongly recommend that you read the [Getting Started](https://vuepress-plugin-blog.ulivz.com/guide/getting-started.html) section before using this plugin.
18+
We strongly recommend that you read the [Getting Started](https://vuepress-plugin-blog.billyyyyy3320.com/guide/getting-started.html) section before using this plugin.
1919

2020
```bash
2121
yarn add -D @vuepress/plugin-blog
@@ -30,4 +30,4 @@ module.exports = {
3030
}
3131
```
3232

33-
Please head [documentation](https://vuepress-theme-blog.ulivz.com/) to see all available options.
33+
Please head [documentation](https://vuepress-theme-blog.billyyyyy3320.com/) to see all available options.

packages/docs/docs/theme/blog-theme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Sites
44

5-
- [Documentation](https://vuepress-theme-blog.ulivz.com)
6-
- [Live Example](https://example.vuepress-theme-blog.ulivz.com/)
7-
- [Live Example - ULIVZ’s space](https://ulivz.com/)
5+
- [Documentation](https://vuepress-theme-blog.billyyyyy3320.com)
6+
- [Live Example](https://example.vuepress-theme-blog.billyyyyy3320.com/)
7+
- [Live Example - ULIVZ’s space](https://billyyyyy3320.com/)
88
- [Live Example - Billyyyyy3320’s space](https://billyyyyy3320.com/)
99

1010
## Install

packages/docs/docs/zh/guide/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ VuePress 由两部分组成:第一部分是一个[极简静态网站生成器]
4444

4545
**博客主题**
4646

47-
* [文档](https://vuepress-theme-blog.ulivz.com/)
48-
* [在线案例](https://ulivz.com/)
47+
* [文档](https://vuepress-theme-blog.billyyyyy3320.com/)
48+
* [在线案例](https://billyyyyy3320.com/)
4949

5050
**Plugin**
5151

5252
* [强大的 Plugin API](../plugin/README.md)
53-
* [博客插件](https://vuepress-plugin-blog.ulivz.com/)
53+
* [博客插件](https://vuepress-plugin-blog.billyyyyy3320.com/)
5454
* [PWA 插件](../plugin/official/plugin-pwa.md)
5555
* [Google Analytics 插件](../plugin/official/plugin-google-analytics.md)
5656
* ...

packages/docs/docs/zh/plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
3. 注入全局的 UI, 如:[@vuepress/plugin-back-to-top](./official/plugin-back-to-top.md);
1212
4. 拓展 CLI 的指令,如:[vuepress-plugin-export](https://github.com/ulivz/vuepress-plugin-export)
1313

14-
这里也有一个略微复杂的插件案例 [@vuepress/plugin-blog](https://vuepress-plugin-blog.ulivz.com),其使用了编译期的元数据来生成了一些动态模块,并在客户端使用 `enhanceAppFiles` 来初始化他们。
14+
这里也有一个略微复杂的插件案例 [@vuepress/plugin-blog](https://vuepress-plugin-blog.billyyyyy3320.com),其使用了编译期的元数据来生成了一些动态模块,并在客户端使用 `enhanceAppFiles` 来初始化他们。
1515

1616
## 开箱即用
1717

packages/docs/docs/zh/plugin/official/plugin-blog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ metaTitle: 博客插件 | VuePress
77

88
## 功能
99

10-
- [**分类**](https://vuepress-plugin-blog.ulivz.com/guide/getting-started.html#document-classifier):强大的分类系统让你快速将贴文分类。
11-
- [**分页**](https://vuepress-plugin-blog.ulivz.com/guide/getting-started.html#pagination): 极其简单的开箱即用的分页功能。
12-
- [**客户端 API**](https://vuepress-plugin-blog.ulivz.com/client-api/): 透过客户端 API 轻松地写一个博客主题。
10+
- [**分类**](https://vuepress-plugin-blog.billyyyyy3320.com/guide/getting-started.html#document-classifier):强大的分类系统让你快速将贴文分类。
11+
- [**分页**](https://vuepress-plugin-blog.billyyyyy3320.com/guide/getting-started.html#pagination): 极其简单的开箱即用的分页功能。
12+
- [**客户端 API**](https://vuepress-plugin-blog.billyyyyy3320.com/client-api/): 透过客户端 API 轻松地写一个博客主题。
1313

1414
## 安装
1515

16-
在使用这个插件之前,我们强烈建议你先阅读 [Getting Started](https://vuepress-plugin-blog.ulivz.com/guide/getting-started.html)
16+
在使用这个插件之前,我们强烈建议你先阅读 [Getting Started](https://vuepress-plugin-blog.billyyyyy3320.com/guide/getting-started.html)
1717

1818
```bash
1919
yarn add -D @vuepress/plugin-blog
@@ -28,4 +28,4 @@ module.exports = {
2828
}
2929
```
3030

31-
参考 [文档](https://vuepress-theme-blog.ulivz.com/) 来查看所有可用的选项。
31+
参考 [文档](https://vuepress-theme-blog.billyyyyy3320.com/) 来查看所有可用的选项。

packages/docs/docs/zh/theme/blog-theme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
## 网站
44

5-
- [文档](https://vuepress-theme-blog.ulivz.com)
6-
- [线上范例](https://example.vuepress-theme-blog.ulivz.com/)
7-
- [线上范例 - ULIVZ's space](https://ulivz.com/)
5+
- [文档](https://vuepress-theme-blog.billyyyyy3320.com)
6+
- [线上范例](https://example.vuepress-theme-blog.billyyyyy3320.com/)
87
- [线上范例 - Billyyyyy3320's space](https://billyyyyy3320.com/)
98

109
## 安装

0 commit comments

Comments
 (0)