Skip to content

Commit 0b43d34

Browse files
committed
update demo URLs
1 parent 14ca3fa commit 0b43d34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Title: ScottPlot 5.0 Demo
2+
Title: ScottPlot 5 Demo
33
Description: A click-to-run application demonstrating ScottPlot's capabilities
44
date: 2024-06-11
55
---

static/.htaccess

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ ErrorDocument 404 /404.html
33
# Redirect /cookbook/5.0/... → /cookbook/5/...
44
# 302 is temporary, 301 is permanent
55
RewriteEngine On
6-
RewriteRule ^cookbook/5\.0(/.*)?$ /cookbook/5$1 [R=302,L]
6+
RewriteRule ^cookbook/5\.0(/.*)?$ /cookbook/5$1 [R=302,L]
7+
RewriteRule ^demo/5\.0(/.*)?$ /demo/5$1 [R=302,L]

0 commit comments

Comments
 (0)