Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! Merge branch 'main' into dean/app-urls-use-slug
  • Loading branch information
deansheather committed Oct 19, 2022
commit 7a79f4a8ed7a6c3b7b4527370847eb55ebbb388e
2 changes: 1 addition & 1 deletion docs/ides/web-ides.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ EOF
resource "coder_app" "jupyter" {
agent_id = coder_agent.coder.id
slug = "jupyter"
displaY_name = "JupyterLab"
display_name = "JupyterLab"
url = "http://localhost:8888${local.jupyter_base_path}"
icon = "/icon/jupyter.svg"

Expand Down