Skip to content

Commit 4740a26

Browse files
committed
Fix absolute links to relative links in DNS support-help and TOC
1 parent b719e07 commit 4740a26

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

articles/dns/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
- name: Troubleshoot
216216
items:
217217
- name: Troubleshoot Azure DNS
218-
href: https://learn.microsoft.com/troubleshoot/azure/dns/welcome-azure-dns?toc=/azure/dns/TOC.json
218+
href: /troubleshoot/azure/dns/welcome-azure-dns?toc=/azure/dns/TOC.json
219219
- name: Support and troubleshooting
220220
href: dns-support-help.md
221221
- name: Reference

articles/dns/dns-support-help.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Here are suggestions for where you can get help when developing your Azure DNS s
1818

1919
Various articles explain how to determine, diagnose, and fix issues that you might encounter when using Azure DNS. Use these articles to troubleshoot deployment failures, configuration issues, name resolution problems, and more.
2020

21-
For a full list of self help troubleshooting content, see [Azure DNS troubleshooting documentation](https://learn.microsoft.com/troubleshoot/azure/dns/welcome-azure-dns).
21+
For a full list of self help troubleshooting content, see [Azure DNS troubleshooting documentation](/troubleshoot/azure/dns/welcome-azure-dns).
2222

2323
## Post a question on Microsoft Q&A
2424

@@ -28,7 +28,7 @@ If you can't find an answer to your problem using search, submit a new question
2828

2929
| Area | Tag |
3030
| --- | --- |
31-
| [Azure DNS](./dns-overview.md) | [azure-dns](https://learn.microsoft.com/answers/tags/143/azure-dns) |
31+
| [Azure DNS](./dns-overview.md) | [azure-dns](/answers/tags/143/azure-dns) |
3232

3333
## Create an Azure support request
3434

0 commit comments

Comments
 (0)