docs: remove https://angular.io from internal links (#38360)

PR #36601 introduces icons on all links if the link contains
https:// or http:// but there were some internal links left
which contained https://angular.io. Removed https://angular.io
from all these links.

PR Close #38360
This commit is contained in:
Ajit Singh
2020-08-06 09:16:38 +05:30
committed by Andrew Kushnir
parent 58f4b3ad80
commit 7342b1ecdf
5 changed files with 9 additions and 9 deletions

View File

@ -46,7 +46,7 @@ For example, your `myBuilder` folder could contain the following files.
| `package.json` | Dependencies. See https://docs.npmjs.com/files/package.json. |
| `tsconfig.json` | [TypeScript configuration](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html). |
You can publish the builder to `npm` (see [Publishing your Library](https://angular.io/guide/creating-libraries#publishing-your-library)). If you publish it as `@example/my-builder`, you can install it using the following command.
You can publish the builder to `npm` (see [Publishing your Library](guide/creating-libraries#publishing-your-library)). If you publish it as `@example/my-builder`, you can install it using the following command.
<code-example language="sh">