mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
docs: Update links to skip help.github.com redirects.
help.github.com seems to have a bug where HEAD on a redirected page returns 404. This causes tools/test-documentation to fail. Fix it by skipping the redirects. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
f096472b1d
commit
c6da0d13cd
@@ -128,7 +128,7 @@ commit message.
|
||||
performance.
|
||||
- When you fix a GitHub issue, [mark that you've fixed the issue in
|
||||
your commit
|
||||
message](https://help.github.com/articles/closing-issues-via-commit-messages/)
|
||||
message](https://help.github.com/en/articles/closing-issues-via-commit-messages)
|
||||
so that the issue is automatically closed when your code is merged.
|
||||
Zulip's preferred style for this is to have the final paragraph of
|
||||
the commit message read e.g. "Fixes: \#123."
|
||||
|
||||
@@ -43,7 +43,7 @@ followed by the desired labels enclosed within double quotes (`""`).
|
||||
(`""`).
|
||||
|
||||
* **Find unclaimed issues** — Use the [GitHub search
|
||||
feature](https://help.github.com/articles/using-search-to-filter-issues-and-pull-requests/)
|
||||
feature](https://help.github.com/en/articles/using-search-to-filter-issues-and-pull-requests)
|
||||
to find unclaimed issues by adding one of the following filters to your search:
|
||||
|
||||
* `-label: "in progress"` (excludes issues labeled with the **in progress** label)
|
||||
|
||||
Reference in New Issue
Block a user