From 31567d1e42a6fa929486fff11c96fd6ae22407de Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 26 Aug 2020 10:26:32 +0200 Subject: [PATCH] Link project.yml --- spacy/cli/project/document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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