Skip to content

Commit 4535bf1

Browse files
committed
wordpress: Fix http://jquerymobile.com/test/ redirect
1 parent 3218b46 commit 4535bf1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

hieradata/common.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ docs_sites:
202202
target:
203203
url: "https://blog.jquery.com"
204204
mode: prefix
205-
permanent: true
206205
- match:
207206
path: /dev
208207
mode: prefix
@@ -375,6 +374,18 @@ docs_sites:
375374
url: https://blog.jquerymobile.com
376375
mode: prefix
377376
permanent: true
377+
# http://jquerymobile.com/test/ was used in blog posts until 1.1.0 release in 2012.
378+
# https://blog.jquerymobile.com/2012/04/13/announcing-jquery-mobile-1-1-0/
379+
#
380+
# Then replaced by view (which mixed distro and demos), http://view.jquerymobile.com/1.3.1/
381+
# and eventually demos, http://demos.jquerymobile.com/1.3.1/
382+
- match:
383+
path: /test
384+
mode: prefix
385+
target:
386+
url: "https://demos.jquerymobile.com/1.1.0"
387+
mode: prefix
388+
permanent: true
378389
- match:
379390
path: /feed
380391
mode: exact

0 commit comments

Comments
 (0)