Skip to content

Commit bdb512f

Browse files
authored
Merge pull request docker#22469 from duffuniverse/fix-links-to-docs-in-building-best-practices-manual
Fix link to related docs in the "Building best practices" manual
2 parents 8339b44 + dfa1152 commit bdb512f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/building/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Limiting each container to one process is a good rule of thumb, but it's not a
147147
hard and fast rule. For example, not only can containers be
148148
[spawned with an init process](/manuals/engine/containers/multi-service_container.md),
149149
some programs might spawn additional processes of their own accord. For
150-
instance, [Celery](https://docs.celeryproject.org/) can spawn multiple worker
150+
instance, [Celery](https://docs.celeryq.dev/) can spawn multiple worker
151151
processes, and [Apache](https://httpd.apache.org/) can create one process per
152152
request.
153153

0 commit comments

Comments
 (0)