diff options
-rw-r--r-- | config.xml | 4 | ||||
-rw-r--r-- | www/report.html | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -4,11 +4,11 @@ <description> FRC team 4272's safety application </description> - <author email="shumakl@purdue.edu" href="https://lukeshu.com"> + <author email="lukeshu@lukeshu.com" href="https://lukeshu.com/"> Luk Shumaker </author> <content src="index.html" /> <access origin="*" /> - <access origin="https://lukeshu.com/frc4272/app/" /> + <access origin="https://team4272.com/safety/" /> <access origin="tel:*" launch-external="yes" /> </widget> diff --git a/www/report.html b/www/report.html index 359c596..8e0168e 100644 --- a/www/report.html +++ b/www/report.html @@ -16,7 +16,7 @@ <nav><a href="./index.html">«</a></nav> <h1>Report an Injury</h1> </header> - <form action="https://lukeshu.com/frc4272/app/reports" method="POST"> + <form action="https://www.team4272.com/safety/reports" method="POST"> <label><span>Name:</span><input type="text" name="name" /></label> <label><span>Grade:</span> <select name="grade"> |