]> 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:56 +0000 (15:34 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 23 May 2026 15:34:56 +0000 (15:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934537 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.xml

index a6719316a6afd471200d5e8d3eb8d92b49fd68cf..0ec766bf5f809a24d7f144e2312277c2b7973423 100644 (file)
@@ -70,11 +70,12 @@ sudo systemctl start httpd
     <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>