Skip to content

Commit 592bb48

Browse files
author
Diogo Correia
committed
Fix dead link to jupyter hook implementation example
1 parent 90eedea commit 592bb48

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/jupyterhub.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def change_pod_manifest(self: KubeSpawner):
138138
```
139139

140140
The hook function should be part of a library installable as a pip package.
141-
To see a real example, refer to the main [hook implementation](../applications/jupyterhub/src/harness_jupyter/jupyterhub.py).
141+
To see a real example, refer to the main [hook implementation](../applications/jupyterhub/src/harness_jupyter/harness_jupyter/jupyterhub.py).
142142

143143
### Add the hook
144144

@@ -178,5 +178,3 @@ to the [values.yaml](../applications/jupyterhub/deploy/values.yaml) file.
178178
Cloudharness JupyterHub is integrated with the accounts service so enabling a shared single-sign-on with other applications in the solution.
179179

180180
The spawner is also adapted providing a hook to allow other applications to be based on the hub spawner to run with their own configurations.
181-
182-
Available

0 commit comments

Comments
 (0)