From 17704d73db5636c5655117215030da17a2a7fee5 Mon Sep 17 00:00:00 2001 From: skander23000 Date: Mon, 27 Jan 2025 18:09:40 +0100 Subject: [PATCH] fix(@angular/cli): fix relative link to README not working on npm repo The link to the README was relative, which caused it to break when viewed on the npm repository. The link has been updated to an absolute URL to ensure it works properly. Closes #29489 --- packages/angular/build/README.md | 2 +- packages/angular/cli/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/angular/build/README.md b/packages/angular/build/README.md index b78776718072..62249f7fe422 100644 --- a/packages/angular/build/README.md +++ b/packages/angular/build/README.md @@ -2,4 +2,4 @@ The sources for this package are in the [Angular CLI](https://github.com/angular/angular-cli) repository. Please file issues and pull requests against that repository. -Usage information and reference details can be found in repository [README](../../../README.md) file. +Usage information and reference details can be found in repository [README](https://github.com/angular/angular-cli/blob/main/README.md) file. diff --git a/packages/angular/cli/README.md b/packages/angular/cli/README.md index 07b498c785dc..4fa87391f04c 100644 --- a/packages/angular/cli/README.md +++ b/packages/angular/cli/README.md @@ -2,4 +2,4 @@ The sources for this package are in the [Angular CLI](https://github.com/angular/angular-cli) repository. Please file issues and pull requests against that repository. -Usage information and reference details can be found in repository [README](../../../README.md) file. +Usage information and reference details can be found in repository [README](https://github.com/angular/angular-cli/blob/main/README.md) file.