Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions downloads/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# downloads
---
layout: page
title: Redirecting...
---

<script>window.location.replace("/download");</script>
<meta http-equiv="refresh" content="0; url=/download">
<p>This page has moved. Please <a href="/download">click here</a> if you are not redirected automatically.</p>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in ed27373. Switched to layout: null so the page is now a complete minimal HTML document — the <meta http-equiv="refresh"> and <script> redirect both fire from <head> before any layout assets are requested. The URL also now uses the trailing slash /download/ throughout to avoid the extra 301 hop. Developer notes are preserved in an HTML comment at the end of the file.

Comment thread
butlerpd marked this conversation as resolved.
Outdated

## For developers

This folder is where files directly downloadable from the website live!

Files in here may, or may not, be the same as those in
https://github.com/SasView/docs/tree/master/_downloads depending on how
Files in here may, or may not, be the same as those in
https://github.com/SasView/docs/tree/master/_downloads depending on how
recently files were updated relative to a SasView release.

You can add/replace files in this folder to make them immediately available
You can add/replace files in this folder to make them immediately available
via the website, rather than having to wait for the new release cycle.

But don't forget to edit download.md in the folder above if you add a file!