From d71367d38b56724d67cfda42ef5e138961f8a503 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 9 Mar 2021 15:49:44 -0600 Subject: [PATCH 1/2] point CI badge to master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14cde16c6e..0db59d9e33 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Jupyter Server -[![Build Status](https://github.com/jupyter/jupyter_server/workflows/CI/badge.svg)](https://github.com/jupyter/jupyter_server/actions) +[![Build Status](https://github.com/jupyter/jupyter_server/workflows/CI/badge.svg?branch=master)](https://github.com/jupyter/jupyter_server/actions) [![Documentation Status](https://readthedocs.org/projects/jupyter-server/badge/?version=latest)](http://jupyter-server.readthedocs.io/en/latest/?badge=latest) 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. From e918439873797564443456b5d7e9074de37258c5 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 9 Mar 2021 15:51:50 -0600 Subject: [PATCH 2/2] update contributor link --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 2d40de2b51..6a955697de 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,7 +11,7 @@ share what area of the project you are interested in working on. For general documentation about contributing to Jupyter projects, see the `Project Jupyter Contributor Documentation`__. -__ https://jupyter.readthedocs.io/en/latest/contributor/content-contributor.html +__ https://jupyter.readthedocs.io/en/latest/contributing/content-contributor.html Setting Up a Development Environment ====================================