Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix redirect to Docker documentation #1693

Merged
merged 3 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install/containers/images/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ There are several ways to store data used by applications that run in Docker con

We encourage users of the `Plone` images to familiarize themselves with the options available.

[The Docker documentation](https://docs.docker.com/guides/docker-concepts/running-containers/persisting-container-data) is a good starting point for understanding the different storage options and variations.
[The Docker documentation](https://docs.docker.com/get-started/docker-concepts/running-containers/persisting-container-data/) is a good starting point for understanding the different storage options and variations.


## Configuration Variables
Expand Down
2 changes: 1 addition & 1 deletion docs/install/containers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ See its {ref}`install-packages-hardware-requirements-label`.

### Install Docker

Install [Docker Desktop](https://docs.docker.com/get-docker/) for your operating system.
Install [Docker Desktop](https://docs.docker.com/get-started/get-docker/) for your operating system.

Docker Desktop includes all Docker tools.
{term}`Docker Compose` is one of the Docker tools that will be used in much of this documentation.
Expand Down