Skip to content

Commit

Permalink
Update links to Nebari docs in guided init (#1557)
Browse files Browse the repository at this point in the history
Co-authored-by: Nebari-sensei <116370392+nebari-sensei@users.noreply.github.com>
Co-authored-by: eskild <42120229+iameskild@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 24, 2022
1 parent 81207dd commit d1d97c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nebari/cli/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
CREATE_GITHUB_OAUTH_CREDS = "https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app"

# links to Nebari docs
DOCS_HOME = "https://nebari.dev"
CHOOSE_CLOUD_PROVIDER = "https://nebari.dev/getting-started/deploy"
DOCS_HOME = "https://nebari.dev/docs/"
CHOOSE_CLOUD_PROVIDER = "https://nebari.dev/docs/get-started/deploy"


def enum_to_list(enum_cls):
Expand Down Expand Up @@ -544,7 +544,7 @@ def if_used(key, model=inputs, ignore_list=["cloud_provider"]):
"You can now deploy your Nebari instance with:\n\n"
"\t[green]nebari deploy -c nebari-config.yaml[/green]\n\n"
"For more information, run [green]nebari deploy --help[/green] or check out the documentation: "
"[green]https://www.nebari.dev/how-tos/[/green]"
"[green]https://www.nebari.dev/docs/how-tos/[/green]"
)
)

Expand Down

0 comments on commit d1d97c7

Please sign in to comment.