Skip to content

Commit

Permalink
Update links (Azure#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
kendaleiv authored Sep 19, 2023
1 parent ae743ce commit 5587c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/generic-cicd-pipeline-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Run the PowerShell script remotely:
-UseWindows <switch indicating whether to use Windows OS or not>
```

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 `
Expand Down Expand Up @@ -49,7 +49,7 @@ curl -fsSL https://aka.ms/azfunc-openapi/generate-openapi.sh \
-d|--delay <delay in second between run function app and document generation>
```

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 \
Expand Down

0 comments on commit 5587c89

Please sign in to comment.