Skip to content

Commit 4271329

Browse files
committed
correct image refs
1 parent 62638b4 commit 4271329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/tutorials/pages/jupyterhub.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,13 +249,13 @@ options:
249249
...
250250
----
251251
252-
image::../images/jupyterhub/sign-up.png[Create a user]
252+
image::jupyterhub/sign-up.png[Create a user]
253253
254254
Users must either be included in an `allowed_users` list, or the property `allow_all` must be set to `true`.
255255
The creation of new users will be checked against these settings and refused if appropriate.
256256
If an admin_users property is defined, then associated users will see an additional tab on the JupyterHub home screen, allowing them to carry out user management actions (e.g. create user groups and assign users to them, assign users to the admin role, delete users).
257257
258-
image::../images/jupyterhub/admin-user.png[Admin tab]
258+
image::jupyterhub/admin-user.png[Admin tab]
259259
260260
NOTE: The above applies to version 4.x of the JupyterHub Helm chart.
261261
Version 3.x does not impose these limitations and users can be added and used without specifying `allowed_users` or `allow_all`.

0 commit comments

Comments
 (0)