Skip to content
This repository was archived by the owner on Oct 14, 2019. It is now read-only.

Commit 4efce5f

Browse files
committed
feat: Add additional redirects
1 parent 02535d0 commit 4efce5f

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

docs/customization.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>Redirecting to https://react-native-elements.github.io/react-native-elements/docs/customization.html</title>
4+
<meta http-equiv="refresh"
5+
content="0; URL=https://react-native-elements.github.io/react-native-elements/docs/customization.html">
6+
<link rel="canonical" href="https://react-native-elements.github.io/react-native-elements/docs/customization.html">

docs/getting_started.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>Redirecting to https://react-native-elements.github.io/react-native-elements/docs/getting_started.html</title>
4+
<meta http-equiv="refresh"
5+
content="0; URL=https://react-native-elements.github.io/react-native-elements/docs/getting_started.html">
6+
<link rel="canonical" href="https://react-native-elements.github.io/react-native-elements/docs/getting_started.html">

docs/overview.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>Redirecting to https://react-native-elements.github.io/react-native-elements/docs/overview.html</title>
4+
<meta http-equiv="refresh"
5+
content="0; URL=https://react-native-elements.github.io/react-native-elements/docs/overview.html">
6+
<link rel="canonical" href="https://react-native-elements.github.io/react-native-elements/docs/overview.html">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<meta charset="utf-8">
33
<title>Redirecting to https://react-native-elements.github.io/react-native-elements/</title>
44
<meta http-equiv="refresh" content="0; URL=https://react-native-elements.github.io/react-native-elements/">
5-
<link rel="canonical" href="https://react-native-elements.github.io/react-native-elements//">
5+
<link rel="canonical" href="https://react-native-elements.github.io/react-native-elements/">

0 commit comments

Comments
 (0)