]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update link to platform-specific docs
authorRich Bowen <rbowen@apache.org>
Sat, 23 May 2026 15:34:34 +0000 (15:34 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 23 May 2026 15:34:34 +0000 (15:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934536 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.xml

index 1537c3efb283e332c72f1847156ea3bb76fb9996..c617bf050ac877b083f4b82140b9014a55d638d0 100644 (file)
@@ -69,11 +69,12 @@ sudo service httpd start
     <dt>Installing on Ubuntu/Debian</dt>
     <dd>
 <highlight>
+sudo apt update
 sudo apt install apache2
 sudo service apache2 start
 </highlight>
 
-    <note type="warning">See <a href="https://help.ubuntu.com/lts/serverguide/httpd.html">Ubuntu's documentation</a> for platform-specific notes.</note>
+    <note type="warning">See <a href="https://ubuntu.com/tutorials/install-and-configure-apache">Ubuntu's documentation</a> for platform-specific notes.</note>
 
     </dd>