File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Go to https://www.erlang.org/downloads and download the HTML documentation file.
6565
6666``` ah
6767mkdir --parent docs/erlang\~$VERSION/; \
68- curl http ://erlang.org/ download/otp_doc_html_$RELEASE.tar.gz | \
68+ curl -L https ://github.com/erlang/otp/releases/ download/OTP-$RELEASE /otp_doc_html_$RELEASE.tar.gz | \
6969bsdtar --extract --file - --directory=docs/erlang\~$VERSION/
7070```
7171
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
22 class Erlang
33 class CleanHtmlFilter < Filter
44 def call
5- @doc = at_css ( '#content' )
5+ @doc = at_css ( '#content .innertube' , '#content ')
66
77 # frontpage
88
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class Erlang < FileScraper
4141 HTML
4242
4343 version '25' do
44- self . release = '25.0 '
44+ self . release = '25.1 '
4545 end
4646
4747 version '24' do
You can’t perform that action at this time.
0 commit comments