Skip to content

Commit 1fe6781

Browse files
authored
Fix doc edition links (#515)
1 parent 5c42c18 commit 1fe6781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181

8282
# Output for github to be used in links
8383
html_context = {
84-
"github_user": "jupyterlab", # Username
85-
"github_repo": "jupyterlab_server", # Repo name
84+
"github_user": "jupyter-server", # Username
85+
"github_repo": "jupyter_releaser", # Repo name
8686
"github_version": "main", # Version
8787
"doc_path": "/docs/source/", # Path in the checkout to the docs root
8888
}

0 commit comments

Comments
 (0)