Explicitly reference the services document

This commit is contained in:
YuviPanda
2024-06-10 18:45:32 -07:00
parent 7ef70eb74f
commit f09fdf4761
2 changed files with 4 additions and 4 deletions

View File

@@ -233,9 +233,8 @@ do configure it, you'll know).
### Services ### Services
JupyterHub has the concept of **services** JupyterHub has the concept of **services** ([basics](tutorial:services),
([basics](services), [reference](services-reference)), which are other web services
[reference](../reference/services)), which are other web services
started by the hub, but otherwise are not necessarily related to the started by the hub, but otherwise are not necessarily related to the
hub itself. They are often used to do things related to Jupyter hub itself. They are often used to do things related to Jupyter
(things that user interacts with, usually not the hub), but could (things that user interacts with, usually not the hub), but could

View File

@@ -1,4 +1,5 @@
(services)= (tutorial:services)=
# External services # External services
When working with JupyterHub, a **Service** is defined as a process When working with JupyterHub, a **Service** is defined as a process