From e2a3c33d30aa195ff4aea43c938c0444c3b70f11 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 31 Jul 2023 13:17:41 +0400 Subject: [PATCH] Fix start.sh location in docs --- docs/using/common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/common.md b/docs/using/common.md index 6e04e5f8..71bb07eb 100644 --- a/docs/using/common.md +++ b/docs/using/common.md @@ -135,7 +135,7 @@ or executables (`chmod +x`) to be run to the paths below: - `/usr/local/bin/before-notebook.d/` - handled **after** all the standard options noted above are applied and ran right before the Server launches -See the `run-hooks` function in the [`jupyter/base-notebook start.sh`](https://github.com/jupyter/docker-stacks/blob/main/docker-stacks-foundation/start.sh) +See the `run-hooks` function in the [`jupyter/docker-stacks-foundation start.sh`](https://github.com/jupyter/docker-stacks/blob/main/docker-stacks-foundation/start.sh) script for execution details. ## SSL Certificates