Skip to content

Commit a86fe9f

Browse files
authored
update to redirect markdown/ to tools/markdown (#5)
1 parent 127871e commit a86fe9f

File tree

8 files changed

+13
-88
lines changed

8 files changed

+13
-88
lines changed

angular2_components_example/index.html

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

angular_components/index.html

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

angular_components_example/index.html

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

dump-info-visualizer/index.html

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

index.html

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
<html>
22
<head>
3-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-26406144-23"></script>
4-
<script>
5-
window.dataLayer = window.dataLayer || [];
6-
function gtag(){dataLayer.push(arguments);}
7-
gtag('js', new Date());
8-
9-
gtag('config', 'UA-26406144-23');
10-
</script>
113
<link rel="canonical" href="https://dart.dev/">
12-
<meta http-equiv="refresh" content="0; url=https://dart.dev/?utm_source=dart-lang_github_io&utm_medium=Redirect&utm_content=meta_refresh&utm_campaign=gh-pages" />
4+
<meta http-equiv="refresh" content="0; url=https://dart.dev/" />
135
</head>
14-
<body>Please visit <a href='https://dart.dev/?utm_source=dart-lang_github_io&utm_medium=Redirect&utm_content=click&utm_campaign=gh-pages'>dart.dev</a></body>
6+
<body>Please visit <a href='https://dart.dev/'>dart.dev</a>.</body>
157
</html>

markdown/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<head>
3+
<link rel="canonical" href="https://dart-lang.github.io/tools/markdown/">
4+
<meta http-equiv="refresh" content="0; url=https://dart-lang.github.io/tools/markdown/" />
5+
</head>
6+
<body>
7+
Please visit
8+
<a href='https://dart-lang.github.io/tools/markdown/'>https://dart-lang.github.io/tools/markdown/</a>
9+
.
10+
</body>
11+
</html>

server/google-cloud-platform/index.html

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

server/index.html

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

0 commit comments

Comments
 (0)