We can use redirect to redirect old URLs to the new ones.
The nice way to do it would be this front-matter leveraging new redirect "layout" (template):
{code} --- layout: redirect redirect: /ios/ --- {code}
It would render a auto-refresh code together with the page showing that the page it will be refreshed (otherwise click at ...a link...).
{code} <meta http-equiv="refresh" content="0; url=/ios/" /> {code}
|