diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-11-13 22:36:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-13 22:36:15 +0100 |
| commit | 190056ee8d6a4eca61d92a79cc25aad645e69d4a (patch) | |
| tree | 423cb3dfb7ca92e4c1c48c1070f553bbadc4d890 /README.md | |
| parent | eae10426cd805ecc0a0459b61639e48e6cd913ad (diff) | |
Move docs to flyscrape.com (#11)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,9 +3,9 @@ <p align="center"> <picture> - <source media="(prefers-color-scheme: dark)" srcset="docs/logo-alt.png"> - <source media="(prefers-color-scheme: light)" srcset="docs/logo.png"> - <img width="200" src="docs/logo.png"> + <source media="(prefers-color-scheme: dark)" srcset=".github/assets/logo-alt.png"> + <source media="(prefers-color-scheme: light)" srcset=".github/assets/logo.png"> + <img width="200" src=".github/assets/logo.png"> </picture> </p> @@ -19,7 +19,7 @@ <br /> <p align="center"> -<a href="#installation">Installation</a> · <a href="/docs">Documentation</a> · <a href="https://github.com/philippta/flyscrape/releases">Releases</a> +<a href="#installation">Installation</a> · <a href="https://flyscrape.com/docs/">Documentation</a> · <a href="https://github.com/philippta/flyscrape/releases">Releases</a> </p> ## Features |