docs: fix base path for JupyterLab (#4790)

It seems the base path uses the app name (for now anyway).
This commit is contained in:
Asher
2022-10-27 17:38:54 +00:00
committed by GitHub
parent b34a67e6cb
commit 01ec483ecc
+1 -1
View File
@@ -219,7 +219,7 @@ data "coder_workspace" "me" {}
## string in the base_url. This caveat is unique to Jupyter.
locals {
jupyter_base_path = "/@${data.coder_workspace.me.owner}/${data.coder_workspace.me.name}/apps/jupyter/"
jupyter_base_path = "/@${data.coder_workspace.me.owner}/${data.coder_workspace.me.name}/apps/JupyterLab/"
}
resource "coder_agent" "coder" {