File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ credits = [
283283 ' https://raw.githubusercontent.com/airbnb/enzyme/master/LICENSE.md'
284284 ], [
285285 ' Erlang' ,
286- ' 2010-2020 Ericsson AB' ,
286+ ' 2010-2021 Ericsson AB' ,
287287 ' Apache' ,
288288 ' https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
289289 ], [
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Go to https://www.erlang.org/downloads and download the HTML documentation file.
5353
5454``` ah
5555mkdir --parent docs/erlang\~$VERSION/; \
56- curl http://erlang.org/download/otp_doc_html_23.2 .tar.gz | \
56+ curl http://erlang.org/download/otp_doc_html_$RELEASE .tar.gz | \
5757bsdtar --extract --file - --directory=docs/erlang\~$VERSION/
5858```
5959
Original file line number Diff line number Diff line change @@ -36,10 +36,14 @@ class Erlang < FileScraper
3636 ]
3737
3838 options [ :attribution ] = <<-HTML
39- © 2010–2020 Ericsson AB< br >
39+ © 2010–2021 Ericsson AB< br >
4040 Licensed under the Apache License, Version 2.0.
4141 HTML
4242
43+ version '24' do
44+ self . release = '24.0'
45+ end
46+
4347 version '23' do
4448 self . release = '23.2'
4549 end
You can’t perform that action at this time.
0 commit comments