diff --git a/assets/templates/reset.html b/assets/templates/reset.html
index 6f844fbd8387a64863979d11b3372e09f17568d4..d883f11233470822a52e1ff87e41b8128f3e0ec7 100644
--- a/assets/templates/reset.html
+++ b/assets/templates/reset.html
@@ -35,10 +35,7 @@
 											You requested a password reset, if you did not request this then you can safely ignore it.
 										</p>
 										<p style="margin: 0;">
-											Reset your password by <a href="{{url}}">clicking here</a>.
-										</p>
-										<p>
-											Or by manually navigating to the URL: {{url}}
+											Reset your password by navigating to <a href="{{url}}">{{url}}</a>.
 										</p>
 									</td>
 								</tr>
@@ -50,7 +47,7 @@
 							<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;">
 								<tr>
 									<td style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px;">
-										<p style="margin: 0;">Sent by Revolt. &middot; <a style="color: white;" href="https://revolt.chat">Website</a></p>
+										<p style="margin: 0;">Sent by Revolt. &middot; Website: <a style="color: white;" href="https://revolt.chat">https://revolt.chat</a></p>
 										<p>Revolt is a user-first chat platform built with modern web technologies.</p>
 									</td>
 								</tr>
diff --git a/assets/templates/verify.html b/assets/templates/verify.html
index 28ed90e1c5fce805661ba99e34aad1cc0e209719..47da5122a2578958a8b14c10695429132fadbc9d 100644
--- a/assets/templates/verify.html
+++ b/assets/templates/verify.html
@@ -35,10 +35,7 @@
 											You're almost there! Verify your account to be able to log into the platform.
 										</p>
 										<p style="margin: 0;">
-											Please verify your account by <a href="{{url}}">clicking here</a>.
-										</p>
-										<p>
-											Or by manually navigating to the URL: {{url}}
+											Please verify your account by navigating to <a href="{{url}}">{{url}}</a>.
 										</p>
 									</td>
 								</tr>
@@ -50,7 +47,7 @@
 							<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;">
 								<tr>
 									<td style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px;">
-										<p style="margin: 0;">Sent by Revolt. &middot; <a style="color: white;" href="https://revolt.chat">Website</a></p>
+										<p style="margin: 0;">Sent by Revolt. &middot; Website: <a style="color: white;" href="https://revolt.chat">https://revolt.chat</a></p>
 										<p>Revolt is a user-first chat platform built with modern web technologies.</p>
 									</td>
 								</tr>
diff --git a/set_version.sh b/set_version.sh
index a8e1c492f35fba9849e27e9eabe9dd4f17931010..bb7c28644e0211895dba4968307fc56739fd9763 100755
--- a/set_version.sh
+++ b/set_version.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
-export version=0.5.1-alpha.12
+export version=0.5.1-alpha.13
 echo "pub const VERSION: &str = \"${version}\";" > src/version.rs
diff --git a/src/version.rs b/src/version.rs
index 5004496d0d537cafb01fc6bc7faa81377ff6d0e8..20626f147b46806f9d9324d5473c104eb1a3d2a1 100644
--- a/src/version.rs
+++ b/src/version.rs
@@ -1 +1 @@
-pub const VERSION: &str = "0.5.1-alpha.12";
+pub const VERSION: &str = "0.5.1-alpha.13";