We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c7609 commit 08272adCopy full SHA for 08272ad
docs/website/static/_redirects
@@ -4,6 +4,11 @@
4
/feed.xml /blog/index.xml 302
5
/feed.xml/ /blog/index.xml 302
6
7
+# File download proxy redirects
8
+/files/CN1Libs.xml https://raw.githubusercontent.com/codenameone/CodenameOneLibs/refs/heads/master/CN1Libs.xml 302!
9
+/files/cn1libs/:filename.cn1lib https://github.com/codenameone/CodenameOneLibs/raw/refs/heads/master/cn1libs/:filename.cn1lib 302!
10
+/files/CodeNameOneBuildClient.jar https://github.com/codenameone/CodenameOne/raw/refs/heads/master/maven/CodeNameOneBuildClient.jar 302!
11
+
12
# Demo URL migrations (legacy WordPress -> current demo-* naming)
13
/demo.html/ /demos/ 301!
14
/demo.html /demos/ 301!
0 commit comments