File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,6 @@ docs_sites:
202
202
target :
203
203
url : " https://blog.jquery.com"
204
204
mode : prefix
205
- permanent : true
206
205
- match :
207
206
path : /dev
208
207
mode : prefix
@@ -375,6 +374,18 @@ docs_sites:
375
374
url : https://blog.jquerymobile.com
376
375
mode : prefix
377
376
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
378
389
- match :
379
390
path : /feed
380
391
mode : exact
You can’t perform that action at this time.
0 commit comments