Skip to content

Commit

Permalink
Update exceptions.py (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubczakon authored Aug 18, 2021
1 parent 3ea7b1a commit 2c5d5de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neptune/new/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def __init__(self,
We couldn’t find project {fail}"{project}"{end}.
{available_projects_message}{available_workspaces_message}
You may also want to check the following docs pages:
- https://docs.neptune.ai/administration/workspace-project-and-user-management/projects
- https://docs.neptune.ai/administration/projects
- https://docs.neptune.ai/getting-started/hello-world#project
{correct}Need help?{end}-> https://docs.neptune.ai/getting-started/getting-help
Expand All @@ -207,7 +207,7 @@ def __init__(self,
Cannot resolve project {fail}"{project}"{end}.
{available_projects_message}
You may also want to check the following docs pages:
- https://docs.neptune.ai/administration/workspace-project-and-user-management/projects
- https://docs.neptune.ai/administration/projects
- https://docs.neptune.ai/getting-started/hello-world#project
{correct}Need help?{end}-> https://docs.neptune.ai/getting-started/getting-help
Expand Down Expand Up @@ -250,7 +250,7 @@ def __init__(self,
{python}neptune.init(){end}
You may also want to check the following docs pages:
- https://docs.neptune.ai/administration/workspace-project-and-user-management/projects
- https://docs.neptune.ai/administration/projects
- https://docs.neptune.ai/getting-started/hello-world#project
{correct}Need help?{end}-> https://docs.neptune.ai/getting-started/getting-help
Expand Down

0 comments on commit 2c5d5de

Please sign in to comment.