From 789c2382e401ac941334c6fceee30d55c51da3d6 Mon Sep 17 00:00:00 2001 From: Thomas Clarke Date: Wed, 12 May 2021 08:24:08 +0100 Subject: [PATCH] Update `Expand-Alias` link relating to issue #149 --- Style-Guide/Naming-Conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Style-Guide/Naming-Conventions.md b/Style-Guide/Naming-Conventions.md index 4ceda52..fab271a 100644 --- a/Style-Guide/Naming-Conventions.md +++ b/Style-Guide/Naming-Conventions.md @@ -1,6 +1,6 @@ ### Naming Conventions -In general, prefer the use of full explicit names for commands and parameters rather than aliases or short forms. There are tools [Expand-Alias](https://github.com/PoshCode/ModuleBuilder/blob/master/ResolveAlias.psm1) for fixing many, but not all of these issues. +In general, prefer the use of full explicit names for commands and parameters rather than aliases or short forms. There are tools [Expand-Alias](https://github.com/PoshCode/ModuleBuilder/blob/master/PotentialContribution/ResolveAlias.psm1) for fixing many, but not all of these issues. #### Use the full name of each command.