diff --git a/public/develop/deployment_guide/deployment_guide/index.html b/public/develop/deployment_guide/deployment_guide/index.html
index 989deca54476082870386b34dd4609b79d3f9bb9..320c572f9b690faf54bc9e16068dc961a0357e7a 100644
--- a/public/develop/deployment_guide/deployment_guide/index.html
+++ b/public/develop/deployment_guide/deployment_guide/index.html
@@ -912,7 +912,7 @@ sudo chown -f -R $USER $HOME/.kube
 microk8s config > $HOME/.kube/config
 sudo reboot
 </code></pre>
-<h3><u>Check status of Kubernetes and addons</h3>
+<h3><u id="check-status-of-kubernetes-and-addons">Check status of Kubernetes and addons</h3>
 <p></u>
 To retrieve the status of Kubernetes <strong>once</strong>, run the following command:</p>
 <pre><code class="language-bash">microk8s.status --wait-ready
@@ -1008,7 +1008,7 @@ archieved and will not receive further contributions/updates.
 Please, clone from <a href="https://labs.etsi.org/rep/tfs/controller">ETSI-hosted GitLab code repository</a>.</p>
 <h3><u>Checkout the appropriate Git branch</h3>
 <p></u>
-TeraFlowSDN controller versions can be found in the appropriate release tags and/or branches as described in <a href="/Home#versions">Home &gt; Versions</a>.</p>
+TeraFlowSDN controller versions can be found in the appropriate release tags and/or branches as described in <a href="https://tfs.etsi.org/news/">Home &gt; Versions</a>.</p>
 <p>By default the branch <em>master</em> is checked out and points to the latest stable version of the TeraFlowSDN controller, while branch <em>develop</em> contains the latest developments and contributions under test and validation.</p>
 <p>To switch to the appropriate branch run the following command, changing <code>develop</code> by the name of the branch you want to deploy:</p>
 <pre><code class="language-bash">cd ~/tfs-ctrl
@@ -1097,7 +1097,7 @@ EOF
 </code></pre>
 <p>Confirm everything is up and running:</p>
 <ol>
-<li>Periodically <a href="/1.-Deployment-Guide/1.2.-Install-MicroK8s#check-status-of-kubernetes-and-addons">Check the status of Kubernetes</a> until you see the addons [dns, ha-cluster, helm3, hostpath-storage, ingress, registry, storage] in the enabled block.</li>
+<li>Periodically <a href="#check-status-of-kubernetes-and-addons">Check the status of Kubernetes</a> until you see the addons [dns, ha-cluster, helm3, hostpath-storage, ingress, registry, storage] in the enabled block.</li>
 <li>Periodically <a href="/1.-Deployment-Guide/1.2.-Install-MicroK8s#check-all-resources-in-kubernetes">Check Kubernetes resources</a> until all pods are <strong>Ready</strong> and <strong>Running</strong>.</li>
 </ol>
 <h3><u>Deploy TFS controller</h3>