-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use backslash for BLE link and fix redirects (#490)
- Loading branch information
1 parent
4ab7114
commit 10c3804
Showing
3 changed files
with
39 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,25 @@ | ||
<!-- Keep these to redirect links that existed before the BLE rearchitecture --> | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<html lang="en-US"> | ||
<head> | ||
<title>Open GoPro BLE specs</title> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="refresh" content="3; URL=https://gopro.github.io/OpenGoPro/ble/index.html" /> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<meta charset="utf-8" /> | ||
<title>Redirecting…</title> | ||
<link rel="canonical" href="https://gopro.github.io/OpenGoPro/ble/index.html" /> | ||
<script> | ||
location = 'https://gopro.github.io/OpenGoPro/ble/index.html'; | ||
</script> | ||
<meta | ||
http-equiv="refresh" | ||
content="0; url=https://gopro.github.io/OpenGoPro/ble/index.html" | ||
/> | ||
<meta name="robots" content="noindex" /> | ||
</head> | ||
<body> | ||
<p> | ||
This page has been moved. If you are not redirected within 3 seconds, click | ||
<a href="https://gopro.github.io/OpenGoPro/ble/index.html">here</a>. | ||
</p> | ||
<h1>Redirecting…</h1> | ||
<a href="https://gopro.github.io/OpenGoPro/ble/index.html" | ||
>Click here if you are not redirected.</a | ||
> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,25 @@ | ||
<!-- Keep these to redirect links that existed before the BLE rearchitecture --> | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
<html lang="en-US"> | ||
<head> | ||
<title>Open GoPro HTTP specs</title> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="refresh" content="3; URL=https://gopro.github.io/OpenGoPro/http" /> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<meta charset="utf-8" /> | ||
<title>Redirecting…</title> | ||
<link rel="canonical" href="https://gopro.github.io/OpenGoPro/http" /> | ||
<script> | ||
location = 'https://gopro.github.io/OpenGoPro/http'; | ||
</script> | ||
<meta | ||
http-equiv="refresh" | ||
content="0; url=https://gopro.github.io/OpenGoPro/http" | ||
/> | ||
<meta name="robots" content="noindex" /> | ||
</head> | ||
<body> | ||
<p> | ||
This page has been moved. If you are not redirected within 3 seconds, click | ||
<a href="https://gopro.github.io/OpenGoPro/http">here</a>. | ||
</p> | ||
<h1>Redirecting…</h1> | ||
<a href="https://gopro.github.io/OpenGoPro/http" | ||
>Click here if you are not redirected.</a | ||
> | ||
</body> | ||
</html> |