Skip to content

Commit beb4421

Browse files
committed
Improve README.md
1 parent 0d7551c commit beb4421

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ system when the container exits, but any changes made to the `~/work` directory
6363

6464
## Contributing
6565

66-
Please see the [Contributor Guide on ReadTheDocs](https://jupyter-docker-stacks.readthedocs.io/en/latest/) for
67-
information about how to contribute package updates, recipes, features, tests, and community
68-
maintained stacks.
66+
Please see the [Contributor Guide on ReadTheDocs](https://jupyter-docker-stacks.readthedocs.io/en/latest/)
67+
for information about how to contribute recipes, features, tests, and community maintained stacks.
6968

7069
## Maintainer Help Wanted
7170

@@ -108,15 +107,15 @@ This change is tracked in the issue [#1217](https://github.com/jupyter/docker-st
108107
## Resources
109108

110109
- [Documentation on ReadTheDocs](https://jupyter-docker-stacks.readthedocs.io/en/latest/)
111-
- [Issue Tracker on GitHub](https://github.com/jupyter/docker-stacks)
110+
- [Issue Tracker on GitHub](https://github.com/jupyter/docker-stacks/issues)
112111
- [Jupyter Discourse Forum](https://discourse.jupyter.org/)
113112
- [Jupyter Website](https://jupyter.org)
114113
- [Images on DockerHub](https://hub.docker.com/u/jupyter)
115114

116115
## CPU Architectures
117116

118117
- We publish containers for both `x86_64` and `aarch64` platforms
119-
- Single-platform images have either `aarch64` or `x86_64` tag prefixes, for example, `jupyter/base-notebook:aarch64-python-3.10.5`
118+
- Single-platform images have either `aarch64-` or `x86_64-` tag prefixes, for example, `jupyter/base-notebook:aarch64-python-3.10.5`
120119
- Starting from `2022-09-21`, we create multi-platform images (except `tensorflow-notebook`)
121120
- Starting from `2023-06-01`, we create multi-platform `tensorflow-notebook` image as well
122121

0 commit comments

Comments
 (0)