From d80bdd5a4d450dba228d35ae484f2efedf5896d5 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 24 Feb 2025 01:39:23 +0000 Subject: [PATCH] Use only internal references inside docs/ --- docs/contributing/tests.md | 2 +- docs/using/custom-images.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/tests.md b/docs/contributing/tests.md index b1efd186..c49026b7 100644 --- a/docs/contributing/tests.md +++ b/docs/contributing/tests.md @@ -14,7 +14,7 @@ More info on `pytest` can be found [here](https://docs.pytest.org/en/latest/cont The actual image-specific test files are located in folders like `tests/by_image//` (e.g., `tests/by_image/docker-stacks-foundation/`, etc.). ```{note} -If your test is located in `tests/by_image//`, it will be run against the `jupyter/` image and against all the [images inherited from this image](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#image-relationships). +If your test is located in `tests/by_image//`, it will be run against the `jupyter/` image and against all the [images inherited from this image](../using/selecting.md#image-relationships). ``` Many tests make use of global [pytest fixtures](https://docs.pytest.org/en/latest/reference/fixtures.html) diff --git a/docs/using/custom-images.md b/docs/using/custom-images.md index 0c61e36b..1f29aedd 100644 --- a/docs/using/custom-images.md +++ b/docs/using/custom-images.md @@ -4,7 +4,7 @@ This section describes how to build a custom set of images. 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. This project only builds one set of images at a time. -If you want to use older images, take a look [here](https://jupyter-docker-stacks.readthedocs.io/en/latest/#using-old-images). +If you want to use older images, take a look [here](../index.rst/#using-old-images). ## Automating your build using template cookiecutter project