Skip to content

Commit 801a22f

Browse files
committed
[BULK UPDATE] DocuTune - Fix build validation issues: docs-link-absolute
1 parent cd432b0 commit 801a22f

9 files changed

+26
-26
lines changed

articles/index.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ productDirectory:
4444
items:
4545
# Card
4646
- title: Python
47-
imageSrc: https://docs.microsoft.com/media/logos/logo_python.svg
47+
imageSrc: /media/logos/logo_python.svg
4848
links:
4949
- url: /azure/azure-functions/create-first-function-vs-code-python
5050
text: Deploy serverless Python apps to Azure Functions
@@ -59,7 +59,7 @@ productDirectory:
5959
- url: ./python/index.yml
6060
text: See more in the Python developer center
6161
- title: JavaScript
62-
imageSrc: https://docs.microsoft.com/media/logos/logo_js.svg
62+
imageSrc: /media/logos/logo_js.svg
6363
links:
6464
- url: /azure/static-web-apps/getting-started?tabs=vanilla-javascript
6565
text: Develop a static website
@@ -74,7 +74,7 @@ productDirectory:
7474
- url: ./javascript/index.yml
7575
text: See more in the JavaScript developer center
7676
- title: Java
77-
imageSrc: https://docs.microsoft.com/media/logos/logo_java.svg
77+
imageSrc: /media/logos/logo_java.svg
7878
links:
7979
- url: ./java/fundamentals/java-jdk-install.md
8080
text: Install the JDK for Azure and Azure Stack
@@ -89,7 +89,7 @@ productDirectory:
8989
- url: ./java/index.yml
9090
text: See more in the Java developer center
9191
- title: .NET
92-
imageSrc: https://docs.microsoft.com/azure/media/index/net-logo.svg
92+
imageSrc: /azure/media/index/net-logo.svg
9393
links:
9494
- url: /dotnet/azure/intro
9595
text: Introduction to Azure and .NET
@@ -104,7 +104,7 @@ productDirectory:
104104
- url: /dotnet/azure/
105105
text: See more in the .NET developer center
106106
- title: Go
107-
imageSrc: https://docs.microsoft.com/media/logos/logo_Go-lightblue.svg
107+
imageSrc: /media/logos/logo_Go-lightblue.svg
108108
links:
109109
- url: ./go/azure-sdk-install.md
110110
text: Install the Azure SDK for Go
@@ -117,7 +117,7 @@ productDirectory:
117117
- url: ./go/index.yml
118118
text: See more in the Go developer center
119119
- title: Azure PowerShell
120-
imageSrc: https://docs.microsoft.com/media/logos/logo_powershell.svg
120+
imageSrc: /media/logos/logo_powershell.svg
121121
links:
122122
- url: /powershell/azure/new-azureps-module-az
123123
text: What is the new Az module?
@@ -132,7 +132,7 @@ productDirectory:
132132
- url: /powershell/azure/
133133
text: See more in the Azure PowerShell developer center
134134
- title: Azure CLI
135-
imageSrc: https://docs.microsoft.com/media/logos/logo_CLIgeneric.svg
135+
imageSrc: /media/logos/logo_CLIgeneric.svg
136136
links:
137137
- url: /cli/azure/get-started-with-azure-cli
138138
text: Get started

articles/java/index.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -214,28 +214,28 @@ tools:
214214
title: Tools
215215
items:
216216
- title: Azure Toolkit for IntelliJ
217-
imageSrc: https://docs.microsoft.com/media/logos/logo_intellij.svg
217+
imageSrc: /media/logos/logo_intellij.svg
218218
url: toolkit-for-intellij/index.yml
219219
- title: Visual Studio Code
220-
imageSrc: https://docs.microsoft.com/media/logos/logo_vs-code.svg
220+
imageSrc: /media/logos/logo_vs-code.svg
221221
url: https://code.visualstudio.com/docs
222222
- title: Azure Toolkit for Eclipse
223-
imageSrc: https://docs.microsoft.com/media/logos/logo_eclipse.svg
223+
imageSrc: /media/logos/logo_eclipse.svg
224224
url: toolkit-for-eclipse/index.yml
225225
- title: Eclipse Microprofile
226-
imageSrc: https://docs.microsoft.com/media/logos/logo_eclipse.svg
226+
imageSrc: /media/logos/logo_eclipse.svg
227227
url: eclipse-microprofile/index.yml
228228
- title: Maven
229-
imageSrc: https://docs.microsoft.com/media/logos/logo_maven.svg
229+
imageSrc: /media/logos/logo_maven.svg
230230
url: https://github.com/Microsoft/azure-maven-plugins#readme
231231
- title: Gradle
232-
imageSrc: https://docs.microsoft.com/media/logos/logo-gradle-elephant-icon-gradient-primary.svg
232+
imageSrc: /media/logos/logo-gradle-elephant-icon-gradient-primary.svg
233233
url: https://github.com/Microsoft/azure-gradle-plugins#readme
234234
- title: Azure CLI
235-
imageSrc: https://docs.microsoft.com/media/logos/logo_CLIgeneric.svg
235+
imageSrc: /media/logos/logo_CLIgeneric.svg
236236
url: /cli/azure
237237
- title: Jenkins on Azure
238-
imageSrc: https://docs.microsoft.com/media/logos/logo_jenkins.svg
238+
imageSrc: /media/logos/logo_jenkins.svg
239239
url: /azure/jenkins
240240

241241
additionalContent:

articles/java/learning-resources/more-resources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ The following links provide information about technologies related to Java.
2828

2929
## Next steps
3030

31-
- [Java on Azure - Microsoft Learn](/learn/paths/java-on-azure/)
31+
- [Java on Azure](/learn/paths/java-on-azure/) learning path

articles/java/learning-resources/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To supplement these resources, you might consider reading some books or consulti
2424

2525
## Hands-on learning
2626

27-
To learn more about Java on Azure using a hands-on approach, check out our Microsoft Learn module for [Java on Azure](/learn/paths/java-on-azure/). Also, be sure to visit [Workshops and videos](workshops-videos.md) for more hands-on content featuring migration scenarios and Azure Spring Apps. This article also provides links to our YouTube playlist and to the SpringOne 2021 conference.
27+
To learn more about Java on Azure using a hands-on approach, check out our learning path for [Java on Azure](/learn/paths/java-on-azure/). Also, be sure to visit [Workshops and videos](workshops-videos.md) for more hands-on content featuring migration scenarios and Azure Spring Apps. This article also provides links to our YouTube playlist and to the SpringOne 2021 conference.
2828

2929
To understand the practical usage of Java on Azure, see our [samples](samples.md). If you run into issues, you can also troubleshoot with [Azure OSS Developer Support](https://azureossd.github.io/tags/).
3030

articles/javascript/how-to/develop-serverless-apps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Cosmos DB currently provides the following integration for functions:
153153

154154
The [Azure Functions developer guide for JavaScript](/azure/azure-functions/functions-reference-node) is a good starting point.
155155

156-
Use the Microsoft Learn Module to learn how to [enable automatic updates in a web app using Azure functions and SignalR Service](/learn/modules/automatic-update-of-a-webapp-using-azure-functions-and-signalr/).
156+
Use the Learn Module to learn how to [enable automatic updates in a web app using Azure functions and SignalR Service](/learn/modules/automatic-update-of-a-webapp-using-azure-functions-and-signalr/).
157157

158158
* [Run code on a timer](/azure/azure-functions/functions-create-scheduled-function)
159159
* [Run code when files are uploaded or updated in Azure Blob storage](/azure/storage/blobs/storage-upload-process-images?tabs=nodejsv10)

articles/javascript/how-to/select-hosting-service.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Hosting options and deployment scenarios include several services and tools for
1414

1515
Use the following table to select a hosting service for most common app needs.
1616

17-
For a complete overview of different hosting options, see [Decision tree for Azure compute services](/azure/architecture/guide/technology-choices/compute-decision-tree) and the [Core Cloud Services - Azure compute options](/learn/modules/intro-to-azure-compute) module on Microsoft Learn.
17+
For a complete overview of different hosting options, see [Decision tree for Azure compute services](/azure/architecture/guide/technology-choices/compute-decision-tree) and the [Core Cloud Services - Azure compute options](/learn/modules/intro-to-azure-compute) module.
1818

1919

2020
| Service |App type supported| Suggested for |
@@ -51,8 +51,8 @@ These choices are tailored to specific use cases.
5151
| Service | Suggested for |
5252
|--|--|
5353
|[Storage](/azure/storage/blobs/storage-blob-static-website-how-to?tabs=azure-portal)|Azure Storage can also host a static web app. This is helpful if you need tight integration between robust Storage and your client application.|
54-
|[Content Delivery Network ](/azure/cdn/) (CDN)|Deliver pre-rendered websites. Cache static objects loaded from Azure Blob storage, a web application, or any publicly accessible web server, by using the closest point of presence (POP) server. Azure CDN can also accelerate dynamic content, which cannot be cached, by using various network and routing optimizations.|
54+
|[Content Delivery Network](/azure/cdn/) (CDN)|Deliver pre-rendered websites. Cache static objects loaded from Azure Blob storage, a web application, or any publicly accessible web server, by using the closest point of presence (POP) server. Azure CDN can also accelerate dynamic content, which cannot be cached, by using various network and routing optimizations.|
5555

5656
## Next steps
5757

58-
* [Cofigure app settings](configure-web-app-settings.md)
58+
* [Cofigure app settings](configure-web-app-settings.md)

articles/javascript/learn-azure-javascript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Use the Microsoft Learn platform or a Microsoft Learning Partner to expand your
5454

5555
## JavaScript on Azure
5656

57-
The following Microsoft Learn modules teach you how to use Azure with JavaScript:
57+
The following Learn modules teach you how to use Azure with JavaScript:
5858

5959
### Azure DevOps
6060

articles/javascript/whats-new-developer-advocacy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ This content is primarily from Developer Advocates as well as other members of t
241241
|[Wassim Chegham][Wassim]|Azure Static Web Apps CLI|**French** - [YouTube video:Tartine & Tech](https://www.youtube.com/watch?v=0L2XS6INmwE) [Slides](https://slides.com/wassimchegham/a-look-at-the-new-azure-static-web-apps-cli-swa-conf)|
242242
|[Glaucia Lemos][Glaucia]|How do I debug API REST Node.js App in VS Code?!|**Portuguese** - [YouTube](https://youtu.be/Lb20EoDja50)|
243243
|[Aaron Powell][Aaron]|SUPERCHARGING A WEB DEVS TOOLBOX|[Microsoft Reactor Video](https://www.aaron-powell.com/posts/2021-06-03-supercharging-a-web-devs-toolbox/)|
244-
|[David Smith][David]|Build a simple website using HTML, CSS, and JavaScript|[Microsoft Learn module](/learn/modules/build-simple-website/)|
244+
|[David Smith][David]|Build a simple website using HTML, CSS, and JavaScript|[Learn module](/learn/modules/build-simple-website/)|
245245

246246

247247
## 2021 May
@@ -319,7 +319,7 @@ This content is primarily from Developer Advocates as well as other members of t
319319
|--|--|--|
320320
|[Aaron Powell][Aaron]|Building dual-screen web experiences with React|[Blog](https://devblogs.microsoft.com/surface-duo/dual-screen-react-web/)|
321321
|[Asim Hussain][Asim]|Adopting Azure serverless architectures to help reduce CO2 emissions – Part 2 (Extending to the Edge)|[Blog](https://aka.ms/adopting-azure-serverless?WT.mc_id=green-12146-cxa)|
322-
|[Chris Noring][Chris]|Node.js Learn Module: Create a Node HTTP Server|[Microsoft Learn Module](/learn/modules/build-web-api-nodejs-express/)|
322+
|[Chris Noring][Chris]|Node.js Learn Module: Create a Node HTTP Server|[Learn Module](/learn/modules/build-web-api-nodejs-express/)|
323323
|[Chris Noring][Chris]|Game engine developing Hex grid based educational games|[GitHub repo](https://github.com/softchris/hex-game)|
324324
|[Glaucia Lemos][Glaucia]|Backend Developer Guide 2021 - What should I know?|**Portuguese​** - [YouTube](https://www.youtube.com/channel/UC2Qzw5aqCBk_z0lWJnumWQQ) and [Blog](https://dev.to/glaucia86/guia-para-pessoas-desenvolvedoras-back-end-2021-o-que-eu-preciso-saber-10c6)|
325325
|[Glaucia Lemos][Glaucia]|JWT + Node + Mongo+ Vue Project|[YouTube Vide0 #1](https://youtu.be/JmUSx5wXU68), [YouTube Video #2](https://youtu.be/Vr-UMoAv8pk), [YouTube Video #3](https://youtu.be/6u4aM2eT-gg)|
@@ -344,4 +344,4 @@ This content is primarily from Developer Advocates as well as other members of t
344344
[Anthony]:https://twitter.com/nthonyChu
345345
[Nitya]:https://twitter.com/nitya/
346346
[Jen]: https://twitter.com/jenlooper
347-
[Aysegul]: https://twitter.com/AysSomething
347+
[Aysegul]: https://twitter.com/AysSomething

articles/javascript/whats-new-docs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Find new and updated content for JavaScript and TypeScript developers.
206206

207207
|Name|Description|
208208
|---------------------------------------|--|
209-
|[Deploy a GraphQL API as an Azure Function ](./how-to/with-web-app/graphql/azure-function-hello-world.md)|Learn how to build and deploy an Apollo server-based GraphQL API endpoint. This article includes a simple `Hello World` API for those very new to GraphQL, along with a simple CRUD operations API using mutations.|
209+
|[Deploy a GraphQL API as an Azure Function](./how-to/with-web-app/graphql/azure-function-hello-world.md)|Learn how to build and deploy an Apollo server-based GraphQL API endpoint. This article includes a simple `Hello World` API for those very new to GraphQL, along with a simple CRUD operations API using mutations.|
210210
|[How to authenticate users with Microsoft Authentication Library for React](./how-to/with-authentication/static-web-app-with-api/introduction.md)|Learn how to authenticate users with the Microsoft Authentication Library for React (MSAL React) and call an Azure service on behalf of the user.|
211211

212212
## 2021 June

0 commit comments

Comments
 (0)