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:
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
You can’t perform that action at this time.
0 commit comments