diff options
| -rw-r--r-- | buildtools/appveyor_redirect_template.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtools/appveyor_redirect_template.html b/buildtools/appveyor_redirect_template.html index 04ede943b..c67d51912 100644 --- a/buildtools/appveyor_redirect_template.html +++ b/buildtools/appveyor_redirect_template.html @@ -6,6 +6,7 @@ <title>Redirecting...</title> </head> <body> - Redirecting to latest build of '${BRANCH}' branch. If you're not redirected automatically, use this direct link: <a href="${URL}">${FILENAME}</a> + <p>Redirecting to latest build of '${BRANCH}' branch. If you're not redirected automatically, use this direct link: <a href="${URL}">${FILENAME}</a></p> + <p>For a full list of all available CI builds visit <a href="https://ci.appveyor.com/project/inkscape/inkscape/history">https://ci.appveyor.com/project/inkscape/inkscape/history</a>.</p> </body> </html> |
