Skip to content

Commit 3090cad

Browse files
committed
fix broken links
1 parent 3ca7661 commit 3090cad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/pipelines/ecosystems/kubernetes/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ For more information on canary deployments with pipelines, see [Use a canary dep
9191

9292
Kubernetes runs the same way on all cloud providers. Azure Pipelines can be used for deploying to Azure Kubernetes Service (AKS), Google Kubernetes Engine (GKE), Amazon Elastic Kubernetes Service (EKS), or clusters from any other cloud providers.
9393

94-
To set up multicloud deployment, [create an environment](../../process/environments.mdcreate-an-environment) and then add your Kubernetes resources associated with namespaces of Kubernetes clusters.
94+
To set up multicloud deployment, [create an environment](../../process/environments.md#create-an-environment) and then add your Kubernetes resources associated with namespaces of Kubernetes clusters.
9595

9696
* [Azure Kubernetes Service](../../process/environments-kubernetes.md#use-azure-kubernetes-service)
9797
* [Generic provider using existing service account](../../process/environments-kubernetes.md#use-an-existing-service-account)

docs/pipelines/process/environments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To create your first environment:
6161
> [!TIP]
6262
> You can create an empty environment and reference it from deployment jobs so you can record deployment history against the environment.
6363
64-
To programmatically create and manage environments, use the [Azure DevOps Environments REST API](https://learn.microsoft.com/en-us/rest/api/azure/devops/environments/environments).
64+
To programmatically create and manage environments, use the [Azure DevOps Environments REST API](/rest/api/azure/devops/environments/environments).
6565

6666
You can use Azure Pipelines to deploy to environments. For more information, see [Build and deploy to Azure Kubernetes Service with Azure Pipelines](../ecosystems/kubernetes/aks-template.md).
6767

@@ -139,17 +139,17 @@ You can select the **Deployments** tab in the Azure Pipelines **Environments** s
139139

140140
- View jobs from all pipelines that target a specific environment. For example, two microservices that each have their own pipeline can deploy to the same environment. The deployment history helps identify all pipelines that affect the environment, and also helps visualize the sequence of deployments by each pipeline.
141141

142-
:::image type="content" source="media/environments-view-deployment-history.png" alt-text="Screenshot that shows deployment history listing.":::
142+
:::image type="content" source="media/environments-deployment-history.png" alt-text="Screenshot that shows deployment history listing.":::
143143

144144
- To drill down into the job details, select the **Changes** and **Work items** tabs on a deployment page. The tabs show lists of commits and work items that deployed to the environment. Each list item represents new items in that deployment.
145145

146146
On the **Changes** tab, the first listing includes all the commits to that point, and the following listings include just the changes for that job. If multiple commits are tied to the same job, there are multiple results on the **Changes** tab.
147147

148-
:::image type="content" source="media/environment-view-deployment-history-changes.png" alt-text="Screenshot of commits under deployment history.":::
148+
:::image type="content" source="media/environment-deployment-history-changes.png" alt-text="Screenshot of commits under deployment history.":::
149149

150150
- If multiple work items are tied to the same job, there are multiple results on the **Work items** tab.
151151

152-
:::image type="content" source="media/environment-view-deployment-history-workitems.png" alt-text="Screenshot of work items under deployment history.":::
152+
:::image type="content" source="media/environment-deployment-history-workitems.png" alt-text="Screenshot of work items under deployment history.":::
153153

154154
## Security
155155

0 commit comments

Comments
 (0)