Skip to content

Commit 096589d

Browse files
authored
fix: 404 links of docs.rsshub.app (#1009)
* fix: update join us link * fix: update accessKey link * fix: update sponsor link
1 parent 0aec97d commit 096589d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

assets/locales/en/messages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"message": "Full remote updates are disabled due to browser limitations"
5555
},
5656
"forMoreRulesJoinUs": {
57-
"message": "For more rules support, <a target=\"_blank\" href=\"https://docs.rsshub.app/joinus/quick-start.html\">join us</a>!"
57+
"message": "For more rules support, <a target=\"_blank\" href=\"https://docs.rsshub.app/joinus/#quick-start\">join us</a>!"
5858
},
5959
"general": {
6060
"message": "General"
@@ -111,7 +111,7 @@
111111
"message": "RSSHub Radar is a spin-off of <a target=\"_blank\" href=\"https://docs.rsshub.app\">RSSHub</a> that helps you quickly discover and subscribe to RSS and RSSHub for your current site, and the project is <a target=\"_blank\" href=\"https://github.com/DIYgod/RSSHub-Radar\">open source</a> under the MIT license and is completely free to use."
112112
},
113113
"sponsoredDevelopment": {
114-
"message": "⭐️ Sponsor RSSHub Radar: <a target=\"_blank\" href=\"https://docs.rsshub.app/support/\">https://docs.rsshub.app/support/</a>"
114+
"message": "⭐️ Sponsor RSSHub Radar: <a target=\"_blank\" href=\"https://docs.rsshub.app/sponsor\">https://docs.rsshub.app/sponsor</a>"
115115
},
116116
"updateLog": {
117117
"message": "📝 Update log"

assets/locales/zh_CN/messages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"message": "由于浏览器限制,完整的远程更新被禁用"
5555
},
5656
"forMoreRulesJoinUs": {
57-
"message": "更多规则支持中,快来<a target=\"_blank\" href=\"https://docs.rsshub.app/zh/joinus/quick-start.html\">参与我们</a>吧!"
57+
"message": "更多规则支持中,快来<a target=\"_blank\" href=\"https://docs.rsshub.app/zh/joinus/#quick-start\">参与我们</a>吧!"
5858
},
5959
"general": {
6060
"message": "常规"
@@ -111,7 +111,7 @@
111111
"message": "RSSHub Radar 是 <a target=\"_blank\" href=\"https://docs.rsshub.app/zh/\">RSSHub</a> 的衍生项目,她可以帮助你快速发现和订阅当前网站的 RSS 和 RSSHub,项目<a target=\"_blank\" href=\"https://github.com/DIYgod/RSSHub-Radar\">采用 MIT 许可开源</a>,使用完全免费。"
112112
},
113113
"sponsoredDevelopment": {
114-
"message": "⭐️ 赞助 RSSHub Radar 的开发: <a target=\"_blank\" href=\"https://docs.rsshub.app/zh/support/\">https://docs.rsshub.app/zh/support/</a>"
114+
"message": "⭐️ 赞助 RSSHub Radar 的开发: <a target=\"_blank\" href=\"https://docs.rsshub.app/zh/sponsor\">https://docs.rsshub.app/zh/sponsor</a>"
115115
},
116116
"updateLog": {
117117
"message": "📝 更新日志"

src/options/routes/General.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function General() {
151151
<a
152152
className="h-[14px] ml-1"
153153
target="_blank"
154-
href="https://docs.rsshub.app/install/config#access-keycode"
154+
href="https://docs.rsshub.app/deploy/config#access-control-configurations"
155155
>
156156
<i className="i-mingcute-question-line"></i>
157157
</a>

0 commit comments

Comments
 (0)