Skip to content

Commit fef577c

Browse files
committed
✏️ Update docs links
1 parent 4008efc commit fef577c

File tree

6 files changed

+8
-23
lines changed

6 files changed

+8
-23
lines changed

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Internal changes:
4343

4444
- [ ] My code follows the code style of this project and passes `npm run lint`.
4545
- [ ] My change requires a change to the documentation.
46-
- [ ] I have [updated the documentation](https://docs.reworkd.ai) accordingly. # {DOCUMENTATION} <------- this should lead to the doc that could be changed/ didnt find it
46+
- [ ] I have [updated the documentation](https://reworkd.ai/docs) accordingly. # {DOCUMENTATION} <------- this should lead to the doc that could be changed/ didnt find it
4747
- [ ] My change has adequate [Unit Test coverage]({PLACEHOLDER}).
4848

4949
## Terms

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
<p align="center">
1515
<a href="https://agentgpt.reworkd.ai">🔗 Short link</a>
1616
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
17-
<a href="https://docs.reworkd.ai/">📚 Docs</a>
18-
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
19-
<a href="https://docs.reworkd.ai/essentials/contributing">🤝 Contribute</a>
17+
<a href="https://reworkd.ai/docs">📚 Docs</a>
2018
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
2119
<a href="https://twitter.com/reworkdai">🐦 Twitter</a>
2220
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
@@ -80,11 +78,6 @@ Before you get started, please make sure you have the following installed:
8078

8179
Happy hacking! :tada:
8280

83-
## 🎉 Roadmap
84-
85-
This platform is currently in beta, a full list of completed and planed features can be found on
86-
our [public roadmap](https://docs.reworkd.ai/essentials/roadmap).
87-
8881

8982
## 🚀 Tech Stack
9083

docs/README.zh-HANS.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
<p align="center">
1515
<a href="https://agentgpt.reworkd.ai">🔗 短链接</a>
1616
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
17-
<a href="https://docs.reworkd.ai/">📚 文档</a>
18-
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
19-
<a href="https://docs.reworkd.ai/essentials/contributing">🤝 参与贡献</a>
17+
<a href="https://reworkd.ai/docs">📚 文档</a>
2018
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
2119
<a href="https://twitter.com/reworkdai">🐦 推特</a>
2220
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
@@ -80,11 +78,6 @@ cli为AgentGPT设置了以下内容:
8078

8179
黑客快乐! 🎉
8280

83-
## 🎉 路线图
84-
85-
该平台目前处于测试阶段(beta),已完成和计划中的功能的完整列表可在我们的
86-
[public roadmap](https://docs.reworkd.ai/essentials/roadmap)中找到。
87-
8881

8982
## 🚀 技术栈
9083

@@ -124,4 +117,4 @@ cli为AgentGPT设置了以下内容:
124117

125118
<div align="center">
126119
<sub>使用 <a href="https://contrib.rocks">contrib.rocks</a>制作。</sub>
127-
</div>
120+
</div>

next/src/components/NavBar.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import GlowWrapper from "./GlowWrapper";
99
import CycleIcons from "./motions/CycleIcons";
1010
import FadeIn from "./motions/FadeIn";
1111
import PrimaryButton from "./PrimaryButton";
12-
import TextButton from "./TextButton";
1312
import BlogsIcon from "../../public/icons/icon-blogs.svg";
1413
import DocsIcon from "../../public/icons/icon-docs.svg";
1514
import GithubIcon from "../../public/icons/icon-github.svg";
@@ -25,7 +24,7 @@ const navigation = [
2524
href: "https://github.com/reworkd/AgentGPT",
2625
icon: <GithubIcon />,
2726
},
28-
{ name: "Docs", href: "https://docs.reworkd.ai/", icon: <DocsIcon /> },
27+
{ name: "Docs", href: "https://reworkd.ai/docs", icon: <DocsIcon /> },
2928
];
3029

3130
export default function NavBar() {

next/src/components/console/ChatMessage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ const FAQ = () => {
8787
<p>
8888
<br />
8989
If you are facing issues, please head over to our{" "}
90-
<a href="https://docs.reworkd.ai/essentials/FAQ" className="text-sky-500">
91-
FAQ
90+
<a href="https://reworkd.ai/docs" className="text-sky-500">
91+
docs
9292
</a>
9393
</p>
9494
);

next/src/components/sidebar/links.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const PAGE_LINKS: LinkMetadata[] = [
2525
},
2626
{
2727
name: "Help",
28-
href: "https://docs.reworkd.ai/",
28+
href: "https://reworkd.ai/docs",
2929
icon: FaQuestion,
3030
className: "group-hover:text-red-500",
3131
},

0 commit comments

Comments
 (0)