Added docs redirect.
This commit is contained in:
parent
166ca8af06
commit
8f8e702c7a
2 changed files with 12 additions and 1 deletions
|
@ -85,4 +85,4 @@ bitly.call("/user".toEndPoint(), method = Methods.GET)
|
||||||
- View [Example](https://github.com/ethauvin/bitly-shorten/blob/master/examples/src/main/kotlin/com/example/BitlyRetrieve.kt)
|
- View [Example](https://github.com/ethauvin/bitly-shorten/blob/master/examples/src/main/kotlin/com/example/BitlyRetrieve.kt)
|
||||||
|
|
||||||
### More
|
### More
|
||||||
If all else fails, there's always more [Documentation](https://github.com/ethauvin/bitly-shorten/blob/master/docs/bitly-shorten/index.html).
|
If all else fails, there's always more [Documentation](https://ethauvin.github.io/bitly-shorten/).
|
||||||
|
|
11
docs/index.html
Normal file
11
docs/index.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://ethauvin.github.io/bitly-shorten/bitly-shorten">
|
||||||
|
<title>Page as Moved</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>The page has moved to <a href="https://ethauvin.github.io/bitly-shorten/bitly-shorten">this page</a></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Add table
Add a link
Reference in a new issue