From a55b61f3dbcd08d316aff6a315b97551460fc862 Mon Sep 17 00:00:00 2001 From: Taylor Monacelli Date: Wed, 3 Feb 2021 11:07:05 -0800 Subject: [PATCH] README: Fix broken link to Log-Entry.ps1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a79f5f..06ca17a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ I have put the whole solution in a framework consisting few major parts: - `End-Script` (alias `End`) which might be used to nicely close the session - `ConvertTo-Text` (alias `CText`) to resolve objects -For the latest [`Log-Entry.ps1`](https://github.com/iRon7/Log-Entry/Log-Entry.ps1) version, see: https://github.com/iRon7/Log-Entry. +For the latest [`Log-Entry.ps1`](https://github.com/iRon7/Log-Entry/blob/master/Log-Entry.ps1) version, see: https://github.com/iRon7/Log-Entry. Usage -----