Skip to content

Commit e6545cb

Browse files
committed
Removed unused script
1 parent 52282fd commit e6545cb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/blog/index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,5 @@
1515
<body>
1616
<h1>Redirecting&hellip;</h1>
1717
<p>The blog has moved to <a href="https://blog.rubygems.org/">blog.rubygems.org</a>.</p>
18-
<script>
19-
// Extract the path after /blog/ and redirect to blog.rubygems.org
20-
var path = window.location.pathname.replace(/^\/blog\/?/, '');
21-
var url = 'https://blog.rubygems.org/' + path;
22-
window.location = url;
23-
</script>
2418
</body>
2519
</html>

0 commit comments

Comments
 (0)