Skip to content

Commit 4e75efd

Browse files
authored
Merge pull request #443 from blink1073/cleanup-readme
Update CI badge and fix broken link
2 parents ac2ccfb + e918439 commit 4e75efd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ share what area of the project you are interested in working on.
1111
For general documentation about contributing to Jupyter projects, see the
1212
`Project Jupyter Contributor Documentation`__.
1313

14-
__ https://jupyter.readthedocs.io/en/latest/contributor/content-contributor.html
14+
__ https://jupyter.readthedocs.io/en/latest/contributing/content-contributor.html
1515

1616
Setting Up a Development Environment
1717
====================================

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Jupyter Server
22

3-
[![Build Status](https://github.com/jupyter/jupyter_server/workflows/CI/badge.svg)](https://github.com/jupyter/jupyter_server/actions)
3+
[![Build Status](https://github.com/jupyter/jupyter_server/workflows/CI/badge.svg?branch=master)](https://github.com/jupyter/jupyter_server/actions)
44
[![Documentation Status](https://readthedocs.org/projects/jupyter-server/badge/?version=latest)](http://jupyter-server.readthedocs.io/en/latest/?badge=latest)
55

66
The Jupyter Server provides the backend (i.e. the core services, APIs, and REST endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila.

0 commit comments

Comments
 (0)