Skip to content

Commit

Permalink
Fix broken link in warning message (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio authored Dec 29, 2022
1 parent 851db61 commit a3a44e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jupyter_server/base/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,8 @@ def identity_provider(self):
"be a required key for all subclasses of `JupyterHandler`. For an "
"example, see the jupyter_server source code for how to "
"add an identity provider to the tornado settings: "
"https://github.com/jupyter-server/jupyter_server/blob/"
"aa8fd8b3faf37466eeb99689d5555314c5bf6640/jupyter_server/serverapp.py"
"#L253",
"https://github.com/jupyter-server/jupyter_server/blob/v2.0.0/"
"jupyter_server/serverapp.py#L242",
)
from jupyter_server.auth import IdentityProvider

Expand Down

0 comments on commit a3a44e6

Please sign in to comment.