File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments