diff --git a/goblet/cli.py b/goblet/cli.py index 6a0fd7e3..2f2e4b93 100644 --- a/goblet/cli.py +++ b/goblet/cli.py @@ -50,7 +50,7 @@ def main(debug): @main.command() def help(): click.echo( - "Use goblet --help. You can also view the full docs for goblet at https://goblet.github.io/goblet/docs/build/html/index.html" + "Use goblet --help. You can also view the full docs for goblet at https://goblet.github.io/goblet/build/html/index.html" )