diff --git a/pom.xml b/pom.xml
index ee688c9..847578e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,9 +17,9 @@
     </properties>
 
     <scm>
-        <connection>scm:git:https://github.com/maping/java-maven-calculator-web-app.git</connection>
-        <developerConnection>scm:git:https://github.com/maping/java-maven-calculator-web-app.git</developerConnection>
-        <url>https://github.com/maping/java-maven-calculator-web-app.git</url>
+        <connection>scm:git:https://github.com/chyiphing/java-maven-calculator-web-app.git</connection>
+        <developerConnection>scm:git:https://github.com/chyiphing/java-maven-calculator-web-app.git</developerConnection>
+        <url>https://github.com/chyiphing/java-maven-calculator-web-app.git</url>
         <tag>HEAD</tag>
     </scm>
 
@@ -178,11 +178,11 @@
                 <configuration>
                     <container>
                         <containerId>tomcat8x</containerId>
-                        <home>/Users/maping/apache/tomcat</home>
+                        <home>C:\Program Files\Apache Software Foundation\Tomcat 8.5</home>
                     </container>
                     <configuration>
                         <type>existing</type>
-                        <home>/Users/maping/apache/tomcat</home>
+                        <home>C:\Program Files\Apache Software Foundation\Tomcat 8.5</home>
                     </configuration>
                 </configuration>
             </plugin>
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index c8efa8a..e6cb696 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -4,6 +4,7 @@
         <meta charset="UTF-8">
     </head>
     <body>
-        <div>Hello, Azure! 2018-10-01 02</div>
+        <div>Hello from UTAR 7-9-2023</div>
+	<div>This is Chyi Phing's commit to index.html</div>
     </body>
 </html>