diff --git a/app/views/admin/communication/website/pages/_list.html.erb b/app/views/admin/communication/website/pages/_list.html.erb
index f32da088e1ad87f40724ed94777312960426ff3b..ea058ab2c37dc0844d67753c92827b798e58a0dd 100644
--- a/app/views/admin/communication/website/pages/_list.html.erb
+++ b/app/views/admin/communication/website/pages/_list.html.erb
@@ -9,7 +9,7 @@
   <tbody>
     <% pages.each do |page| %>
       <tr>
-        <td><%= link_to page, admin_communication_website_page_path(page.id) %></td>
+        <td><%= link_to page, admin_communication_website_page_path(website_id: page.website.id, id: page.id) %></td>
         <td><%= page.path %></td>
         <td class="text-end">
           <%= edit_link page %>
diff --git a/docs/research/journals.md b/docs/research/journals.md
index 29e8ea36ba2974db364c57e3c2ab994259d3ee16..a897003057699a5108c411017e5c435b5376c446 100644
--- a/docs/research/journals.md
+++ b/docs/research/journals.md
@@ -3,3 +3,6 @@
 ## References
 
 http://infolit.be/CoMLiS/ch02s03.html
+
+
+Authors biography is fixed per article. The biography does not evolve, it is set in time (by the time of publication).