Skip to content

Commit 9a6841a

Browse files
Update azure-dns.md
Fixing tabs
1 parent 5d1bf2f commit 9a6841a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/linux/azure-dns.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Some Linux distributions do not include caching by default. We recommend that yo
6464

6565
Several different DNS caching packages, such as dnsmasq, are available. Here are the steps to install dnsmasq on the most common distributions:
6666

67-
# [Ubuntu](#ubuntu)
67+
# [Ubuntu](#tab/ubuntu)
6868

6969
1. Install the dnsmasq package:
7070

@@ -84,7 +84,7 @@ sudo systemctl enable dnsmasq.service
8484
sudo systemctl start dnsmasq.service
8585
```
8686

87-
# [SUSE](#sles)
87+
# [SUSE](#tab/sles)
8888

8989
1. Install the dnsmasq package:
9090

@@ -111,7 +111,7 @@ sudo systemctl start dnsmasq.service
111111
sudo netconfig update
112112
```
113113

114-
# [CentOS/RHEL](#rhel)
114+
# [CentOS/RHEL](#tab/rhel)
115115

116116
1. Install the dnsmasq package:
117117

0 commit comments

Comments
 (0)