diff options
author | ivan <ivan> | 2009-02-21 00:25:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-02-21 00:25:07 +0000 |
commit | 28d643d5c190830f36c8317951997b7532470f41 (patch) | |
tree | d42dc4ce101ba9f4c3899f109acdc2b2bec1461f | |
parent | 7b30be18191e85f6ecbfc500ba6642fbc576f80e (diff) |
add redirects from old doc pages
-rw-r--r-- | docs/index.html | 9 | ||||
-rw-r--r-- | docs/install.html | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..116db28 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,9 @@ +<html> +<head> +<title>Freeside Internet Services, Inc.</title> +<meta http-equiv="Refresh" content="0;url=freeside/"> +</head> +<body> +<a href="/mediawiki//index.php/Freeside:1.7:Documentation">Click here if not redirected automatically</a> +</body> +</html> diff --git a/docs/install.html b/docs/install.html new file mode 100644 index 0000000..161a8b6 --- /dev/null +++ b/docs/install.html @@ -0,0 +1,9 @@ +<html> +<head> +<title>Freeside Internet Services, Inc.</title> +<meta http-equiv="Refresh" content="0;url=freeside/"> +</head> +<body> +<a href="/mediawiki/index.php/Freeside:1.7:Documentation:Installation">Click here if not redirected automatically</a> +</body> +</html> |