From 5b545b232b0bdbb68e07597cd0afbcd021716649 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 6 Nov 2024 16:26:03 -0600 Subject: [PATCH] Remove invalid link --- reference/7.2/Microsoft.PowerShell.Core/About/About.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/reference/7.2/Microsoft.PowerShell.Core/About/About.md b/reference/7.2/Microsoft.PowerShell.Core/About/About.md index fcc9bd7021e1..af722a18d2e9 100644 --- a/reference/7.2/Microsoft.PowerShell.Core/About/About.md +++ b/reference/7.2/Microsoft.PowerShell.Core/About/About.md @@ -59,11 +59,6 @@ Describes the built-in functions in PowerShell. PowerShell provides the ability to dynamically add new properties and alter the formatting of objects output to the pipeline. -### [about_Calling_Generic_Methods](about_Calling_Generic_Methods.md) - -Generics let you tailor a method, class, structure, or interface to the precise data type it acts -upon. - ### [about_Case-Sensitivity](about_Case-Sensitivity.md) PowerShell is as case-insensitive as possible while preserving case.