Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
fix docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Apr 16, 2019
1 parent fcb427e commit 0cbfbcd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bocadillo_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
BOCADILLO_VERSION = fmt.version(bocadillo.__version__)

LIB_REPO = "https://github.com/bocadilloproject/bocadillo"
DOCS = "https://bocadilloproject.github.io"
DOCS = "https://bocadilloproject.github.io/"


def _get_template(name: str) -> Template:
Expand Down Expand Up @@ -91,9 +91,7 @@ def _after_success(self):
click.echo()
cd = fmt.code(f"cd {self.location}")
readme = fmt.code("README.md")
click.echo(
f"You can now run {cd} and read {readme} to get started."
)
click.echo(f"You can now run {cd} and read {readme} to get started.")

click.echo()
click.echo("To get help about Bocadillo, visit the docs:")
Expand Down

0 comments on commit 0cbfbcd

Please sign in to comment.