diff --git a/templates/who/who_info.html b/templates/who/who_info.html
index bd8cbe823dfab221553904a70deb3808e9b6fe2b..b5c8c41036dfef0af377d8740208c91e1f671adf 100644
--- a/templates/who/who_info.html
+++ b/templates/who/who_info.html
@@ -11,7 +11,20 @@
 
 
 {% block main_container %}
-
+    <div>
+        <h3>WHO Coronavirus Disease (COVID-19) Dashboard</h3>
+        <p>
+            <a href="https://covid19.who.int/">https://covid19.who.int</a>
+        </p>
+    </div>
+    <div>
+        <h3>WHO Coronavirus disease (COVID-19) pandemic</h3>
+        <p>
+            <a href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019">
+                https://www.who.int/emergencies/diseases/novel-coronavirus-2019
+            </a>
+        </p>
+    </div>
 {% endblock %}