Skip to content

Commit c4f41cc

Browse files
committed
Fix links
1 parent e0adec8 commit c4f41cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/jenkins/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ landingContent:
100100
- linkListType: tutorial
101101
links:
102102
- text: Using Azure Storage with a Jenkins C/I solution
103-
url: /azure/storage/storage-java-jenkins-continuous-integration-solution?toc=/azure/jenkinstoc.json&bc=/azure/bread/toc.json
103+
url: storage-java-jenkins-continuous-integration-solution.md
104104

105105
# Card
106106
- title: CI/CD to Linux VMs

articles/jenkins/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add build agents to your existing Jenkins deployment to scale your Jenkins build
2828

2929
Once configured with an [Azure service principal](/azure/azure-resource-manager/resource-group-overview), Jenkins jobs and pipelines can use this credential to:
3030

31-
- Securely store and archive build artifacts in [Azure Storage](/azure/storage/common/storage-introduction) using the [Azure Storage plug-in](https://plugins.jenkins.io/windows-azure-storage). Review the [Jenkins storage how-to](/azure/storage/common/storage-java-jenkins-continuous-integration-solution) to learn more.
31+
- Securely store and archive build artifacts in [Azure Storage](/azure/storage/common/storage-introduction) using the [Azure Storage plug-in](https://plugins.jenkins.io/windows-azure-storage). Review the [Jenkins storage how-to](storage-java-jenkins-continuous-integration-solution.md) to learn more.
3232
- Manage and configure Azure resources with the [Azure CLI](/azure/jenkins/execute-cli-jenkins-pipeline).
3333

3434
## Deploy your code into Azure services

articles/jenkins/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
- name: Deploy to Azure Functions
5050
href: jenkins-azure-functions-deploy.md
5151
- name: Publish to Azure Storage
52-
href: /azure/storage/storage-java-jenkins-continuous-integration-solution
52+
href: storage-java-jenkins-continuous-integration-solution.md
5353
maintainContext: true
5454
- name: CI/CD to Linux VMs
5555
href: tutorial-jenkins-github-docker-cicd.md

0 commit comments

Comments
 (0)