Skip to content

Commit 713c884

Browse files
authored
C179707: 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 7e17dc6 commit 713c884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/quick-create-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This quickstart shows how to use the Azure portal to create a Batch account, a *
2020

2121
## Sign in to Azure
2222

23-
Sign in to the Azure portal at https://portal.azure.com.
23+
Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.com).
2424

2525
## Create a Batch account
2626

@@ -149,4 +149,4 @@ In this quickstart, you created a Batch account, a Batch pool, and a Batch job.
149149

150150
[task_create]: ./media/quick-create-portal/task-create.png
151151

152-
[task_output]: ./media/quick-create-portal/task-output.png
152+
[task_output]: ./media/quick-create-portal/task-output.png

0 commit comments

Comments
 (0)