From 0bdb71c122cdcd41afcf65df252491a29512291f Mon Sep 17 00:00:00 2001 From: Harinder Singh Date: Tue, 15 Oct 2019 14:41:58 +0530 Subject: [PATCH] docs: Update link (#33166) Update multi-project workspace link weblink on the angular.io website was not working, therefore, updated the multi-project workspace link. PR Close #33166 --- aio/content/guide/creating-libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/creating-libraries.md b/aio/content/guide/creating-libraries.md index a86919439f..4a933a6193 100644 --- a/aio/content/guide/creating-libraries.md +++ b/aio/content/guide/creating-libraries.md @@ -19,7 +19,7 @@ Use the Angular CLI to generate a new library skeleton with the following comman
-

You can use the monorepo model to use the same workspace for multiple projects. See [Setting up for a multi-project workspace](guide/file-structure#multiple-projects).

+

You can use the monorepo model to use the same workspace for multiple projects. See Setting up for a multi-project workspace.

This creates the `projects/my-lib` folder in your workspace, which contains a component and a service inside an NgModule. @@ -213,4 +213,4 @@ This means that the TypeScript source can result in different JavaScript code in For this reason, an app that depends on a library should only use TypeScript path mappings that point to the *built library*. TypeScript path mappings should *not* point to the library source `.ts` files. - \ No newline at end of file +