diff --git a/src/app/content-list/content-list.component.html b/src/app/content-list/content-list.component.html
index ad9cab2ee24959e0d8cd3792b6ca193614cedbb9..fd966e2ad255f8af5c2cb07e0415cd9ea36a7aa7 100644
--- a/src/app/content-list/content-list.component.html
+++ b/src/app/content-list/content-list.component.html
@@ -1,6 +1,6 @@
 <mat-list>
   <mat-list-item *ngFor="let content of contents">
-    <button mat-button routerLink="{{content.contentId}}">
+    <button mat-button routerLink="content/{{content.contentId}}">
       Content {{content.contentId}}: {{content.subject}}
     </button>
   </mat-list-item>