Added the redirection link to the documentation

This commit is contained in:
Marcin Grzejszczak
2019-08-05 22:40:41 +02:00
parent 71fabb7eba
commit 0fea40c384
5 changed files with 37 additions and 3647 deletions

View File

@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="https://spring.io/projects/spring-cloud-sleuth">
<meta http-equiv="refresh" content="0; url=https://spring.io/projects/spring-cloud-sleuth">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="https://spring.io/projects/spring-cloud-sleuth">Click here if you are not redirected.</a>
<script>location="https://spring.io/projects/spring-cloud-sleuth"</script>
</html>
<!DOCTYPE HTML>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1; url=https://cloud.spring.io/spring-cloud-sleuth/reference/html/">
<script>
window.location.href = "https://cloud.spring.io/spring-cloud-sleuth/reference/html/"
</script>
<title>Page Redirection</title>
If you are not redirected automatically, follow the <a href='https://cloud.spring.io/spring-cloud-sleuth/reference/html/'>link to latest snapshot documentation</a>

View File

@@ -1,13 +1,12 @@
<!DOCTYPE HTML>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1; url=https://cloud.spring.io/spring-cloud-sleuth/spring-cloud-sleuth.html">
<meta http-equiv="refresh" content="1; url=https://cloud.spring.io/spring-cloud-sleuth/reference/html/">
<script>
window.location.href = "https://cloud.spring.io/spring-cloud-sleuth/spring-cloud-sleuth.html"
window.location.href = "https://cloud.spring.io/spring-cloud-sleuth/reference/html/"
</script>
<title>Page Redirection</title>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow the <a href='https://cloud.spring.io/spring-cloud-sleuth/spring-cloud-sleuth.html'>link to the documentation</a>
If you are not redirected automatically, follow the <a href='https://cloud.spring.io/spring-cloud-sleuth/reference/html/'>link to latest snapshot documentation</a>

12
single/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE HTML>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1; url=https://cloud.spring.io/spring-cloud-sleuth/reference/html/">
<script>
window.location.href = "https://cloud.spring.io/spring-cloud-sleuth/reference/html/"
</script>
<title>Page Redirection</title>
If you are not redirected automatically, follow the <a href='https://cloud.spring.io/spring-cloud-sleuth/reference/html/'>link to latest snapshot documentation</a>

View File

@@ -1,13 +1,12 @@
<!DOCTYPE HTML>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1; url=https://cloud.spring.io/spring-cloud-sleuth/spring-cloud-sleuth.html">
<meta http-equiv="refresh" content="1; url=https://cloud.spring.io/spring-cloud-sleuth/reference/html/">
<script>
window.location.href = "https://cloud.spring.io/spring-cloud-sleuth/spring-cloud-sleuth.html"
window.location.href = "https://cloud.spring.io/spring-cloud-sleuth/reference/html/"
</script>
<title>Page Redirection</title>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow the <a href='https://cloud.spring.io/spring-cloud-sleuth/spring-cloud-sleuth.html'>link to the documentation</a>
If you are not redirected automatically, follow the <a href='https://cloud.spring.io/spring-cloud-sleuth/reference/html/'>link to latest snapshot documentation</a>

File diff suppressed because it is too large Load Diff