Skip to content

Commit d05c596

Browse files
Copilotbutlerpd
andauthored
Replace stale /downloads page with redirect to /download
Agent-Logs-Url: https://github.com/SasView/sasview.github.io/sessions/4f1bc8bf-3762-4c86-89c9-e0c4fe440f64 Co-authored-by: butlerpd <10955478+butlerpd@users.noreply.github.com>
1 parent 07923d6 commit d05c596

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

downloads/README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
# downloads
2-
This folder is where files directly downloadable from the website live!
1+
---
2+
layout: page
3+
title: Redirecting...
4+
---
35

4-
Files in here may, or may not, be the same as those in
5-
https://github.com/SasView/docs/tree/master/_downloads depending on how
6-
recently files were updated relative to a SasView release.
7-
8-
You can add/replace files in this folder to make them immediately available
9-
via the website, rather than having to wait for the new release cycle.
10-
11-
But don't forget to edit download.md in the folder above if you add a file!
12-
6+
<script>window.location.replace("/download");</script>
7+
<meta http-equiv="refresh" content="0; url=/download">
8+
<p>This page has moved. Please <a href="/download">click here</a> if you are not redirected automatically.</p>

0 commit comments

Comments
 (0)