Skip to content

Commit 59a9663

Browse files
committed
docs: fix link warnings
1 parent 7ffeae7 commit 59a9663

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

docs/source/changelog.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Changelog
55
Version 2022.10.0
66
=================
77

8-
`Full changelog <https://github.com/jupyterhub/repo2docker/compare/2022.02.0...2022.10.0>`_
8+
`Full changelog <https://github.com/jupyterhub/repo2docker/compare/2022.02.0...2022.10.0>`__
99

1010
New features
1111
------------
@@ -61,7 +61,7 @@ Other merged PRs
6161
Version 2022.02.0
6262
=================
6363

64-
`Full changelog <https://github.com/jupyterhub/repo2docker/compare/2021.08.0...2022.02.0>`_
64+
`Full changelog <https://github.com/jupyterhub/repo2docker/compare/2021.08.0...2022.02.0>`__
6565

6666
New features
6767
------------
@@ -77,7 +77,7 @@ New features
7777
- Set labels when building image from Dockerfile :pr:`1097` by :user:`TimoRoth`
7878
- jupyterlab 3.1.17 :pr:`1092` by :user:`minrk`
7979
- Bump JupyterLab to 3.1.11 :pr:`1081` by :user:`choldgraf`
80-
- Bootstrap base env with micromamba :pr:`1062` by :user:`wolfv `
80+
- Bootstrap base env with micromamba :pr:`1062` by :user:`wolfv`
8181
- Default UI to JupyterLab :pr:`1035` by :user:`SylvainCorlay`
8282

8383
API changes
@@ -111,7 +111,7 @@ Other merged PRs
111111
Version 2021.08.0
112112
=================
113113

114-
`Full changelog <https://github.com/jupyterhub/repo2docker/compare/2021.03.0...2021.08.0>`_
114+
`Full changelog <https://github.com/jupyterhub/repo2docker/compare/2021.03.0...2021.08.0>`__
115115

116116
The repo2docker container image has moved to `quay.io/jupyterhub/repo2docker <https://quay.io/repository/jupyterhub/repo2docker?tab=tags>`_
117117

@@ -157,14 +157,14 @@ Other merged PRs
157157
Version 2021.03.0
158158
=================
159159

160-
`Full changelog <https://github.com/jupyterhub/repo2docker/compare/2021.01.0...2021.03.0>`_
160+
`Full changelog <https://github.com/jupyterhub/repo2docker/compare/2021.01.0...2021.03.0>`__
161161

162162
New features
163163
------------
164164

165165
- freeze with mamba, add 3.9 :pr:`1017` by :user:`minrk`
166166
- Add GH workflow to push releases to PYPi and introduce CalVer :pr:`1004` by :user:`betatim`
167-
- Add entrypoint script which automatically propagates *_PROXY env vars… :pr:`1003` ([@g-braeunlich](https://github.com/g-braeunlich))
167+
- Add entrypoint script which automatically propagates \*_PROXY env vars… :pr:`1003` ([@g-braeunlich](https://github.com/g-braeunlich))
168168
- Update to JupyterLab 3.0 :pr:`996` by :user:`jtpio`
169169
- Fetch available Julia versions from hosted json :pr:`994` by :user:`tomyun`
170170
- Add a contentprovider for Software Heritage persistent ID (SWHID) :pr:`988` by :user:`douardda`
@@ -178,7 +178,7 @@ Bug fixes
178178
---------
179179

180180
- fix dataverse regression introduced in last release :pr:`1011` by :user:`MridulS`
181-
- buildpacks.r: dont use apt-key directly to respect *_proxy env vars :pr:`1019` ([@g-braeunlich](https://github.com/g-braeunlich))
181+
- buildpacks.r: dont use apt-key directly to respect \*_proxy env vars :pr:`1019` ([@g-braeunlich](https://github.com/g-braeunlich))
182182

183183
Other merged PRs
184184
----------------
@@ -193,7 +193,7 @@ Other merged PRs
193193
Version 2021.01.0
194194
=================
195195

196-
`Full changelog <https://github.com/jupyterhub/repo2docker/compare/0.11.0...2021.01.0>`_
196+
`Full changelog <https://github.com/jupyterhub/repo2docker/compare/0.11.0...2021.01.0>`__
197197

198198
New features
199199
------------

docs/source/contributing/contributing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,16 @@ This outlines the process for getting changes to the repo2docker project merged.
6060
Getting consensus with the community is a great way to save time later.
6161
3. Make edits in [your fork](https://help.github.com/en/articles/fork-a-repo) of the [repo2docker repository](https://github.com/jupyterhub/repo2docker).
6262
4. Make a [pull request](https://help.github.com/en/articles/about-pull-requests).
63-
Read the [next section](#guidelines-to-getting-a-pull-request-merged) for guidelines for both reviewers and contributors on merging a PR.
63+
Read the [next section](guidelines-to-getting-a-pull-request-merged) for guidelines for both reviewers and contributors on merging a PR.
6464
6. Wait for a community member to merge your changes.
6565
Remember that **someone else must merge your pull request**.
6666
That goes for new contributors and long term maintainers alike.
6767
Because `main` is continuously deployed to mybinder.org it is essential
6868
that `main` is always in a deployable state.
6969
7. (optional) Deploy a new version of repo2docker to mybinder.org by [following these steps](http://mybinder-sre.readthedocs.io/en/latest/deployment/how.html)
7070

71+
(guidelines-to-getting-a-pull-request-merged)=
72+
7173
## Guidelines to getting a Pull Request merged
7274

7375
These are not hard rules to be enforced by 🚓 but they are suggestions written by the repo2docker maintainers to help complete your contribution as smoothly as possible for both you and for them.

0 commit comments

Comments
 (0)