diff --git a/settings/templates/help.php b/settings/templates/help.php
index 3f042254f839b7a73b1255f64398300d59c5325a..4f25444881ea7abf9489b00502bb9fc071674780 100644
--- a/settings/templates/help.php
+++ b/settings/templates/help.php
@@ -16,8 +16,8 @@
 	<?php } ?>
 
 		<li>
-			<a href="https://docs.nextcloud.org" target="_blank" rel="noreferrer noopener">
-				<?php p($l->t('Online documentation')); ?> ↗
+			<a href="https://docs.nextcloud.com" target="_blank" rel="noreferrer noopener">
+				<?php p($l->t('Documentation')); ?> ↗
 			</a>
 		</li>
 		<li>
@@ -25,20 +25,6 @@
 				<?php p($l->t('Forum')); ?> ↗
 			</a>
 		</li>
-
-	<?php if($_['admin']) { ?>
-		<li>
-			<a href="https://nextcloud.com/support/" target="_blank" rel="noreferrer noopener">
-				<?php p($l->t('Getting help')); ?> ↗
-			</a>
-		</li>
-	<?php } ?>
-
-	<li>
-		<a href="https://nextcloud.com/enterprise/" target="_blank" rel="noreferrer noopener">
-			<?php p($l->t('Commercial support')); ?> ↗
-		</a>
-	</li>
 </div>
 
 <div id="app-content" class="help-includes">