diff --git a/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data.html b/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data.html
index 8589140df6d7afeb1c13ca97b940c42ead96ec56..02f97957173bd144a5cca2272173c7607659ccfc 100644
--- a/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data.html
+++ b/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data.html
@@ -1,7 +1,9 @@
     <table class="table table-hover table-striped table-dark">
         <thead class="table-secondary">
             <tr>
-                <th scope="col">date rep</th>
+                <th scope="col">
+                    <a href="/europe/date_reported/all">date rep</a>
+                </th>
                 <th scope="col">year_week</th>
                 <th scope="col">
                     {% if europe_date_reported %}
@@ -39,11 +41,11 @@
                         notification rate per 100000 population 14days
                     {% endif %}
                 </th>
-                <th scope="col">countries and territories</th>
+                <th scope="col"><a href="/europe/country/all">countries and territories</a></th>
                 <th scope="col">population data 2019</th>
-                <th scope="col">geo id</th>
-                <th scope="col">country territory code</th>
-                <th scope="col">continent</th>
+                <th scope="col"><a href="/europe/country/all">geo id</a></th>
+                <th scope="col"><a href="/europe/country/all">country territory code</a></th>
+                <th scope="col"><a href="/continent/country/all">continent</a></th>
             </tr>
         </thead>
         <tbody>