From 5587c89d1f82ebb998b15d783ef7a72bd8f752c8 Mon Sep 17 00:00:00 2001 From: Ken Dale Date: Tue, 19 Sep 2023 08:27:37 -0400 Subject: [PATCH] Update links (#565) --- docs/generic-cicd-pipeline-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/generic-cicd-pipeline-support.md b/docs/generic-cicd-pipeline-support.md index 579a296e..5c74cc1b 100644 --- a/docs/generic-cicd-pipeline-support.md +++ b/docs/generic-cicd-pipeline-support.md @@ -18,7 +18,7 @@ Run the PowerShell script remotely: -UseWindows ``` -Alternatively, you can manually download the PowerShell script and include it to your codebase: [Get-OpenApiDocument.ps1](./actions/Get-OpenApiDocument.ps1) +Alternatively, you can manually download the PowerShell script and include it to your codebase: [Get-OpenApiDocument.ps1](../actions/Get-OpenApiDocument.ps1) ```powershell ./actions/Get-OpenApiDocument.ps1 ` @@ -49,7 +49,7 @@ curl -fsSL https://aka.ms/azfunc-openapi/generate-openapi.sh \ -d|--delay ``` -Alternatively, you can manually download the PowerShell script and include it to your codebase: [get-openapi-document.sh](./actions/get-openapi-document.sh) +Alternatively, you can manually download the PowerShell script and include it to your codebase: [get-openapi-document.sh](../actions/get-openapi-document.sh) ```bash ./actions/get-openapi-document.sh \