diff --git a/docs/file-scrapers.md b/docs/file-scrapers.md index 648ba38a..7e3ff57c 100644 --- a/docs/file-scrapers.md +++ b/docs/file-scrapers.md @@ -65,7 +65,7 @@ Go to https://www.erlang.org/downloads and download the HTML documentation file. ```ah mkdir --parent docs/erlang\~$VERSION/; \ -curl http://erlang.org/download/otp_doc_html_$RELEASE.tar.gz | \ +curl -L https://github.com/erlang/otp/releases/download/OTP-$RELEASE/otp_doc_html_$RELEASE.tar.gz | \ bsdtar --extract --file - --directory=docs/erlang\~$VERSION/ ``` diff --git a/lib/docs/scrapers/erlang.rb b/lib/docs/scrapers/erlang.rb index ee188d5a..0330111a 100644 --- a/lib/docs/scrapers/erlang.rb +++ b/lib/docs/scrapers/erlang.rb @@ -41,7 +41,7 @@ module Docs HTML version '25' do - self.release = '25.0' + self.release = '25.1' end version '24' do