Kaynağa Gözat

Update Erlang (25.1.2)

ClasherKasten 3 yıl önce
ebeveyn
işleme
a4c7f092ba
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      docs/file-scrapers.md
  2. 1 1
      lib/docs/scrapers/erlang.rb

+ 1 - 1
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/
 ```
 

+ 1 - 1
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