Skip to content

Commit 8391dae

Browse files
authored
Merge pull request #1310 from mathbunnyru/asalikhov/broken_links
Fix broken links in docs
2 parents 6b25595 + 6ad09a6 commit 8391dae

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Hi! Thanks for using the Jupyter Docker Stacks.
44

55
Please review the following guidance about how to ask questions, contribute changes, or report bugs in the Docker images maintained here.
66

7-
1. If you have a general question about using these Docker images or with Jupyter + Docker in general, please post your question in the [Jupyter Discourse Q&A section](https://discourse.jupyter.org/c/questions) so that it can be seen, discussed, and hopefully answered by the community.
7+
1. If you have a general question about using these Docker images or with Jupyter + Docker in general, please post your question in the [Jupyter Discourse Forum](https://discourse.jupyter.org/) so that it can be seen, discussed, and hopefully answered by the community.
88

99
2. If you are looking to contribute to the images, please see the [Contributor's Guide](http://jupyter-docker-stacks.readthedocs.io/en/latest/#) in the documentation for our preferred processes.
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Jupyter Docker Stacks
22

3-
[![Discourse badge](https://img.shields.io/discourse/https/discourse.jupyter.org/users.svg?color=%23f37626)](https://discourse.jupyter.org/c/questions "Jupyter Discourse Q&A")
3+
[![Discourse badge](https://img.shields.io/discourse/https/discourse.jupyter.org/users.svg?color=%23f37626)](https://discourse.jupyter.org/ "Jupyter Discourse Forum")
44
[![Read the Docs badge](https://img.shields.io/readthedocs/jupyter-docker-stacks.svg)](https://jupyter-docker-stacks.readthedocs.io/en/latest/ "Documentation build status")
55
[![DockerHub badge](https://images.microbadger.com/badges/version/jupyter/base-notebook.svg)](https://microbadger.com/images/jupyter/base-notebook "Recent tag/version of jupyter/base-notebook")
66
[![Binder badget](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter/docker-stacks/master?filepath=README.ipynb "Launch a jupyter/base-notebook container on mybinder.org")
@@ -100,6 +100,6 @@ maintained stacks.
100100

101101
- [Documentation on ReadTheDocs](http://jupyter-docker-stacks.readthedocs.io/)
102102
- [Issue Tracker on GitHub](https://github.com/jupyter/docker-stacks)
103-
- [Jupyter Discourse Q&A](https://discourse.jupyter.org/c/questions)
103+
- [Jupyter Discourse Forum](https://discourse.jupyter.org/)
104104
- [Jupyter Website](https://jupyter.org)
105105
- [Images on DockerHub](https://hub.docker.com/u/jupyter)

docs/contributing/stacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Following these steps will:
1010
2. Configure GitHub Actions to build and test your image when users submit pull requests to your
1111
repository.
1212
3. Configure Docker Hub to build and host your images for others to use.
13-
4. Update the [list of community stacks](../using/selecting.html#community-stacks) in this documentation to include your image.
13+
4. Update the [list of community stacks](../using/selecting.md#community-stacks) in this documentation to include your image.
1414

1515
This approach mirrors how we build and share the core stack images. Feel free to follow it or pave
1616
your own path using alternative services and build tools.

docs/maintaining/tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ When there's a new stack definition, do the following before merging the PR with
2727
1. Ensure the PR includes an update to the stack overview diagram
2828
[in the documentation](https://github.com/jupyter/docker-stacks/blob/master/docs/using/selecting.md#image-relationships).
2929
The image links to the [blockdiag source](http://interactive.blockdiag.com/) used to create it.
30-
2. Ensure the PR updates the [Makefile](../../Makefile) which is used to build the stacks in order on GitHub Actions.
31-
3. Ensure necessary tags / manifests are added for the new image in the [tagging](../../tagging) folder.
30+
2. Ensure the PR updates the [Makefile](https://github.com/jupyter/docker-stacks/blob/master/Makefile) which is used to build the stacks in order on GitHub Actions.
31+
3. Ensure necessary tags / manifests are added for the new image in the [tagging](https://github.com/jupyter/docker-stacks/blob/master/tagging) folder.
3232
4. Create a new repository in the `jupyter` org on Docker Hub named after the stack folder in the
3333
git repo.
3434
5. Grant the `stacks` team permission to write to the repo.

0 commit comments

Comments
 (0)