Skip to content

Commit ef8b4c3

Browse files
authored
C186108: Converting plain-text link to MD syntax
There are some languages that, based on linguistic grounds, changed the position of the links in comparison to their source content and placed them at the beginning of the string. This prevents their correct rendering on live pages. Kindly consider using MD hyperlink syntax structure \[..\]\(…\)
1 parent efd8140 commit ef8b4c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/jenkins/tutorial-jenkins-dev-spaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ The Jenkins pipeline configuration and Jenkinsfile define the stages in the CI p
260260
261261
![Jenkins pipeline flow](media/tutorial-jenkins-dev-spaces/jenkins-pipeline-flow.png)
262262
263-
1. Download a modified version of the *mywebapi* project from https://github.com/azure-devops/mywebapi. This project contains several files needed to create a pipeline, including the *Jenkinsfile*, *Dockerfiles*, and Helm chart.
263+
1. Download a modified version of the *mywebapi* project from [https://github.com/azure-devops/mywebapi](https://github.com/azure-devops/mywebapi). This project contains several files needed to create a pipeline, including the *Jenkinsfile*, *Dockerfiles*, and Helm chart.
264264
265265
2. Log into Jenkins. From the menu on the left, select **Add Item**.
266266
@@ -405,4 +405,4 @@ az group delete -y --no-wait -n MyResourceGroup
405405
## Next steps
406406
407407
> [!div class="nextstepaction"]
408-
> [CI/CD with Jenkins on Azure](jenkins-continuous-deployment.md)
408+
> [CI/CD with Jenkins on Azure](jenkins-continuous-deployment.md)

0 commit comments

Comments
 (0)