Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace www erlang links #68

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ For instructions on how to run with vscode devcontainers see: <https://code.visu

Most pages are either html or markdown pages so they can be edited directly. They
are located in the at the same place as the URL. So, for instance, the `/about` URL
is implemented by [/about.md](/about.md) and `/community/euc` is implemented in
[/community/euc](/community/euc.md).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not have the erlang.org prefix as it is a link in the github repo

is implemented by [https://www.erlang.org/about.md](/about.md) and `/community/euc` is implemented in
[https://www.erlang.org/community/euc](/community/euc.md).

There are three major [collections](https://jekyllrb.com/docs/collections/) that
you can add new items to: [News], [Blog] and [Release]. Each of these are
Expand Down
12 changes: 6 additions & 6 deletions _data/community-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Contributing:
- name: Contributing to Erlang/OTP
description: Go to the [Erlang issue tracker](https://github.com/erlang/otp/issues) and search for issues labelled with [_Help Wanted_](https://github.com/erlang/otp/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). Follow the [contribution guidelines](https://github.com/erlang/otp/blob/master/CONTRIBUTING.md) to submit a contribution.
- name: Erlang Enhancement Process
description: For enhancements of the Erlang language itself or the core libraries to be thoroughly reviewed there is the [Erlang Enhancement Process]({{ '/eep' | relative_url }}) involving Erlang Extension Proposals (EEPs) stored in a GIT [repository](http://www.github.com/erlang/eep) currently at Github. One of the [Mailing Lists](https://www.erlang.org/community/mailinglists) is dedicated for EEPs.
description: For enhancements of the Erlang language itself or the core libraries to be thoroughly reviewed there is the [Erlang Enhancement Process]({{ '/eep' | relative_url }}) involving Erlang Extension Proposals (EEPs) stored in a GIT [repository](http://www.github.com/erlang/eep) currently at Github. One of the [Mailing Lists](/community/mailinglists) is dedicated for EEPs.

Discussions:
- name: "Erlang Forums"
Expand All @@ -28,18 +28,18 @@ Mailing List Archives:
description: Archived threads from the mailing lists.
items:
- name: erlang-questions
link: https://erlang.org/pipermail/erlang-questions/
link: https://www.erlang.org/pipermail/erlang-questions/
description: The main forum for Erlang/OTP questions and discussions. This list is mirrored by the [Google Group Erlang Programming](http://groups.google.com/group/erlang-programming).
- name: erlang-announce
link: https://erlang.org/pipermail/erlang-announce/
link: https://www.erlang.org/pipermail/erlang-announce/
description: The announcements are also sent to erlang-questions.
- name: eeps
link: https://erlang.org/pipermail/eeps/
link: https://www.erlang.org/pipermail/eeps/
description: Discussions regarding specific Erlang Enhancement Proposals (EEPs). See more at [Erlang Enhancement Proposals]({% link eep.md %}).​​

Erlang resources:
- name: The OTP team Blog
link: https://blog.erlang.org/
link: /blog/
description: A blog written by members of the Erlang/OTP team at Ericsson. Contains interesting technical posts about the development of Erlang/OTP.​
- name: Spawned Shelter
link: https://spawnedshelter.com/
Expand All @@ -62,7 +62,7 @@ Editor/IDE:
link: https://marketplace.visualstudio.com/items?itemName=pgourlain.erlang
description: Erlang language extension for Visual Studio Code
- name: Erlang mode for Emacs
link: https://erlang.org/doc/apps/tools/erlang_mode_chapter.html
link: /doc/apps/tools/erlang_mode_chapter.html
description: Follow the guide to set up the Erlang mode for Emacs. Also available on [Melpa](https://melpa.org/#/erlang).
- name: Vim
link: https://github.com/vim-erlang
Expand Down
14 changes: 7 additions & 7 deletions _data/doc-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ On-line documentation:
link: /doc/
description: Online documentation for the latest version of the run-time system as well as all the libraries.
- name: "Programming Erlang: Software for a Concurrent World (Limited Free)"
link: https://erlang.org/download/erlang-book-part1.pdf
link: https://www.erlang.org/download/erlang-book-part1.pdf
description: "Programming Erlang: Software for a Concurrent World (Joe Armstrong) is a book about Erlang written by one of the original inventors, published in 2007. You can buy it on paper from Amazon and other online bookstores, or directly from the publisher."
- name: Erlang Reference Manual - User's Guide
description: Description of Erlang the language
link: https://erlang.org/doc/reference_manual/users_guide.html
link: /doc/reference_manual/users_guide.html
- name: Efficiency Guide - User's Guide
description: A guide that teaches you what to use and what to avoid in Erlang, as well as how certain Erlang features are implemented.
link: https://erlang.org/doc/efficiency_guide/users_guide.html
link: /doc/efficiency_guide/users_guide.html
- name: System Principles - User's Guide
description: A guide on a number of Erlang system principles.
link: https://erlang.org/doc/system_principles/system_principles.html
link: /doc/system_principles/system_principles.html
- name: OTP Design Principles - User’s Guide
description: The OTP design principles define how to structure Erlang code in terms of processes, modules, and directories.
link: https://erlang.org/doc/design_principles/users_guide.html
link: /doc/design_principles/users_guide.html
- name: OTP Versions Tree
description: All released OTP versions since OTP 17.0, with links to GitHub source tags and to README:s. As of OTP 23, Windows installers for all patches can be downloaded from here as well.
link: https://erlang.org/download/otp_versions_tree.html
link: https://www.erlang.org/download/otp_versions_tree.html

Erlang Books:
- name: "Programming Erlang: Software for a Concurrent World (Full Edition)"
Expand Down Expand Up @@ -49,5 +49,5 @@ Erlang Books:

Erlang Papers:
- name: Making reliable distributed systems in the presence of software errors
link: https://erlang.org/download/armstrong_thesis_2003.pdf
link: https://www.erlang.org/download/armstrong_thesis_2003.pdf
description: "PhD thesis of Joe Armstrong, Erlang’s co-inventor, describing the origins of Erlang."
2 changes: 1 addition & 1 deletion _includes/downloads-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{% endfor %}
</ul>
<small>Older releases and a file containing MD5 checksums for all files in the
<a href="https://erlang.org/download">download directory</a>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should not be rewritten

<a href="/download/">download directory</a>,
also reachable through
<code>rsync rsync.erlang.org::erlang-download</code></small>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion _includes/patch-related-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{% case splitId[0] %}
{% when "ERL" %}
<a href="https://bugs.erlang.org/browse/{{ include.id }}">{{ include.id }}</a>
<a href="/bugs/{{ include.id }}">{{ include.id }}</a>
{% when "GH" %}
<a href="https://github.com/erlang/otp/issues/{{ splitId[1] }}">{{ include.id }}</a>
{% when "PR" %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<!-- Rich data for google search -->
<script type="application/ld+json">
{"@type":"WebSite","url":"https://erlang.org/","headline":"{{ title }}","name":"Erlang.org","sameAs":["https://twitter.com/erlang_org","https://github.com/erlang/otp"],"@context":"https://schema.org"}</script>
{"@type":"WebSite","url":"https://www.erlang.org/","headline":"{{ title }}","name":"Erlang.org","sameAs":["https://twitter.com/erlang_org","https://github.com/erlang/otp"],"@context":"https://schema.org"}</script>

<title>{{ title }}</title>

Expand Down
4 changes: 2 additions & 2 deletions _news/10.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ article_type_id: "3"

**Erlang/OTP R14B** has been released as planned on September 15:th 2010. It is the first non-beta R14 release.

See the release notes in the [readme file](https://erlang.org/download/otp_src_R14B.readme)
See the release notes in the [readme file](https://www.erlang.org/download/otp_src_R14B.readme)

Download the new release from the [download page](https://erlang.org/download.html).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should not be rewritten

Download the new release from the [download page](/download/).
6 changes: 3 additions & 3 deletions _news/105.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Some highlights of the release are:
* and much more ....
You can find the Release Notes with more detailed info at

  [ https://www.erlang.org/download/otp_src_19.0.readme](https://www.erlang.org/download/otp_src_19.0.readme)
garazdawi marked this conversation as resolved.
Show resolved Hide resolved
  <https://www.erlang.org/download/otp_src_19.0.readme>

You find the source code at [ github.com](http://github.com/erlang) in the official Erlang repository.
You find the source code at [github.com](http://github.com/erlang) in the official Erlang repository.

Git tag OTP-19.0

Expand All @@ -44,7 +44,7 @@ Some highlights of the release are:
(see the Release Notes mentioned above for release notes which
are not updated in the doc, but the new functionality is)

<https://www.erlang.org/doc>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is incorrect

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this still incorrect?

</doc>

We also want to thank all of you that have contributed with new features, bug-fixes, suggestions and bug reports.

Expand Down
4 changes: 2 additions & 2 deletions _news/107.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ You can download the full source distribution from <https://www.erlang.org/downl

Note: To unpack the TAR archive you need a GNU TAR compatible program. For installation instructions please read the README that is part of the distribution.

You can also find the source code at [github.com](http://github.com) in the official Erlang repository. Git tag OTP-19.1
You can also find the source code at <https://github.com> in the official Erlang repository. Git tag OTP-19.1
<https://github.com/erlang/otp/tree/OTP-19.1>

The Windows binary distributions can be downloaded from

<https://www.erlang.org/download/otp_win32_19.1.exe>

[https://www.erlang.org/download/otp_win64_19.1.exe ](https://www.erlang.org/download/otp_win64_19.1.exe)
<https://www.erlang.org/download/otp_win64_19.1.exe>

You can also download the complete HTML documentation or the Unix manual files

Expand Down
14 changes: 7 additions & 7 deletions _news/109.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Some highlights for 19.2

You can find the README and the full listing of changes for this service release at

  https://www.erlang.org/download/otp_src_19.2.readme
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should not be rewritten, but could have a < tag around the link

  /download/otp_src_19.2.readme

The source distribution and binary distributions for Windows can be
downloaded from

  https://www.erlang.org/download/otp_src_19.2.tar.gz
  https://www.erlang.org/download/otp_win32_19.2.exe
  https://www.erlang.org/download/otp_win64_19.2.exe
Comment on lines -29 to -31
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should not be rewritten, but could have a < tag around the link

  /download/otp_src_19.2.tar.gz
  /download/otp_win32_19.2.exe
  /download/otp_win64_19.2.exe

Note: To unpack the TAR archive you need a GNU TAR compatible program.

Expand All @@ -37,11 +37,11 @@ For installation instructions please consult the README file that is part of th
The Erlang/OTP source can also be found at GitHub on the official Erlang
repository, https://github.com/erlang/otp with tag OTP-19.2

The on-line documentation can be found at: https://www.erlang.org/doc/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should not be rewritten, but could have a < tag around the link

The on-line documentation can be found at: /doc/
You can also download the complete HTML documentation or the Unix manual files

  https://www.erlang.org/download/otp_doc_html_19.2.tar.gz
  https://www.erlang.org/download/otp_doc_man_19.2.tar.gz
Comment on lines -43 to -44
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should not be rewritten, but could have a < tag around the link

  /download/otp_doc_html_19.2.tar.gz
  /download/otp_doc_man_19.2.tar.gz

Please report any new issues via Erlang/OTPs public issue tracker 

Expand Down
6 changes: 3 additions & 3 deletions _news/112.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ Here are some of the most important news:
* New `math:fmod/2`

For more details see
<https://erlang.org/download/otp_src_20.0-rc1.readme>
<https://www.erlang.org/download/otp_src_20.0-rc1.readme>

Pre built versions for Windows can be fetched here:
<https://erlang.org/download/otp_win32_20.0-rc1.exe>
<https://erlang.org/download/otp_win64_20.0-rc1.exe>
<https://www.erlang.org/download/otp_win32_20.0-rc1.exe>
<https://www.erlang.org/download/otp_win64_20.0-rc1.exe>

On line documentation can be browsed here:
<https://www.erlang.org/documentation/doc-9.0-rc1/doc/>
Expand Down
6 changes: 3 additions & 3 deletions _news/113.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ Here are some of the most important news in OTP 20 (same as in RC1):
* New `math:fmod/2`

For more details see
<https://erlang.org/download/otp_src_20.0-rc2.readme>
<https://www.erlang.org/download/otp_src_20.0-rc2.readme>

Per built versions for Windows can be fetched here:
<https://erlang.org/download/otp_win32_20.0-rc2.exe>
<https://erlang.org/download/otp_win64_20.0-rc2.exe>
<https://www.erlang.org/download/otp_win32_20.0-rc2.exe>
<https://www.erlang.org/download/otp_win64_20.0-rc2.exe>

On line documentation can be browsed here:
<https://www.erlang.org/documentation/doc-9.0-rc2/doc/>
Expand Down
6 changes: 3 additions & 3 deletions _news/114.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ Here are some of the most important news in OTP 20:
* New `math:fmod/2`

For more details see
[https://erlang.org/download/otp_src_20.0.readme](https://erlang.org/download/otp_src_20.0-rc2.readme)
[https://www.erlang.org/download/otp_src_20.0.readme](https://www.erlang.org/download/otp_src_20.0-rc2.readme)

The Erlang/OTP source can also be found at GitHub on the official Erlang repository,
<https://github.com/erlang/otp> with tag OTP-20.0

Pre built versions for Windows can be fetched here:
[https://erlang.org/download/otp_win32_20.0.exe](https://erlang.org/download/otp_win32_20.0-rc2.exe)
[https://erlang.org/download/otp_win64_20.0.exe](https://erlang.org/download/otp_win64_20.0-rc2.exe)
[https://www.erlang.org/download/otp_win32_20.0.exe](https://www.erlang.org/download/otp_win32_20.0-rc2.exe)
[https://www.erlang.org/download/otp_win64_20.0.exe](https://www.erlang.org/download/otp_win64_20.0-rc2.exe)

On line documentation can be browsed here:
<https://www.erlang.org/documentation/doc-9.0-rc2/doc/>
Expand Down
2 changes: 1 addition & 1 deletion _news/115.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The on-line documentation can be found at: [https://www.erlang.org/doc/](/doc/)

Please report any new issues via Erlang/OTPs public issue tracker

[https://bugs.erlang.org](https://bugs.erlang.org/)
<https://github.com/erlang/otp/issues>

We want to thank all of those who sent us patches, suggestions and bug reports!

Expand Down
8 changes: 4 additions & 4 deletions _news/121.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ Erlang/OTP 21 is a new major release with new features, improvements as well as
* Changed default behaviour of .erlang loading. escript, erlc, dialyzer and typer no longer load an .erlang at all.

For more details see
<https://erlang.org/download/otp_src_21.0-rc1.readme>
<https://www.erlang.org/download/otp_src_21.0-rc1.readme>

Pre built versions for Windows can be fetched here:
<https://erlang.org/download/otp_win32_21.0-rc1.exe>
<https://erlang.org/download/otp_win64_21.0-rc1.exe>
<https://www.erlang.org/download/otp_win32_21.0-rc1.exe>
<https://www.erlang.org/download/otp_win64_21.0-rc1.exe>

Online documentation can be browsed here:
<https://erlang.org/documentation/doc-10.0-rc1/doc>
<https://www.erlang.org/documentation/doc-10.0-rc1/doc>

The Erlang/OTP source can also be found at GitHub on the official Erlang repository,

Expand Down
8 changes: 4 additions & 4 deletions _news/122.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ Erlang/OTP 21 is a new major release with new features, improvements as well as
* Changed default behaviour of .erlang loading. escript, erlc, dialyzer and typer no longer load an .erlang at all.

For more details see
<https://erlang.org/download/otp_src_21.0-rc2.readme>
<https://www.erlang.org/download/otp_src_21.0-rc2.readme>

Pre built versions for Windows can be fetched here:
<https://erlang.org/download/otp_win32_21.0-rc2.exe>
<https://erlang.org/download/otp_win64_21.0-rc2.exe>
<https://www.erlang.org/download/otp_win32_21.0-rc2.exe>
<https://www.erlang.org/download/otp_win64_21.0-rc2.exe>

Online documentation can be browsed here:
<https://erlang.org/documentation/doc-10.0-rc2/doc>
<https://www.erlang.org/documentation/doc-10.0-rc2/doc>

The Erlang/OTP source can also be found at GitHub on the official Erlang repository,

Expand Down
8 changes: 4 additions & 4 deletions _news/123.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ Erlang/OTP 21 is a new major release with new features, improvements as well as
* Changed default behaviour of .erlang loading. escript, erlc, dialyzer and typer no longer load an .erlang at all.

For more details see
<https://erlang.org/download/otp_src_21.0.readme>
<https://www.erlang.org/download/otp_src_21.0.readme>

Pre built versions for Windows can be fetched here:
<https://erlang.org/download/otp_win32_21.0.exe>
<https://erlang.org/download/otp_win64_21.0.exe>
<https://www.erlang.org/download/otp_win32_21.0.exe>
<https://www.erlang.org/download/otp_win64_21.0.exe>

Online documentation can be browsed here:
<https://erlang.org/documentation/doc-10.0/doc>
<https://www.erlang.org/documentation/doc-10.0/doc>

The Erlang/OTP source can also be found at GitHub on the official Erlang repository, Here: [OTP-21.0](https://github.com/erlang/otp/releases/tag/OTP-21.0)

Expand Down
8 changes: 4 additions & 4 deletions _news/124.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ ERTS, Kernel:
* The socket options recvtos, recvttl, recvtclass and pktoptions have been implemented in the socket modules. Se documentation in gen_tcp, gen_udp and inet modules for more info!

For more details see:
<https://erlang.org/download/otp_src_21.1.readme>
<https://www.erlang.org/download/otp_src_21.1.readme>

Pre built versions for Windows can be fetched here:
<https://erlang.org/download/otp_win32_21.1.exe>
<https://erlang.org/download/otp_win64_21.1.exe>
<https://www.erlang.org/download/otp_win32_21.1.exe>
<https://www.erlang.org/download/otp_win64_21.1.exe>

Online documentation can be browsed here:
<https://erlang.org/documentation/doc-10.1/doc>
<https://www.erlang.org/documentation/doc-10.1/doc>

The Erlang/OTP source can also be found at GitHub on the official Erlang repository, Here: [OTP-21.1](https://github.com/erlang/otp/releases/tag/OTP-21.1)

Expand Down
8 changes: 4 additions & 4 deletions _news/125.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ ERTS, Kernel:
* No more ONESHOT mechanism overhead on fds! Only on Linux and BSD

For a full list of details see:
<https://erlang.org/download/otp_src_21.2.readme>
<https://www.erlang.org/download/otp_src_21.2.readme>

Pre built versions for Windows can be fetched here:
<https://erlang.org/download/otp_win32_21.2.exe>
<https://erlang.org/download/otp_win64_21.2.exe>
<https://www.erlang.org/download/otp_win32_21.2.exe>
<https://www.erlang.org/download/otp_win64_21.2.exe>

Online documentation can be browsed here:
<https://erlang.org/documentation/doc-10.2/doc>
<https://www.erlang.org/documentation/doc-10.2/doc>

The Erlang/OTP source can also be found at GitHub on the official Erlang repository, Here: [OTP-21.2](https://github.com/erlang/otp/releases/tag/OTP-21.2)

Expand Down
8 changes: 4 additions & 4 deletions _news/126.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ Native code generation does not work for all modules due to new BEAM instruction
* SSL now uses the new logger API, including log levels and verbose debug logging.

For more details see
<https://erlang.org/download/otp_src_22.0-rc1.readme>
<https://www.erlang.org/download/otp_src_22.0-rc1.readme>

Pre built versions for Windows can be fetched here:
<https://erlang.org/download/otp_win32_22.0-rc1.exe>
<https://erlang.org/download/otp_win64_22.0-rc1.exe>
<https://www.erlang.org/download/otp_win32_22.0-rc1.exe>
<https://www.erlang.org/download/otp_win64_22.0-rc1.exe>

Online documentation can be browsed here:
<https://erlang.org/documentation/doc-11.0-rc1/doc>
<https://www.erlang.org/documentation/doc-11.0-rc1/doc>

The Erlang/OTP source can also be found at GitHub on the official Erlang repository:

Expand Down
8 changes: 4 additions & 4 deletions _news/127.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ OTP:
* Versions of OTP older than R13B04 is not shown in the reference documentation

For a full list of details see:
<https://erlang.org/download/otp_src_21.3.readme>
<https://www.erlang.org/download/otp_src_21.3.readme>

Pre built versions for Windows can be fetched here:
<https://erlang.org/download/otp_win32_21.3.exe>
<https://erlang.org/download/otp_win64_21.3.exe>
<https://www.erlang.org/download/otp_win32_21.3.exe>
<https://www.erlang.org/download/otp_win64_21.3.exe>

Online documentation can be browsed here:
<https://erlang.org/documentation/doc-10.3/doc>
<https://www.erlang.org/documentation/doc-10.3/doc>

The Erlang/OTP source can also be found at GitHub on the official Erlang repository, Here: [OTP-21.2](https://github.com/erlang/otp/releases/tag/OTP-21.3)

Expand Down
Loading