From 486190d8389eb43d294b8e1c0040f2b30b9d0e22 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Sat, 7 Dec 2024 05:25:33 +0100 Subject: Fix links in Readme --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ebca9b83..d41e04bd 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ with codecs.open(os.path.join(here, 'README.md'), encoding='utf-8') as fh: long_description = '\n' + fh.read() long_description = long_description.replace("[!NOTE]", "") -long_description = long_description.replace("(docs/", "(https://github.com/xtekky/gpt4free/blob/main/docs/") long_description = long_description.replace("(docs/images/", "(https://raw.githubusercontent.com/xtekky/gpt4free/refs/heads/main/docs/images/") +long_description = long_description.replace("(docs/", "(https://github.com/xtekky/gpt4free/blob/main/docs/") INSTALL_REQUIRE = [ "requests", -- cgit v1.2.3