Skip to content

Commit a3a8de8

Browse files
committed
implement additional redirects for other pages
1 parent 67328e3 commit a3a8de8

5 files changed

Lines changed: 60 additions & 0 deletions

File tree

docs/announcements-4.0.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>select2</title>
6+
</head>
7+
<body>
8+
<script>
9+
window.location = 'https://select2.org/upgrading/new-in-40';
10+
</script>
11+
</body>
12+
</html>

docs/community.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>select2</title>
6+
</head>
7+
<body>
8+
<script>
9+
window.location = 'https://select2.org/getting-help';
10+
</script>
11+
</body>
12+
</html>

docs/examples.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>select2</title>
6+
</head>
7+
<body>
8+
<script>
9+
window.location = 'https://select2.org/getting-started/basic-usage';
10+
</script>
11+
</body>
12+
</html>

docs/options-old.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>select2</title>
6+
</head>
7+
<body>
8+
<script>
9+
window.location = 'https://select2.org/configuration';
10+
</script>
11+
</body>
12+
</html>

docs/options.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>select2</title>
6+
</head>
7+
<body>
8+
<script>
9+
window.location = 'https://select2.org/configuration';
10+
</script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)