diff --git a/main.go b/main.go
index 8edfabfc259ceba5e6ca20c2950c9cb92c17e35c..ea0567f3d125ee5e909957719ed5b5d0df7ed075 100644
--- a/main.go
+++ b/main.go
@@ -30,7 +30,7 @@ var (
 <p>
   You can connect to individual hosts over SSH via the jump host <i>{{$jumpHost}}</i>.<br>
   Download the required SSH private key here:
-  <a href="{{.GitlabURL}}/{{.ProjectName}}/-/jobs/{{.JobID}}/artifacts/browse/build-{{.JobID}}/ssh/vmkey">vmkey</a>.
+  <a href="{{.GitlabURL}}/{{.ProjectName}}/-/jobs/{{.JobID}}/artifacts/file/build-{{.JobID}}/ssh/vmkey">vmkey</a>.
   Remember to <code>chmod 600</code> the private key file after you download it.
 </p>