From c2e252f3a2997b8e1a8679d298947d14aee14573 Mon Sep 17 00:00:00 2001 From: felpel Date: Wed, 4 May 2022 19:46:06 -0400 Subject: [PATCH] docs: added external link for Angular, .NET, Node.JS & npm segments --- docs/docs/segments/angular.md | 3 ++- docs/docs/segments/dotnet.md | 3 ++- docs/docs/segments/node.md | 3 ++- docs/docs/segments/npm.md | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/docs/segments/angular.md b/docs/docs/segments/angular.md index 49c0b43c..0d32f5ca 100644 --- a/docs/docs/segments/angular.md +++ b/docs/docs/segments/angular.md @@ -6,7 +6,7 @@ sidebar_label: Angular ## What -Display the currently active Angular CLI version. +Display the currently active [Angular CLI][angular-cli-docs] version. ## Sample Configuration @@ -49,3 +49,4 @@ Display the currently active Angular CLI version. - `.Error`: `string` - when fetching the version string errors [templates]: /docs/configuration/templates +[angular-cli-docs]: https://angular.io/cli diff --git a/docs/docs/segments/dotnet.md b/docs/docs/segments/dotnet.md index 1b833643..5c577b96 100644 --- a/docs/docs/segments/dotnet.md +++ b/docs/docs/segments/dotnet.md @@ -6,7 +6,7 @@ sidebar_label: Dotnet ## What -Display the currently active .NET SDK version. +Display the currently active [.NET SDK][net-sdk-docs] version. ## Sample Configuration @@ -55,3 +55,4 @@ Display the currently active .NET SDK version. - `.Error`: `string` - when fetching the version string errors [templates]: /docs/configuration/templates +[net-sdk-docs]: https://docs.microsoft.com/en-us/dotnet/core/tools diff --git a/docs/docs/segments/node.md b/docs/docs/segments/node.md index 123fea86..e56a86a9 100644 --- a/docs/docs/segments/node.md +++ b/docs/docs/segments/node.md @@ -6,7 +6,7 @@ sidebar_label: Node ## What -Display the currently active node version. +Display the currently active [Node.js][node-js] version. ## Sample Configuration @@ -56,3 +56,4 @@ Display the currently active node version. - `.Mismatch`: `boolean` - if the version in `.nvmrc` matches with `.Full` [templates]: /docs/configuration/templates +[node-js]: https://nodejs.org diff --git a/docs/docs/segments/npm.md b/docs/docs/segments/npm.md index 499385f9..c599203f 100644 --- a/docs/docs/segments/npm.md +++ b/docs/docs/segments/npm.md @@ -6,7 +6,7 @@ sidebar_label: NPM ## What -Display the currently active npm version. +Display the currently active [npm][npm-docs] version. ## Sample Configuration @@ -40,3 +40,4 @@ Display the currently active npm version. - `.Error`: `string` - when fetching the version string errors [templates]: /docs/configuration/templates +[npm-docs]: https://docs.npmjs.com/about-npm