From a001eefcd4adf639f89a85757b85941436fe6c1f Mon Sep 17 00:00:00 2001 From: "Vinicius D. Cerutti" <51954708+viniciusdc@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:49:32 -0300 Subject: [PATCH] Fix wrong mention of jupyterhub managed service --- docs/docs/concepts/infrastructure-architecture.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/infrastructure-architecture.mdx b/docs/docs/concepts/infrastructure-architecture.mdx index f2b076fb..4a5fa079 100644 --- a/docs/docs/concepts/infrastructure-architecture.mdx +++ b/docs/docs/concepts/infrastructure-architecture.mdx @@ -4,7 +4,7 @@ sidebar_position: 1 # Infrastructure Architecture -JHub Apps, also known as JupyterHub (JHub) App Launcher, is an [Externally-Managed JupyterHub service](https://jupyterhub.readthedocs.io/en/stable/reference/services.html#externally-managed-services) designed to enable users to launch various server types including API services, any generic Python command, standard JupyterLab instances, and dashboards such as Panel, Bokeh, and Streamlit. +JHub Apps, also known as JupyterHub (JHub) App Launcher, is an [JupyterHub-Managed Service](https://jupyterhub.readthedocs.io/en/stable/reference/services.html#launching-a-hub-managed-service) designed to enable users to launch various server types including API services, any generic Python command, standard JupyterLab instances, and dashboards such as Panel, Bokeh, and Streamlit. ## High Level Overview