Skip to content

Commit 5563b5f

Browse files
authored
Merge pull request #150 from NitroEvil/patch-1
Update `Expand-Alias` link relating to issue #149
2 parents 48eb9ed + 789c238 commit 5563b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Style-Guide/Naming-Conventions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Naming Conventions
22

3-
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.
3+
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.
44

55
#### Use the full name of each command.
66

0 commit comments

Comments
 (0)