changeset 6:9aebae0306b1

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 15 Sep 2024 07:42:57 -0600
parents 2e211bec24d7
children ecc665c507b5
files src/index.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
diff -r 2e211bec24d7 -r 9aebae0306b1 src/index.html
--- a/src/index.html	Sun Sep 15 07:23:04 2024 -0600
+++ b/src/index.html	Sun Sep 15 07:42:57 2024 -0600
@@ -123,7 +123,7 @@
 
 		<p>Port 465 uses SSL.  Other ports are unencrypted.  If anyone can give me good reason why TLS or STARTTLS are needed, I can implement them.</p>
 
-		<p>Here is <a href="https://hg.reactionary.software/repo/mailer/">the source</a> of this website.  This service is implemented in <a href="http://www.luan.software/">Luan</a>.  The entire implemention is in the file <a href="/send.json.luan">send.json.luan</a>.  And here is <a href="http://mikraite.arkian.net/Mailer-REST-API-tp3435.html">a discussion thread</a> if you want to comment.</p>
+		<p>Here is <a href="https://hg.reactionary.software/repo/mailer/">the source</a> of this website.  This service is implemented in <a href="http://www.luan.software/">Luan</a>.  The entire implemention is in the file <a href="/send.json.luan">send.json.luan</a>.  And here is <a href="https://mikraite.arkian.net/Mailer-REST-API-tp3435.html">a discussion thread</a> if you want to comment.</p>
 	</body>
 	<script> init(); </script>
 </html>