Skip to content

Commit d861de4

Browse files
authored
Merge pull request #1128 from jupyterhub/fix-link
Fix broken Jupyter contributing guide link
2 parents bf76373 + 305d0e8 commit d861de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributing to BinderHub
22

33
Welcome! As a [Jupyter](https://jupyter.org) project, we follow the
4-
[Jupyter contributor guide](https://jupyter.readthedocs.io/en/latest/contributor/content-contributor.html).
4+
[Jupyter contributor guide](https://jupyter.readthedocs.io/en/latest/contributing/content-contributor.html).
55

66
There are several different setups for developing BinderHub, depending on which
77
parts of it you want to change: the [documentation](#documentation-changes),
@@ -282,7 +282,7 @@ the [BinderHub documentation](https://binderhub.readthedocs.io/en/latest/setup-b
282282

283283
By default, `minikube start` allocates 2GiB of main memory to the
284284
underlying VM, which might be too low to run the builder successfully.
285-
285+
286286
You may run `minikube start --memory 8192` to start Minikube with a 8GiB
287287
VM underneath.
288288

0 commit comments

Comments
 (0)