Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links to Nebari docs in guided init #1557

Merged
merged 6 commits into from
Nov 24, 2022
Merged
Changes from all commits
Commits
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
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