diff --git a/spacy/cli/project/document.py b/spacy/cli/project/document.py index f2abae1f0..8834ce356 100644 --- a/spacy/cli/project/document.py +++ b/spacy/cli/project/document.py @@ -7,7 +7,7 @@ from .._util import project_cli, Arg, Opt, PROJECT_FILE, load_project_config DOCS_URL = "https://nightly.spacy.io" -INTRO_PROJECT = f"""The `{PROJECT_FILE}` defines the data assets required by the +INTRO_PROJECT = f"""The [`{PROJECT_FILE}`]({PROJECT_FILE}) defines the data assets required by the project, as well as the available commands and workflows. For details, see the [spaCy projects documentation]({DOCS_URL}/usage/projects).""" INTRO_COMMANDS = f"""The following commands are defined by the project. They