Fix the URL in the success template.

This commit is contained in:
Tom Hacohen 2020-11-05 16:50:09 +02:00
parent 65319047b8
commit 801826b8b6

View File

@ -6,7 +6,7 @@
<body> <body>
<h1>It works!</h1> <h1>It works!</h1>
<p> <p>
Please refer to the <a href="https://github.com/etesync/server-skeleton/">README</a> to complete the final steps if you haven't done so already. Please refer to the <a href="https://github.com/etesync/server/">README</a> to complete the final steps if you haven't done so already.
</p> </p>
</body> </body>
</html> </html>