Skip to content

Commit d8b9813

Browse files
authored
Add HTML redirects for legacy How Do I pages (#4621)
* Add HTML redirects for legacy How Do I pages * Move legacy How Do I redirects to static stubs
1 parent 99a6c17 commit d8b9813

4 files changed

Lines changed: 26 additions & 18 deletions

File tree

docs/website/content/create-an-ios-provisioning-profile.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/website/content/take-a-picture-with-the-camera.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting…</title>
6+
<meta http-equiv="refresh" content="0; url=/how-do-i/how-do-i-create-an-ios-provisioning-profile/">
7+
<link rel="canonical" href="https://www.codenameone.com/how-do-i/how-do-i-create-an-ios-provisioning-profile/">
8+
<script>window.location.replace('/how-do-i/how-do-i-create-an-ios-provisioning-profile/');</script>
9+
</head>
10+
<body>
11+
<p>This page moved to <a href="/how-do-i/how-do-i-create-an-ios-provisioning-profile/">/how-do-i/how-do-i-create-an-ios-provisioning-profile/</a>.</p>
12+
</body>
13+
</html>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting…</title>
6+
<meta http-equiv="refresh" content="0; url=/how-do-i/how-do-i-take-a-picture-with-the-camera/">
7+
<link rel="canonical" href="https://www.codenameone.com/how-do-i/how-do-i-take-a-picture-with-the-camera/">
8+
<script>window.location.replace('/how-do-i/how-do-i-take-a-picture-with-the-camera/');</script>
9+
</head>
10+
<body>
11+
<p>This page moved to <a href="/how-do-i/how-do-i-take-a-picture-with-the-camera/">/how-do-i/how-do-i-take-a-picture-with-the-camera/</a>.</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)