diff options
-rw-r--r-- | docs/index.html | 2 | ||||
-rwxr-xr-x | generate_docs.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 3d062b2..5474c9c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -<!DOCTYPE html><html><head><meta http-equiv="refresh" content="0; url=/swift-gopher/documentation/" /></head><body><ol> +<!DOCTYPE html><html><head></head><body><ol> <li><a href="/swift-gopher/documentation/swiftgopherclient/">swiftGopherClient</a></li> <li><a href="/swift-gopher/documentation/swift_gopher/">swift-gopher</a></li> <li><a href="/swift-gopher/documentation/gopherhelpers/">GopherHelpers</a></li> diff --git a/generate_docs.sh b/generate_docs.sh index d301d04..e10dfd1 100755 --- a/generate_docs.sh +++ b/generate_docs.sh @@ -11,7 +11,7 @@ do cp -r $target-docs/index/index.json "docs/index/$modified_target.json" done -echo "<!DOCTYPE html><html><head><meta http-equiv=\"refresh\" content=\"0; url=/swift-gopher/documentation/\" /></head><body><ol>" > docs/index.html +echo "<!DOCTYPE html><html><head></head><body><ol>" > docs/index.html for target in "$@" do |