Browse code

Minor fixed to TOC so new section appear correctly

Change-Id: I543d7a33a58f416133c95bdd88604904399b3890
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/11413
Reviewed-by: Tapas Kundu <tkundu@vmware.com>
Tested-by: Tapas Kundu <tkundu@vmware.com>

VinodJIsaac authored on 2020/10/06 19:57:15
Showing 3 changed files
... ...
@@ -231,12 +231,12 @@
231 231
         - [Fixing Permissions on Network Configuration Files](photon_troubleshoot/network-config-files-permissions.md)
232 232
         - [Permitting Root Login with SSH](photon_troubleshoot/permitting-root-login-with-ssh.md)
233 233
         - [Fixing Sendmail](photon_troubleshoot/fixing-sendmail.md)
234
-    -   [Photon OS General Troubleshooting] (photon_troubleshoot/Photon_OS_General_Troubleshooting.md)
234
+    -   [Photon OS General Troubleshooting](photon_troubleshoot/Photon_OS_General_Troubleshooting.md)
235 235
         - [Photon Code](Troubleshooting_photoncode.md)
236 236
         - [Package Management](Troubleshooting_PackageManagement.md)
237
-        - [Network Configurations] (Troubleshooting_Networkconfiguration.md)
238
-        - [cloud-init] (Troubleshooting-cloudinit.md)
239
-        - [vmtoolsd] (Troubleshooting-vmtoolsd.md)
237
+        - [Network Configurations](Troubleshooting_Networkconfiguration.md)
238
+        - [cloud-init](Troubleshooting-cloudinit.md)
239
+        - [vmtoolsd](Troubleshooting-vmtoolsd.md)
240 240
     - [Troubleshooting Tools on Photon OS](photon_troubleshoot/troubleshooting-tools.md)
241 241
         - [Common Tools](photon_troubleshoot/common-tools.md)
242 242
         - [Troubleshooting Tools Installed by Default](photon_troubleshoot/default-tools.md)
... ...
@@ -247,7 +247,7 @@
247 247
         - [Troubleshooting Services with `systemctl`](photon_troubleshoot/troubleshooting-services.md)
248 248
         - [Analyzing System Logs with `journalctl`](photon_troubleshoot/analyzing-system-logs-with-journalctl.md)
249 249
         - [Inspecting Services with `systemd-analyze`](photon_troubleshoot/inspecting-services-with-systemd-analyze.md)
250
-        - [General systemd Troubleshooting] (photon_troubleshoot/Troubleshooting_systemd.md)
250
+        - [General systemd Troubleshooting](photon_troubleshoot/Troubleshooting_systemd.md)
251 251
     - [Network Troubleshooting](photon_troubleshoot/networking.md)
252 252
         - [Managing the Network Configuration](photon_troubleshoot/managing-the-network-configuration.md)
253 253
         - [Inspecting IP Addresses](photon_troubleshoot/inspecting-ip-addresses.md)
... ...
@@ -16,12 +16,12 @@
16 16
         - [Fixing Permissions on Network Configuration Files](network-config-files-permissions.md)
17 17
         - [Permitting Root Login with SSH](permitting-root-login-with-ssh.md)
18 18
         - [Fixing Sendmail](fixing-sendmail.md)
19
-    -   [Photon OS General Troubleshooting] (Photon_OS_General_Troubleshooting.md)
19
+    -   [Photon OS General Troubleshooting](Photon_OS_General_Troubleshooting.md)
20 20
         - [Photon Code](Troubleshooting_photoncode.md)
21 21
         - [Package Management](Troubleshooting_PackageManagement.md)
22
-        - [Network Configurations] (Troubleshooting_Networkconfiguration.md)
23
-        - [cloud-init] (Troubleshooting-cloudinit.md)
24
-        - [vmtoolsd] (Troubleshooting-vmtoolsd.md))
22
+        - [Network Configurations](Troubleshooting_Networkconfiguration.md)
23
+        - [cloud-init](Troubleshooting-cloudinit.md)
24
+        - [vmtoolsd](Troubleshooting-vmtoolsd.md))
25 25
     -   [Troubleshooting Tools on Photon OS](troubleshooting-tools.md)
26 26
         - [Common Tools](common-tools.md)
27 27
         - [Troubleshooting Tools Installed by Default](default-tools.md)
... ...
@@ -13,7 +13,7 @@ For example, instead of running the /etc/init.d/ssh script to stop and start the
13 13
 - [Troubleshooting Services with `systemctl`](troubleshooting-services.md)
14 14
 - [Analyzing System Logs with `journalctl`](analyzing-system-logs-with-journalctl.md)
15 15
 - [Inspecting Services with `systemd-analyze`](inspecting-services-with-systemd-analyze.md)
16
-- [General systemd Troubleshooting] (Troubleshooting_systemd.md)
16
+- [General systemd Troubleshooting](Troubleshooting_systemd.md)
17 17
 
18 18
 For an overview of systemd, see [systemd System and Service Manager](https://www.freedesktop.org/wiki/Software/systemd/) and the [man page for systemd](https://www.freedesktop.org/software/systemd/man/systemd.html). The systemd man pages are listed at [https://www.freedesktop.org/software/systemd/man/](https://www.freedesktop.org/software/systemd/man/).
19 19