Skip to content

Commit 64e649d

Browse files
authored
Point to v1.16 (#1738)
1 parent b5256da commit 64e649d

File tree

81 files changed

+190
-9218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+190
-9218
lines changed

_data/getting-started.yml

Lines changed: 0 additions & 123 deletions
This file was deleted.

_includes/mix-otp-preface.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

_includes/top.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<li class="menu-item install"><a class="spec" href="/install.html">Install</a></li>
3939
<li class="menu-item learning"><a class="spec" href="/learning.html">Learning</a></li>
4040
<li class="menu-item docs"><a class="spec" href="/docs.html">Docs</a></li>
41-
<li class="menu-item getting-started"><a class="spec" href="/getting-started/introduction.html">Guides</a></li>
4241
<li class="menu-item cases"><a class="spec" href="/cases.html">Cases</a></li>
4342
<li class="menu-item blog"><a class="spec" href="/blog/">Blog</a></li>
4443
</ul>

_layouts/getting-started.html

Lines changed: 0 additions & 73 deletions
This file was deleted.

_layouts/redirect.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<link rel="canonical" href="https://hexdocs.pm/elixir/1.16/{{ page.redirect_to }}.html"/>
5+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6+
<meta http-equiv="refresh" content="0;url=https://hexdocs.pm/elixir/1.16/{{ page.redirect_to }}.html" />
7+
</head>
8+
<body>
9+
<h3>Redirecting...</h3>
10+
<a href="https://hexdocs.pm/elixir/1.16/{{ page.redirect_to }}.html">Click here if you are not redirected.<a>
11+
<script>location='https://hexdocs.pm/elixir/1.16/{{ page.redirect_to }}.html'</script>
12+
</body>
13+
</html>
14+

_posts/2012-05-25-elixir-v0-5-0-released.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ excerpt: We have finally released Elixir v0.5.0! This marks the first release si
99

1010
We have finally released [Elixir](/) v0.5.0! This marks the first release since the language was rewritten. In this blog post, we will discuss what we achieved during this time and what are the next steps!
1111

12-
If you don't care about any of these, you can go straight to our [Getting Started guide](/getting-started/introduction.html). If you do, keep on reading!
12+
If you don't care about any of these, you can go straight to our [Getting Started guide](https://hexdocs.pm/elixir/1.16/introduction.html). If you do, keep on reading!
1313

1414
## Looking back
1515

@@ -45,4 +45,4 @@ In parallel, we will improve our [documentation generation tool](https://github.
4545

4646
Finally, we will continue improving the Standard Library. Although Elixir's goal is to rely on Erlang the most as possible, we also want to provide a small Standard Library which makes better use of Elixir semantics. For the next weeks, we will focus on improving the IO and File manipulation modules. New data types may also appear, for example, ranges come to my mind.
4747

48-
Check out our [home page](/) and the [getting started guide](/getting-started/introduction.html) for more information. Welcome aboard and grab a cup of Elixir, because you are certainly going to enjoy the ride!
48+
Check out our [home page](/) and the [getting started guide](https://hexdocs.pm/elixir/1.16/introduction.html) for more information. Welcome aboard and grab a cup of Elixir, because you are certainly going to enjoy the ride!

_posts/2012-08-01-elixir-v0-6-0-released.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Our interactive shell (IEx) also had many improvements, thanks to the Elixir dev
2424

2525
That's it. For the next months, we will continue improving Elixir (you can see some ideas floating around in the [issues tracker](https://github.com/elixir-lang/elixir/issues)) but we will start to focus on other tools and libraries for the community.
2626

27-
Thank you and don't forget to [give Elixir a try](/getting-started/introduction.html)!
27+
Thank you and don't forget to [give Elixir a try](https://hexdocs.pm/elixir/1.16/introduction.html)!

_posts/2012-10-20-elixir-v0-7-0-released.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ This release also includes some backwards incompatible changes, but the majority
1515

1616
For more information, read out the [CHANGELOG](https://github.com/elixir-lang/elixir/blob/v0.7.0/CHANGELOG.md).
1717

18-
Thank you and don't forget to [give Elixir a try](/getting-started/introduction.html)!
18+
Thank you and don't forget to [give Elixir a try](https://hexdocs.pm/elixir/1.16/introduction.html)!

_posts/2012-11-18-elixir-v0-7-1-released.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ During this time traveling around, we have spoken at many conferences, as [Stran
1515

1616
In case you missed any of those conferences, [the talk I presented at Øredev is available and you can watch it now](https://vimeo.com/53221562). The slides are also available below.
1717

18-
If you want to hear more about Elixir at a conference or an event, please let us know. Thank you and don't forget to [give Elixir a try](/getting-started/introduction.html)!
18+
If you want to hear more about Elixir at a conference or an event, please let us know. Thank you and don't forget to [give Elixir a try](https://hexdocs.pm/elixir/1.16/introduction.html)!
1919

2020
<script async class="speakerdeck-embed" data-id="cf4727401449013077d112313d1a82a3" data-ratio="1.2994923857868" src="//speakerdeck.com/assets/embed.js"></script>
2121

_posts/2012-12-04-elixir-v0-7-2-released.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ under some circumstances when using records.
5050

5151
Lastly, but not least importantly, I'd like to mention that we're very excited about how the community around Elixir is building up. Thank you all for being around and supporting us!
5252

53-
[Learn more about Elixir](/getting-started/introduction.html)!
53+
[Learn more about Elixir](https://hexdocs.pm/elixir/1.16/introduction.html)!

0 commit comments

Comments
 (0)