Skip to content

Commit

Permalink
Fix links in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus committed Dec 7, 2024
1 parent 7f8e518 commit 486190d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
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",
Expand Down

0 comments on commit 486190d

Please sign in to comment.