Skip to content

Commit d80bdd5

Browse files
committed
Use only internal references inside docs/
1 parent 9c303c2 commit d80bdd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/contributing/tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ More info on `pytest` can be found [here](https://docs.pytest.org/en/latest/cont
1414
The actual image-specific test files are located in folders like `tests/by_image/<somestack>/` (e.g., `tests/by_image/docker-stacks-foundation/`, etc.).
1515

1616
```{note}
17-
If your test is located in `tests/by_image/<somestack>/`, it will be run against the `jupyter/<somestack>` image and against all the [images inherited from this image](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#image-relationships).
17+
If your test is located in `tests/by_image/<somestack>/`, it will be run against the `jupyter/<somestack>` image and against all the [images inherited from this image](../using/selecting.md#image-relationships).
1818
```
1919

2020
Many tests make use of global [pytest fixtures](https://docs.pytest.org/en/latest/reference/fixtures.html)

docs/using/custom-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This section describes how to build a custom set of images.
44
It may be helpful if you need to change the Ubuntu or Python version, or to make a significant change to the build process itself.
55

66
This project only builds one set of images at a time.
7-
If you want to use older images, take a look [here](https://jupyter-docker-stacks.readthedocs.io/en/latest/#using-old-images).
7+
If you want to use older images, take a look [here](../index.rst/#using-old-images).
88

99
## Automating your build using template cookiecutter project
1010

0 commit comments

Comments
 (0)