microsoft / AzureTipsAndTricks

Learn some of our favorite Azure tips and tricks—some long-standing, and new ones that have recently been added to become more productive with Azure. Star the repo now to shave hours off your coding tasks tomorrow.
http://azuredev.tips
Creative Commons Attribution 4.0 International
1.49k stars 489 forks source link

Apply proper markdown syntax for hyperlinks #23

Closed AzureMentor closed 5 years ago

AzureMentor commented 5 years ago

Many of the URLs were not properly hyperlinked. Proper markdown syntax has been applied for these URLs.

AzureMentor commented 5 years ago

@mbcrump Please review this PR. Thanks!

mbcrump commented 5 years ago

@AzureMentor It is expected behavior to automatically link urls in a markdown file. It is documented here. I'm not sure what this fix in 1 file will benefit the project. I know it isn't perf gains. LMK your thoughts.

AzureMentor commented 5 years ago

Hi @mbcrump, I agree with you regarding the "expected behavior to automatically link urls in a markdown file". Unfortunately, the Azure Tips and Tricks website (https://microsoft.github.io/AzureTipsAndTricks/) doesn't convert those URLs automatically. Hence the reason why I fixed those hyperlinks to improve the document. 👍

Here is what I mean:

image

Please have another look at the PR and merge if you agree. Thanks.

AzureMentor commented 5 years ago

@mbcrump Please see my notes above. Thanks!

mbcrump commented 5 years ago

OK. Thanks. I'll use it then.