Skip to content

Commit 5302cdf

Browse files
committed
add missing links to gc committed and uncommitted
1 parent b299830 commit 5302cdf

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting</title>
6+
<noscript>
7+
<meta http-equiv="refresh" content="1; url=/latest/howto/garbage-collection/managed-gc/" />
8+
</noscript>
9+
<script>
10+
window.location.replace(
11+
"/latest/howto/garbage-collection/managed-gc/" + window.location.search + window.location.hash
12+
);
13+
</script>
14+
</head>
15+
<body>
16+
Redirecting to <a href="/latest/howto/garbage-collection/managed-gc/">/latest/howto/garbage-collection/managed-gc/</a>...
17+
</body>
18+
</html>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting</title>
6+
<noscript>
7+
<meta http-equiv="refresh" content="1; url=/latest/howto/garbage-collection/managed-gc/" />
8+
</noscript>
9+
<script>
10+
window.location.replace(
11+
"/latest/howto/garbage-collection/managed-gc/" + window.location.search + window.location.hash
12+
);
13+
</script>
14+
</head>
15+
<body>
16+
Redirecting to <a href="/latest/howto/garbage-collection/managed-gc/">/latest/howto/garbage-collection/managed-gc/</a>...
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)