kb: use correct page URLs (#39483)

This commit is contained in:
Frédéric Péters 2020-02-03 13:48:23 +01:00
parent d010ee0afd
commit d8d58e2268
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<ul class="latest-page-updates-cell--list">
{% for page in pages %}
<li class="latest-page-updates-cell--item">
<a href="{{ page.url }}">
<a href="{{ page.get_online_url }}">
<span class="latest-page-updates-cell--item-title">{{ page.title }}</span>
<time
class="latest-page-updates-cell--item-date"