Skip to content

Commit e18c2ba

Browse files
committed
Merge pull request #561 from eksperimental/fix
3 Small Fixes
2 parents b2252e3 + 6b19bac commit e18c2ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_includes/code-editor-support.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ <h3 class="widget-title">Code editor support</h3>
33
<ul>
44
<li><a class="spec" href="https://github.com/elixir-lang/emacs-elixir">Emacs Mode</a></li>
55
<li><a class="spec" href="https://tonini.github.com/alchemist.el">Alchemist (Emacs Elixir Tooling)</a></li>
6-
<li><a class="spec" href="https://github.com/elixir-lang/elixir-tmbundle">Textmate Bundle</a></li>
6+
<li><a class="spec" href="https://github.com/elixir-lang/elixir-tmbundle">TextMate / Sublime Text Bundle</a></li>
7+
<li><a class="spec" href="https://github.com/vishnevskiy/ElixirSublime">Sublime Plugin</a></li>
78
<li><a class="spec" href="https://github.com/elixir-lang/vim-elixir">Vim Elixir</a></li>
89
<li><a class="spec" href="https://github.com/SteffenBauer/elixir-gtksourceview">GtkSourceView (gedit)</a></li>
910
<li><a class="spec" href="https://github.com/lucasmazza/language-elixir">Atom Package</a></li>
10-
<li><a class="spec" href="https://github.com/vishnevskiy/ElixirSublime">Sublime Plugin</a></li>
1111
</ul>
1212
</div>

_posts/2014-09-18-elixir-v1-0-0-released.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ excerpt: Elixir v1.0 is finally out!
88

99
Hello everyone!
1010

11-
We are glad to announce Elixir v1.0 is finally out. It has been 8005 commits [by 189 contributors](https://github.com/elixir-lang/elixir/graphs/contributors), including the initial commit on [January 9th, 2011](https://github.com/elixir-lang/elixir/commit/337c3f2d569a42ebd5fcab6fef18c5e012f9be5b)!
11+
We are glad to announce Elixir v1.0 is finally out. It has been 8005 commits [by 189 contributors](https://github.com/elixir-lang/elixir/graphs/contributors?from=2011-01-12&to=2014-09-10&type=c), including the initial commit on [January 9th, 2011](https://github.com/elixir-lang/elixir/commit/337c3f2d569a42ebd5fcab6fef18c5e012f9be5b)!
1212

1313
## What's Elixir?
1414

install.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If the tests pass, you are ready to go. Otherwise, feel free to open an issue [i
7979

8080
## Installing Erlang
8181

82-
The only prerequisite for Elixir is Erlang, version 17.0 or later, which can be easily installed with [Precompiled packages](https://www.erlang-solutions.com/downloads/download-erlang-otp). In case you want to install it directly from source, it can be found on [the Erlang website](http://www.erlang.org/download.html) or by following the excellent tutorial available in the [Riak documentation](https://docs.basho.com/riak/1.3.0/tutorials/installation/Installing-Erlang/).
82+
The only prerequisite for Elixir is Erlang, version 17.0 or later, which can be easily installed with [Precompiled packages](https://www.erlang-solutions.com/downloads/download-erlang-otp). In case you want to install it directly from source, it can be found on [the Erlang website](http://www.erlang.org/download.html) or by following the excellent tutorial available in the [Riak documentation](https://docs.basho.com/riak/latest/ops/building/installing/erlang/).
8383

8484
For Windows developers, we recommend the precompiled packages. Those on a Unix platform can probably get Erlang installed via one of the many package distribution tools.
8585

0 commit comments

Comments
 (0)