diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 89d942a1dd4921..eaa2f14145c4c5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -37,10 +37,10 @@ FILL BELOW and keep `routes` keyword - [ ] 这个PR中包含了新的路由吗? Does this PR add new route? @@ -51,7 +51,7 @@ Reference: https://docs.rsshub.app/en/joinus/ - [ ] 是否提供了英文文档? EN Documentation provided? - [ ] 是否支持全文获取? Is this RSS Script support fulltext? - [ ] 如果全文获取中需要访问文章链接, 是否使用了缓存? If fulltext requires to fetch detail pages, is cache used in the process? - - [缓存说明](https://docs.rsshub.app/joinus/#ti-jiao-xin-de-rsshub-gui-ze-bian-xie-jiao-ben-shi-yong-huan-cun) | [How to use cache](https://docs.rsshub.app/joinus/#ti-jiao-xin-de-rsshub-gui-ze-bian-xie-jiao-ben-shi-yong-huan-cun) + - [缓存说明](https://docs.rsshub.app/joinus/quick-start.html#ti-jiao-xin-de-rsshub-gui-ze-bian-xie-jiao-ben-shi-yong-huan-cun) | [How to use cache](https://docs.rsshub.app/joinus/quick-start.html#ti-jiao-xin-de-rsshub-gui-ze-bian-xie-jiao-ben-shi-yong-huan-cun) - [ ] 目标是否有明显的反爬/频率限制? Is there any sign of anti-bot or rate limit? - [ ] 如果有, 是否有对应的措施? (延长缓存时间, 写文档说明, etc.) If yes, do your code reflect this sign? (e.g. write documentations, use long cache time) - [ ] 目标是否有提供日期? Is there a date in the source? diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8e2bbc993a5dd..e3c4c56d17dfa6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,3 @@ -## 请参见[参与我们](https://docs.rsshub.app/joinus/) +## 请参见[参与我们](https://docs.rsshub.app/joinus/quick-start.html) -## Please refer to [Join Us](https://docs.rsshub.app/en/joinus/) +## Please refer to [Join Us](https://docs.rsshub.app/en/joinus/quick-start.html) diff --git a/README.md b/README.md index 4b8fa0a8e7017d..336e45325d3908 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ Logo designer [sheldonrrr](https://dribbble.com/sheldonrrr) We welcome all pull requests. Suggestions and feedback are also welcomed [here](https://github.com/DIYgod/RSSHub/issues). -Refer to [Join Us](https://docs.rsshub.app/en/joinus/) +Refer to [Join Us](https://docs.rsshub.app/en/joinus/quick-start.html) -见 [参与我们](https://docs.rsshub.app/joinus/) +见 [参与我们](https://docs.rsshub.app/joinus/quick-start.html) ## Deployment diff --git a/docs/en/faq.md b/docs/en/faq.md index c0eca6f165fefe..d110b04cc26257 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -14,7 +14,7 @@ **Q: The website I want is not supported QAQ** -**A:** If you are a JavaScript developer, please follow [this guide](/en/joinus) for submitting a pull request, otherwise, follow the issue template to [submit a new issue](https://github.com/DIYgod/RSSHub/issues/new?template=rss_request_en.md), and patiently wait for Santa Claus. For priority responses, consider [sponsoring us](/en/support). +**A:** If you are a JavaScript developer, please follow [this guide](/en/joinus/quick-start.html) for submitting a pull request, otherwise, follow the issue template to [submit a new issue](https://github.com/DIYgod/RSSHub/issues/new?template=rss_request_en.md), and patiently wait for Santa Claus. For priority responses, consider [sponsoring us](/en/support). **Q: Where do I get the changelog for RSSHub?** diff --git a/docs/faq.md b/docs/faq.md index ba22e0cef7ad25..39203784ee7945 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -22,7 +22,7 @@ **Q: 没有我想订阅的网站怎么办嘤嘤嘤 QAQ** -**A:** 如果你会写 JavaScript,请按照[规则](/joinus/#%E6%8F%90%E4%BA%A4%E6%96%B0%E7%9A%84-rss-%E5%86%85%E5%AE%B9)提交 pull request,否则按照要求[提交 issue](https://github.com/DIYgod/RSSHub/issues/new?template=rss_request_zh.md),然后等待有缘人完成你的需求,也可以考虑[赞助项目](/support)或附上一张你自己的女装照来获得更快的 issue 响应速度。 +**A:** 如果你会写 JavaScript,请按照[规则](/joinus/quick-start.html#ti-jiao-xin-de-rsshub-gui-ze)提交 pull request,否则按照要求[提交 issue](https://github.com/DIYgod/RSSHub/issues/new?template=rss_request_zh.md),然后等待有缘人完成你的需求,也可以考虑[赞助项目](/support)或附上一张你自己的女装照来获得更快的 issue 响应速度。 **Q: 我怎么才能知道 RSSHub 更新了哪些路由?** diff --git a/docs/usage.md b/docs/usage.md index 01b0a10635c69e..53df21efc2e869 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -14,7 +14,7 @@ ## 编写订阅源 -RSSHub 的发展离不开社区的力量,欢迎编写你感兴趣的订阅源[参与我们](/joinus) +RSSHub 的发展离不开社区的力量,欢迎编写你感兴趣的订阅源[参与我们](/joinus/quick-start.html) ## 作为 npm 包使用