From 95dfde121ca0b8c181a34c2935f329f7a2a0070b Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 25 Aug 2022 11:24:50 -0700 Subject: [PATCH] docs: Update global links to new contributing guide URL. Logically, these are part of the previous commit, but won't pass CI until ReadTheDocs has built the previous commit and generated the target page. --- README.md | 10 +++++----- frontend_tests/node_tests/copy_and_paste.js | 4 ++-- templates/zerver/footer.html | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6af5e626ec..ee56806dbe 100644 --- a/README.md +++ b/README.md @@ -33,16 +33,16 @@ Come find us on the [development community chat](https://zulip.com/development-c ## Getting started - **Contributing code**. Check out our [guide for new - contributors](https://zulip.readthedocs.io/en/latest/overview/contributing.html) + contributors](https://zulip.readthedocs.io/en/latest/contributing/contributing.html) to get started. We have invested into making Zulip’s code uniquely readable, well tested, and easy to modify. Beyond that, we have written an extraordinary 150K words of documentation on how to contribute to Zulip. - **Contributing non-code**. [Report an - issue](https://zulip.readthedocs.io/en/latest/overview/contributing.html#reporting-issues), + issue](https://zulip.readthedocs.io/en/latest/contributing/contributing.html#reporting-issues), [translate](https://zulip.readthedocs.io/en/latest/translating/translating.html) Zulip into your language, or [give us - feedback](https://zulip.readthedocs.io/en/latest/overview/contributing.html#user-feedback). + feedback](https://zulip.readthedocs.io/en/latest/contributing/contributing.html#user-feedback). We'd love to hear from you, whether you've been using Zulip for years, or are just trying it out for the first time. @@ -64,14 +64,14 @@ Come find us on the [development community chat](https://zulip.com/development-c projects](https://zulip.com/for/open-source/). - **Participating in [outreach - programs](https://zulip.readthedocs.io/en/latest/overview/contributing.html#outreach-programs)** + programs](https://zulip.readthedocs.io/en/latest/contributing/contributing.html#outreach-programs)** like [Google Summer of Code](https://developers.google.com/open-source/gsoc/) and [Outreachy](https://www.outreachy.org/). - **Supporting Zulip**. Advocate for your organization to use Zulip, become a [sponsor](https://github.com/sponsors/zulip), write a review in the mobile app stores, or [help others find - Zulip](https://zulip.readthedocs.io/en/latest/overview/contributing.html#help-others-find-zulip). + Zulip](https://zulip.readthedocs.io/en/latest/contributing/contributing.html#help-others-find-zulip). You may also be interested in reading our [blog](https://blog.zulip.org/), and following us on [Twitter](https://twitter.com/zulip) and diff --git a/frontend_tests/node_tests/copy_and_paste.js b/frontend_tests/node_tests/copy_and_paste.js index ecfe55d925..9fccd2bb3e 100644 --- a/frontend_tests/node_tests/copy_and_paste.js +++ b/frontend_tests/node_tests/copy_and_paste.js @@ -59,10 +59,10 @@ run_test("paste_handler", () => { ); input = - 'Contributing to Zulip'; + 'Contributing guide'; assert.equal( copy_and_paste.paste_handler_converter(input), - "[Contributing to Zulip](https://zulip.readthedocs.io/en/latest/overview/contributing.html)", + "[Contributing guide](https://zulip.readthedocs.io/en/latest/contributing/contributing.html)", ); input = diff --git a/templates/zerver/footer.html b/templates/zerver/footer.html index 9ae9e0ae07..edd7959c58 100644 --- a/templates/zerver/footer.html +++ b/templates/zerver/footer.html @@ -128,8 +128,8 @@