Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Dec 6, 2023
1 parent f05a196 commit 1e8c304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ploomber_core/telemetry/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def check_cloud():

click.secho(
"Deploy AI and data apps for free on Ploomber Cloud! "
"Sign up here: https://www.platform.ploomber.io/register",
"Sign up here: https://docs.cloud.ploomber.io/en/latest/quickstart/signup.html",
fg="green",
)

Expand Down
2 changes: 1 addition & 1 deletion tests/telemetry/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ def test_check_cloud(tmp_directory, monkeypatch, capsys, last_cloud_check):

expected = (
"Deploy AI and data apps for free on Ploomber Cloud!"
" Sign up here: https://www.platform.ploomber.io/register"
" Sign up here: https://docs.cloud.ploomber.io/en/latest/quickstart/signup.html"
)

assert expected in captured.out
Expand Down

0 comments on commit 1e8c304

Please sign in to comment.