From 8ce774fa64db08c44bd54d890ce56d59d050b757 Mon Sep 17 00:00:00 2001 From: NTFSvolume <172021377+NTFSvolume@users.noreply.github.com> Date: Sun, 24 Nov 2024 12:26:03 -0500 Subject: [PATCH] docs: use absolute URLs for README (Pypi fix) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e8ae92c7..af95654e0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Brand new and improved! Cyberdrop-DL now has an updated paint job, fantastic new look. It's now easier to use than ever before! -![Cyberdrop-DL TUI Preview](docs/.gitbook/assets/cyberdrop-dl_tui_preview.png) +![Cyberdrop-DL TUI Preview](https://raw.githubusercontent.com/jbsparrow/CyberDropDownloader/refs/heads/master/docs/.gitbook/assets/cyberdrop-dl_tui_preview.png) @@ -31,4 +31,4 @@ Follow the [quickstart guide](https://script-ware.gitbook.io/cyberdrop-dl/quick- ## Contributing If there is a feature you want, you've discovered a bug, or if you have other general feedback, please create an issue for it! -See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on [opening an Issue](CONTRIBUTING.md#submitting-an-issue). If you want to submit code to the project, follow the [guidelines on how to contribute](CONTRIBUTING.md#submitting-a-pull-request-pr). +See [CONTRIBUTING.md](https://github.com/jbsparrow/CyberDropDownloader/blob/master/CONTRIBUTING.md) for instructions on [opening an Issue](https://github.com/jbsparrow/CyberDropDownloader/blob/master/CONTRIBUTING.md#submitting-an-issue). If you want to submit code to the project, follow the [guidelines on how to contribute](https://github.com/jbsparrow/CyberDropDownloader/blob/master/CONTRIBUTING.md#submitting-a-pull-request-pr).