Skip to content

Commit 2e7bbd9

Browse files
committed
Fix links
1 parent 36db17d commit 2e7bbd9

File tree

17 files changed

+20
-21
lines changed

17 files changed

+20
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ For instructions on how to run with vscode devcontainers see: <https://code.visu
4040

4141
Most pages are either html or markdown pages so they can be edited directly. They
4242
are located in the at the same place as the URL. So, for instance, the `/about` URL
43-
is implemented by [/about.md](/about.md) and `/community/euc` is implemented in
44-
[/community/euc](/community/euc.md).
43+
is implemented by [https://www.erlang.org/about.md](/about.md) and `/community/euc` is implemented in
44+
[https://www.erlang.org/community/euc](/community/euc.md).
4545

4646
There are three major [collections](https://jekyllrb.com/docs/collections/) that
4747
you can add new items to: [News], [Blog] and [Release]. Each of these are

_news/101.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can also download the complete HTML documentation or the Unix manual files
4848
(see the Release Notes mentioned above for release notes which 
4949
are not updated in the doc, but the new functionality is)
5050

51-
[/doc/](/doc/)
51+
[https://www.erlang.org/doc/](/doc/)
5252

5353
We also want to thank those that sent us patches, suggestions and bug reports.
5454

_news/105.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Some highlights of the release are:
3232
* and much more ....
3333
You can find the Release Notes with more detailed info at
3434

35-
  [ /download/otp_src_19.0.readme](https://erlang.org/download/otp_src_19.0.readme)
35+
  <https://erlang.org/download/otp_src_19.0.readme>
3636

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

3939
Git tag OTP-19.0
4040

_news/107.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can also download the complete HTML documentation or the Unix manual files
4848
(see the Release Notes mentioned above for release notes which
4949
are not updated in the doc, but the new functionality is)
5050

51-
[/doc/](/doc/)
51+
[https://www.erlang.org/doc/](/doc/)
5252

5353
We also want to thank those that sent us patches, suggestions and bug reports.
5454

_news/115.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For installation instructions please consult the README file that is part
9090
The Erlang/OTP source can also be found at GitHub on the official Erlang
9191
repository, <https://github.com/erlang/otp> with tag OTP-20.1
9292

93-
The on-line documentation can be found at: [/doc/](/doc/)
93+
The on-line documentation can be found at: [https://www.erlang.org/doc/](/doc/)
9494
You can also download the complete HTML documentation or the Unix manual files
9595

9696
<https://erlang.org/download/otp_doc_html_20.1.tar.gz>

_news/116.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Erlang
8181

8282
repository, <https://github.com/erlang/otp> with tag OTP-20.2
8383

84-
The on-line documentation can be found at: [/doc/](/doc/)
84+
The on-line documentation can be found at: [https://www.erlang.org/doc/](/doc/)
8585

8686
You can also download the complete HTML documentation or the Unix
8787

_news/117.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Erlang
6969

7070
repository, <https://github.com/erlang/otp> with tag OTP-20.3
7171

72-
The on-line documentation can be found at: [/doc/](/doc/)
72+
The on-line documentation can be found at: [https://www.erlang.org/doc/](/doc/)
7373

7474
You can also download the complete HTML documentation or the Unix
7575

_news/132.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ Pre built versions for Windows can be fetched here:
5858
<https://erlang.org/download/otp_win64_22.0.exe>
5959

6060
Online documentation can be browsed here:
61-
[/doc/search/](/doc/search/)
61+
<https://www.erlang.org/doc/search>
6262

6363
The Erlang/OTP source can also be found at GitHub on the official Erlang repository:
64-
6564
<https://github.com/erlang/otp>
6665

6766
[OTP-22.0](https://github.com/erlang/otp/releases/tag/OTP-22.0)

_news/133.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Pre built versions for Windows can be fetched here:
3333
<https://erlang.org/download/otp_win64_22.1.exe>
3434

3535
Online documentation can be browsed here:
36-
[/doc/search/](/doc/search/)
36+
<https://www.erlang.org/doc/>
3737

3838
The source tarball can be fetched here:
3939
<https://erlang.org/download/otp_src_22.1.tar.gz>

_news/137.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For more details see
4646
<https://erlang.org/download/otp_win32_22.3.exe>
4747
<https://erlang.org/download/otp_win64_22.3.exe>
4848
Online documentation can be browsed here:
49-
[/doc/search/](/doc/search/)
49+
<https://www.erlang.org/doc/>
5050
The source tarball can be fetched here:
5151
<https://erlang.org/download/otp_src_22.3.tar.gz>
5252
The documentation can be fetched here:

0 commit comments

Comments
 (0)