diff --git a/Tomcat-installation/READme.md b/Tomcat-installation/READme.md index cd76f1c6..23909886 100644 --- a/Tomcat-installation/READme.md +++ b/Tomcat-installation/READme.md @@ -27,7 +27,7 @@ sudo yum install wget unzip -y ## Install Tomcat version 9.0.75 ### Download and extract the tomcat server ``` sh -sudo wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.75/bin/apache-tomcat-9.0.75.zip +sudo wget https://downloads.apache.org/tomcat/tomcat-9/v9.0.75/bin/apache-tomcat-9.0.75.zip sudo unzip apache-tomcat-9.0.75.zip sudo rm -rf apache-tomcat-9.0.75.zip ### rename tomcat for good naming convention