Skip to content

Commit fd1cd2f

Browse files
committed
Update Erlang documentation (24.0)
1 parent 5ab83e5 commit fd1cd2f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
], [

docs/file-scrapers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Go to https://www.erlang.org/downloads and download the HTML documentation file.
5353

5454
```ah
5555
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 | \
5757
bsdtar --extract --file - --directory=docs/erlang\~$VERSION/
5858
```
5959

lib/docs/scrapers/erlang.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ class Erlang < FileScraper
3636
]
3737

3838
options[:attribution] = <<-HTML
39-
&copy; 2010&ndash;2020 Ericsson AB<br>
39+
&copy; 2010&ndash;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

0 commit comments

Comments
 (0)