From 1d01d9b987b46eec1484ed3feae438020cacd002 Mon Sep 17 00:00:00 2001 From: Frode Flaten <3436158+fflaten@users.noreply.github.com> Date: Sun, 17 Nov 2024 13:15:21 +0000 Subject: [PATCH] Remove about_ in related links platyPS creates broken link in markdown. Topic is mentioned in description section --- src/Pester.RSpec.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Pester.RSpec.ps1 b/src/Pester.RSpec.ps1 index 633557cf5..e15094b98 100644 --- a/src/Pester.RSpec.ps1 +++ b/src/Pester.RSpec.ps1 @@ -333,9 +333,6 @@ function New-PesterConfiguration { .LINK https://pester.dev/docs/commands/Invoke-Pester - - .LINK - about_PesterConfiguration #> [CmdletBinding()] [OutputType([PesterConfiguration])]