diff --git a/commentaries/templates/commentaries/howto.html b/commentaries/templates/commentaries/howto.html
index a03213db32acaab9bd680ea9f3aa3d71ff7bde85..c7fa259edc2686e55727454124953c133fdc758b 100644
--- a/commentaries/templates/commentaries/howto.html
+++ b/commentaries/templates/commentaries/howto.html
@@ -19,9 +19,6 @@
   <ul>
     <li><a href="{% url 'commentaries:request_commentary' %}">Request opening a SciPost Commentary Page</a></li>
   </ul>
-  <br>
-  <h3>Ratings</h3>
-  <p>The original publication subject to the Commentary can be rated by Contributors. An aggregate of these ratings is displayed next to the publication's summary info. All Comments and Replies are similarly open to Contributor rating. Ratings in aggregated form are made publicly available.</p>
 </section>
 
 {% endif %} <!-- Temporary strip -->
diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html
index e4eeb8dea7b0f2497770de02a97e3b222a407657..f004a79d66321a0ca71ad3103ceecf6118a5bdf1 100644
--- a/scipost/templates/scipost/index.html
+++ b/scipost/templates/scipost/index.html
@@ -53,6 +53,8 @@
 	</table>
 	<input type="submit" name="Submit" />
       </form>
+      <h3><a href="{% url 'commentaries:howto' %}">SciPost Commentaries how-to</a></h3>
+      <h3><a href="{% url 'commentaries:request_commentary' %}">Request a new Commentary Page</a></h3>
     </div>
     <div class="flex-greybox320">
       <h1><a href="{% url 'theses:theses' %}">Theses</a></h1>
@@ -66,6 +68,7 @@
 	</table>
 	<input type="submit" name="Submit" />
       </form>
+      <h3><a href="{% url 'theses:request_thesislink' %}">Request a new Thesis Link</a></h3>
     </div>
   </div>
 </section>
diff --git a/submissions/templates/submissions/submissions.html b/submissions/templates/submissions/submissions.html
index 28930d340aca96448c67488b0dafae5d96bfa37d..9e1de26d51b606c8f73790d5ed4a00d72eeb4241 100644
--- a/submissions/templates/submissions/submissions.html
+++ b/submissions/templates/submissions/submissions.html
@@ -13,6 +13,8 @@
   <div class="flex-container">
     <div class="flex-greybox320">
       <h1>SciPost Submissions</h1>
+      <h3><a href="{% url 'scipost:peer_witnessed_refereeing' %}">About peer-witnessed refereeing</a></h3>
+      <h3><a href="{% url 'submissions:sub_and_ref_procedure' %}">Submission and refereeing procedure</a></h3>
       <h3><a href="{% url 'submissions:submit_manuscript' %}">Submit a manuscript to SciPost</a></h3>
     </div>
     <div class="flex-greybox320">