Skip to content

Commit 23c4876

Browse files
committed
README: Improve links to coverage/CI to point to master.
Apparently, the CircleCI and Codecov links (and the Codecov badge) weren't pointing specifically at master, so they'd sometimes show state from the lastest push to a pull request, which isn't a reasonable way to advertise whether the project's build is passing.
1 parent c869a3b commit 23c4876

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ allows users to easily process hundreds or thousands of messages a day. With
88
over 500 contributors merging over 500 commits a month, Zulip is also the
99
largest and fastest growing open source group chat project.
1010

11-
[![CircleCI branch](https://img.shields.io/circleci/project/github/zulip/zulip/master.svg)](https://circleci.com/gh/zulip/zulip)
12-
[![Coverage Status](https://img.shields.io/codecov/c/github/zulip/zulip.svg)](https://codecov.io/gh/zulip/zulip)
11+
[![CircleCI branch](https://img.shields.io/circleci/project/github/zulip/zulip/master.svg)](https://circleci.com/gh/zulip/zulip/tree/master)
12+
[![Coverage Status](https://img.shields.io/codecov/c/github/zulip/zulip/master.svg)](https://codecov.io/gh/zulip/zulip/branch/master)
1313
[![Mypy coverage](https://img.shields.io/badge/mypy-100%25-green.svg)][mypy-coverage]
1414
[![GitHub release](https://img.shields.io/github/release/zulip/zulip.svg)](https://github.com/zulip/zulip/releases/latest)
1515
[![docs](https://readthedocs.org/projects/zulip/badge/?version=latest)](https://zulip.readthedocs.io/en/latest/)

tools/documentation_crawler/documentation_crawler/spiders/common/spiders.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'https://www.git-tower.com/blog/command-line-cheat-sheet/',
2121
'https://marketplace.visualstudio.com/items?itemName=rafaelmaiolla.remote-vscode',
2222
# Requires authentication
23-
'https://circleci.com/gh/zulip/zulip',
23+
'https://circleci.com/gh/zulip/zulip/tree/master',
2424
'https://circleci.com/gh/zulip/zulip/16617',
2525
'https://www.linkedin.com/company/zulip-project',
2626
]

0 commit comments

Comments
 (0)