Skip to content

Commit 687e7f6

Browse files
committed
Remove version from hexdocs links
1 parent b89489f commit 687e7f6

File tree

37 files changed

+51
-51
lines changed

37 files changed

+51
-51
lines changed

_includes/top.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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="https://hexdocs.pm/elixir/1.16/introduction.html">Guides</a></li>
41+
<li class="menu-item getting-started"><a class="spec" href="https://hexdocs.pm/elixir/introduction.html">Guides</a></li>
4242
<li class="menu-item cases"><a class="spec" href="/cases.html">Cases</a></li>
4343
<li class="menu-item blog"><a class="spec" href="/blog/">Blog</a></li>
4444
</ul>

_layouts/redirect.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<link rel="canonical" href="https://hexdocs.pm/elixir/1.16/{{ page.redirect_to }}.html"/>
4+
<link rel="canonical" href="https://hexdocs.pm/elixir/{{ page.redirect_to }}.html"/>
55
<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" />
6+
<meta http-equiv="refresh" content="0;url=https://hexdocs.pm/elixir/{{ page.redirect_to }}.html" />
77
</head>
88
<body>
99
<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>
10+
<a href="https://hexdocs.pm/elixir/{{ page.redirect_to }}.html">Click here if you are not redirected.<a>
11+
<script>location='https://hexdocs.pm/elixir/{{ page.redirect_to }}.html'</script>
1212
</body>
1313
</html>
1414

_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](https://hexdocs.pm/elixir/1.16/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/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](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!
48+
Check out our [home page](/) and the [getting started guide](https://hexdocs.pm/elixir/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](https://hexdocs.pm/elixir/1.16/introduction.html)!
27+
Thank you and don't forget to [give Elixir a try](https://hexdocs.pm/elixir/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](https://hexdocs.pm/elixir/1.16/introduction.html)!
18+
Thank you and don't forget to [give Elixir a try](https://hexdocs.pm/elixir/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](https://hexdocs.pm/elixir/1.16/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/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](https://hexdocs.pm/elixir/1.16/introduction.html)!
53+
[Learn more about Elixir](https://hexdocs.pm/elixir/introduction.html)!

_posts/2013-01-27-elixir-v0-8-0-released.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ And applications can be started directly from the command line as well:
1818

1919
elixir --app my_app
2020

21-
We have written a whole [guide chapter about creating OTP applications, supervisors and servers](https://hexdocs.pm/elixir/1.16/supervisor-and-application.html). Give it a try!
21+
We have written a whole [guide chapter about creating OTP applications, supervisors and servers](https://hexdocs.pm/elixir/supervisor-and-application.html). Give it a try!
2222

2323
## Improved Unicode support
2424

@@ -70,7 +70,7 @@ When some code call the `unless` macro above, in previous Elixir versions, it wo
7070

7171
Elixir v0.8 ensures that the `unless` macro above will expand to the same `if` macro available when quoted, guaranteeing different libraries can integrate easily without imposing hidden requirements.
7272

73-
You can read more about [macros in the getting started guide](https://hexdocs.pm/elixir/1.16/case-cond-and-if.html) or [go deep into the quote macro docs](https://hexdocs.pm/elixir/Kernel.SpecialForms.html#quote/2).
73+
You can read more about [macros in the getting started guide](https://hexdocs.pm/elixir/case-cond-and-if.html) or [go deep into the quote macro docs](https://hexdocs.pm/elixir/Kernel.SpecialForms.html#quote/2).
7474

7575
## A new way to manipulate pathnames
7676

@@ -100,4 +100,4 @@ We continue actively working on Elixir and this release is the [result of our ef
100100

101101
Also, we previously announced Elixir is going to be released frequently, every 2 to 4 weeks. We have made a small detour to get v0.8.0 out of the door, but we are back to our regular schedule as of today!
102102

103-
[Celebrate with us and give Elixir a try](https://hexdocs.pm/elixir/1.16/introduction.html)!
103+
[Celebrate with us and give Elixir a try](https://hexdocs.pm/elixir/introduction.html)!

_posts/2013-04-29-elixir-v0-8-2-released.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ end
4646

4747
You can learn more about [doctests on our documentation page](https://hexdocs.pm/ex_unit/ExUnit.DocTest.html) and get more information about our latest release [on the CHANGELOG](https://github.com/elixir-lang/elixir/blob/ed27611f48ba150404c95fe15f1d6058a4287330/CHANGELOG.md).
4848

49-
If you are new to Elixir, [it's easy to get started with](https://hexdocs.pm/elixir/1.16/introduction.html)!
49+
If you are new to Elixir, [it's easy to get started with](https://hexdocs.pm/elixir/introduction.html)!

_posts/2013-05-23-elixir-v0-9-0-released.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ We have also many other smaller improvements:
130130

131131
A huge thank you to our community for sending bug reports, providing bug fixes and contributing all those amazing features. And when are **you** joining us? :)
132132

133-
Give Elixir a try! You can start with our [getting started guide](https://hexdocs.pm/elixir/1.16/introduction.html), or [check this 30 minute video from PragProg](https://www.youtube.com/watch?v=a-off4Vznjs&feature=youtu.be) or buy the beta version of [Programming Elixir](https://pragprog.com/book/elixir/programming-elixir).
133+
Give Elixir a try! You can start with our [getting started guide](https://hexdocs.pm/elixir/introduction.html), or [check this 30 minute video from PragProg](https://www.youtube.com/watch?v=a-off4Vznjs&feature=youtu.be) or buy the beta version of [Programming Elixir](https://pragprog.com/book/elixir/programming-elixir).

0 commit comments

Comments
 (0)