Skip to content

Commit 4a60273

Browse files
committed
Use https://www.erlang.org everywhere!
1 parent f37a6c8 commit 4a60273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<!-- Rich data for google search -->
3232
<script type="application/ld+json">
33-
{"@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>
33+
{"@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>
3434

3535
<title>{{ title }}</title>
3636

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Erlang is a programming language originally developed at the Ericsson Computer S
99

1010
### erlang.org
1111

12-
The source code for this webpage is available on [GitHub](https://github.com/erlang/erlang-org). It is built using [Erlang](https://erlang.org), [Jekyll](https://jekyllrb.com/), [Bootstrap 5](https://getbootstrap.com/docs/5.0/) and [Node.js](https://nodejs.org/).
12+
The source code for this webpage is available on [GitHub](https://github.com/erlang/erlang-org). It is built using [Erlang](https://www.erlang.org), [Jekyll](https://jekyllrb.com/), [Bootstrap 5](https://getbootstrap.com/docs/5.0/) and [Node.js](https://nodejs.org/).
1313

1414
### License
1515
Since OTP 18.0, Erlang/OTP is released under Apache License 2.0. The older releases were released under Erlang Public License (EPL), a derivative work of the Mozilla Public License (MPL).

0 commit comments

Comments
 (0)