Skip to content

Commit e9ced84

Browse files
authored
Fix failing link check due to a blog post referred in docs changing URL format (#1577)
1 parent dd435c3 commit e9ced84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/operators/public-server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Docker CMD
415415
Using ``jupyter server`` as a
416416
`Docker CMD <https://docs.docker.com/engine/reference/builder/#cmd>`_ results in
417417
kernels repeatedly crashing, likely due to a lack of `PID reaping
418-
<https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem/>`_.
418+
<https://blog.phusion.nl/docker-and-the-pid-1-zombie-reaping-problem/>`_.
419419
To avoid this, use the `tini <https://github.com/krallin/tini>`_ ``init`` as your
420420
Dockerfile ``ENTRYPOINT``::
421421

0 commit comments

Comments
 (0)