diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 22156928..57ad2aae 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -283,7 +283,7 @@ credits = [
'https://raw.githubusercontent.com/airbnb/enzyme/master/LICENSE.md'
], [
'Erlang',
- '2010-2020 Ericsson AB',
+ '2010-2021 Ericsson AB',
'Apache',
'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
], [
diff --git a/docs/file-scrapers.md b/docs/file-scrapers.md
index fc03d906..b367a6ef 100644
--- a/docs/file-scrapers.md
+++ b/docs/file-scrapers.md
@@ -53,7 +53,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_23.2.tar.gz | \
+curl http://erlang.org/download/otp_doc_html_$RELEASE.tar.gz | \
bsdtar --extract --file - --directory=docs/erlang\~$VERSION/
```
diff --git a/lib/docs/scrapers/erlang.rb b/lib/docs/scrapers/erlang.rb
index 6809274a..b0e7231b 100644
--- a/lib/docs/scrapers/erlang.rb
+++ b/lib/docs/scrapers/erlang.rb
@@ -36,10 +36,14 @@ module Docs
]
options[:attribution] = <<-HTML
- © 2010–2020 Ericsson AB
+ © 2010–2021 Ericsson AB
Licensed under the Apache License, Version 2.0.
HTML
+ version '24' do
+ self.release = '24.0'
+ end
+
version '23' do
self.release = '23.2'
end