added redirect so old links still work.

This commit is contained in:
Jeremy Long
2016-03-21 08:09:46 -04:00
parent 4ee72918dc
commit ec78765d20

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2015-08-04
| Rendered using Apache Maven Fluido Skin 1.3.1
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="5; url=http://jeremylong.github.io/DependencyCheck/dependency-check-cli/index.html">
<script type="text/javascript">
setTimeout(function(){window.location = 'http://jeremylong.github.io/DependencyCheck/dependency-check-cli/index.html'; }, 3000);
</script>
</head>
<body>
The usage page has moved <a href="http://jeremylong.github.io/DependencyCheck/dependency-check-cli/index.html">here</a>. You will be redirected shortly.
</body>
</html>