From 04879a1007aa50d4e4d18f54aff15b10334e4e11 Mon Sep 17 00:00:00 2001 From: Jeroen van Warmerdam Date: Mon, 9 Aug 2021 13:41:29 +0200 Subject: [PATCH] docs: fix cli link (#43085) PR Close #43085 --- aio/content/guide/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index b767eb7057..46721a6002 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -1092,7 +1092,7 @@ See [custom element](#custom-element). ## workspace -A collection of Angular [projects](#project) (that is, applications and libraries) powered by the [Angular CLI] (#cli) that are typically co-located in a single source-control repository (such as [git](https://git-scm.com/)). +A collection of Angular [projects](#project) (that is, applications and libraries) powered by the [Angular CLI](#cli) that are typically co-located in a single source-control repository (such as [git](https://git-scm.com/)). The [CLI](#cli) [`ng new` command](cli/new) creates a file system directory (the "workspace root"). In the workspace root, it also creates the workspace [configuration file](#configuration) (`angular.json`) and, by default, an initial application project with the same name.