File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ credits = [
283
283
' https://raw.githubusercontent.com/airbnb/enzyme/master/LICENSE.md'
284
284
], [
285
285
' Erlang' ,
286
- ' 2010-2020 Ericsson AB' ,
286
+ ' 2010-2021 Ericsson AB' ,
287
287
' Apache' ,
288
288
' https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
289
289
], [
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.
53
53
54
54
``` ah
55
55
mkdir --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 | \
57
57
bsdtar --extract --file - --directory=docs/erlang\~$VERSION/
58
58
```
59
59
Original file line number Diff line number Diff line change @@ -36,10 +36,14 @@ class Erlang < FileScraper
36
36
]
37
37
38
38
options [ :attribution ] = <<-HTML
39
- © 2010–2020 Ericsson AB< br >
39
+ © 2010–2021 Ericsson AB< br >
40
40
Licensed under the Apache License, Version 2.0.
41
41
HTML
42
42
43
+ version '24' do
44
+ self . release = '24.0'
45
+ end
46
+
43
47
version '23' do
44
48
self . release = '23.2'
45
49
end
You can’t perform that action at this time.
0 commit comments