Skip to content

Commit 18f3c3b

Browse files
authored
Redirect GitHub Pages to Swift Package Index DocC page (#649)
1 parent 632ea6e commit 18f3c3b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
<html><head><meta http-equiv="refresh" content="0; url=docs/current/AsyncHTTPClient/index.html" /></head></html>
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url='https://swiftpackageindex.com/swift-server/async-http-client/documentation'" />
5+
</head>
6+
</html>

0 commit comments

Comments
 (0)