diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-07 23:12:15 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-07 23:12:15 +0530 |
| commit | 489d418cbcdeaaa67658f443adc2d57cbbb3000a (patch) | |
| tree | 6dad334a82c6ea21c216ad2257b3a120421f1cd0 /public | |
| parent | db5ecf18dbb390938e915fe2f86e5bd6042f1692 (diff) | |
| download | aniwatch-api-489d418cbcdeaaa67658f443adc2d57cbbb3000a.tar.xz aniwatch-api-489d418cbcdeaaa67658f443adc2d57cbbb3000a.zip | |
refactor: updated api docs link
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index ca1f634..9761995 100644 --- a/public/index.html +++ b/public/index.html @@ -4,13 +4,14 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Zoro.to API</title> + <title>Aniwatch API</title> </head> <body style="font-family: sans-serif; background: #000; color: #FFF;"> <h3>Welcome to Zoro.to api ⚔️</h3> - <a style="color: #00AEDD;" href="https://github.com/ghoshRitesh12/zoro.to-api#documentation" rel="noopener noreferer"> + <a style="color: #00AEDD;" href="https://github.com/ghoshRitesh12/aniwatch-api#documentation" + rel="noopener noreferer"> Visit docs for more into </a> </body> |
