We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37a4f2 commit 6277ba9Copy full SHA for 6277ba9
content/phar.md
@@ -0,0 +1,11 @@
1
++++
2
+title = "Download Phel PHAR"
3
+template = "page.html"
4
+aliases = ["/phar"]
5
6
+
7
+Redirecting to the latest Phel PHAR release...
8
9
+<script>
10
+ window.location.href = 'https://github.com/phel-lang/phel-lang/releases/latest/download/phel.phar';
11
+</script>
static/.htaccess
@@ -1 +1,4 @@
-ErrorDocument 404 /404.html
+ErrorDocument 404 /404.html
+# Redirect /phar to latest Phel release
+Redirect 301 /phar https://github.com/phel-lang/phel-lang/releases/latest/download/phel.phar
0 commit comments