Skip to content

Commit b1654d7

Browse files
committed
Verifying links and updating
1 parent a927d72 commit b1654d7

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ Details the setup of a CI/CD pipeline using GitHub Actions.
104104

105105
These are the guides for the old samples, relevant if you are using version 1 endpoints.
106106

107-
* [Azure DevOps Sample](V1-azure-devops.md)
108-
* [GitHub Actions Sample](V1-github-actions.md)
107+
* [Azure DevOps Sample](v1-azure-devops.md)
108+
* [GitHub Actions Sample](v1-github-actions.md)

umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/V1-azure-devops.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
hidden: true
3-
description: >-
4-
This section provides a step-by-step guide to setting up a CI/CD pipeline in
5-
Azure DevOps using the provided sample Bash or Powershell scripts.
63
---
74

85
# Azure DevOps

umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/V1-github-actions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
hidden: true
3-
description: >-
4-
This section provides a step-by-step guide to setting up a CI/CD pipeline in
5-
GitHub Actions using the provided sample Bash or Powershell scripts.
63
---
74

85
# GitHub Actions

umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline/migrate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Copy the scripts from the sample repository's version 2 folder to the correspond
6565

6666
Now you need some important values: Project ID and Target environment alias.
6767

68-
- [How to get the project id](./samplecicdpipeline/README.md#obtaining-the-project-id-and-api-key)
69-
- [How to get the environment alias](./samplecicdpipeline/README.md#getting-environment-aliases-to-target)
68+
- [How to get the project id](./README.md#obtaining-the-project-id-and-api-key)
69+
- [How to get the environment alias](./README.md#getting-environment-aliases-to-target)
7070

7171
Open the `azure-release-pipeline.yaml` in your favorite editor.
7272

@@ -113,7 +113,7 @@ Now copy the scripts from the sample repository's V2 folder to the corresponding
113113

114114
Now we need one important value: Target environment alias.
115115

116-
- [This section](./samplecicdpipeline/README.md#getting-environment-aliases-to-target) explains how to get the environment alias.
116+
- [This section](./README.md#getting-environment-aliases-to-target) explains how to get the environment alias.
117117

118118
Go to your GitHub repository and enter the `Settings` section.
119119

0 commit comments

Comments
 (0)