cargo/index.html

13 lines
356 B
HTML

<html>
<head>
<meta http-equiv="refresh" content="0; url=https://doc.rust-lang.org/cargo/" />
<script>
window.location.replace("https://doc.rust-lang.org/cargo/" + window.location.hash);
</script>
<title>Page Moved</title>
</head>
<body>
This page has moved. Click <a href="https://doc.rust-lang.org/cargo/">here</a> to go to the new page.
</body>
</html>