From 3d721a1d41a7091525d6bbacae8d6580ca3199cd Mon Sep 17 00:00:00 2001 From: Andreas Falkenhahn Date: Wed, 3 Jun 2026 23:03:51 +0200 Subject: [PATCH] BINDINGS: Update Hollywood link - Change link from archive.org back to hollywood-mal.com since the site is up and running. Closes https://github.com/curl/curl/pull/21862 --- docs/BINDINGS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BINDINGS.md b/docs/BINDINGS.md index 9a53f81f29..5736bc75a9 100644 --- a/docs/BINDINGS.md +++ b/docs/BINDINGS.md @@ -61,7 +61,7 @@ Go: [go-curl](https://github.com/andelf/go-curl) by ShuYu Wang [Haskell](https://hackage.haskell.org/package/curl) Written by Galois, Inc -[Hollywood](https://web.archive.org/web/20250116185836/www.hollywood-mal.com/download.html) hURL by Andreas Falkenhahn +[Hollywood](https://www.hollywood-mal.com/download.html) hURL by Andreas Falkenhahn [Java](https://github.com/covers1624/curl4j)