docs: fixup links

This commit is contained in:
oiov
2024-07-30 19:27:32 +08:00
parent 1151766da6
commit dd92ccf3c8
3 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<h1>WR.DO</h1>
<p><a href="https://discord.gg/d68kWCBDEs">Discord</a> · English | <a href="/README-zh.md">简体中文</a></p>
<p>创建 DNS 记录,生成短链接</p>
<img src="https://f8dd841.webp.li/wrdo-og.png"/>
<img src="https://wr.do/_static/images/light-preview.png"/>
</div>
## 功能
@@ -28,7 +28,7 @@
- [Cloudflare](https://dash.cloudflare.com/) 账户
- 在 Cloudflare 托管的 **域名**
查看有关[开发者](https://wr.do/docs/developer)的文档。
查看有关[开发者](https://wr.do/docs/developer/installation)的文档。
## 本地开发
+2 -2
View File
@@ -2,7 +2,7 @@
<h1>WR.DO</h1>
<p><a href="https://discord.gg/d68kWCBDEs">Discord</a> · English | <a href="/README-zh.md">简体中文</a></p>
<p>Craft DNS Records, Make Short Links</p>
<img src="https://f8dd841.webp.li/wrdo-og.png"/>
<img src="https://wr.do/_static/images/light-preview.png"/>
</div>
## Features
@@ -28,7 +28,7 @@ See docs about [guide](https://wr.do/docs/quick-start) for quick start.
- [Cloudflare](https://dash.cloudflare.com/) account
- A **domain** name hosted on Cloudflare
See docs about [developer](https://wr.do/docs/developer).
See docs about [developer](https://wr.do/docs/developer/installation).
## Local development
+5
View File
@@ -32,6 +32,11 @@ const nextConfig = {
destination: "/",
permanent: true,
},
{
source: "/docs/developer",
destination: "/docs/developer/installation",
permanent: true,
},
{
source: "/0",
destination: "https://www.oiov.dev",