You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2014-09-18-elixir-v1-0-0-released.markdown
+6-6
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@ Elixir will follow [semantic versioning](http://semver.org), which means code wr
24
24
25
25
Elixir is composed of 6 applications, all under the same versioning constraints:
26
26
27
-
*[Elixir](/docs/stable/elixir) - the Elixir compiler, runtime and the standard library
28
-
*[EEx](/docs/stable/eex) - Elixir's templating library, useful for generating any kind of document dynamically
29
-
*[ExUnit](/docs/stable/ex_unit) - Elixir's unit test library, with support for concurrent testing, custom formatters, filters and much more
30
-
*[IEx](/docs/stable/iex) - Elixir's interactive shell with code reloading, auto-complete, and easy access to documentation, typespecs and more
31
-
*[Logger](/docs/stable/logger) - the latest addition to the group, Logger provides reliable logging and configurable backends (with syslog, file and many other backends provided by the community)
32
-
*[Mix](/docs/stable/mix) - Elixir's build tool that generates, compiles and tests projects as well as manages your dependencies
27
+
*[Elixir](/docs/stable/elixir/) - the Elixir compiler, runtime and the standard library
28
+
*[EEx](/docs/stable/eex/) - Elixir's templating library, useful for generating any kind of document dynamically
29
+
*[ExUnit](/docs/stable/ex_unit/) - Elixir's unit test library, with support for concurrent testing, custom formatters, filters and much more
30
+
*[IEx](/docs/stable/iex/) - Elixir's interactive shell with code reloading, auto-complete, and easy access to documentation, typespecs and more
31
+
*[Logger](/docs/stable/logger/) - the latest addition to the group, Logger provides reliable logging and configurable backends (with syslog, file and many other backends provided by the community)
32
+
*[Mix](/docs/stable/mix/) - Elixir's build tool that generates, compiles and tests projects as well as manages your dependencies
33
33
34
34
With v1.0.0, we are providing a stable platform for the community to leverage and extend, and we are extremely excited with the projects and possibilities that are ahead of us!
Copy file name to clipboardExpand all lines: getting_started/mix_otp/introduction-to-mix.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,7 @@ Mix will default to the `:dev` environment, except for the `test` task that will
226
226
227
227
## 1.5 Exploring
228
228
229
-
There is much more to Mix, and we will continue to explore it as we build our project. A [general overview is available on the Mix documentation](/docs/stable/mix).
229
+
There is much more to Mix, and we will continue to explore it as we build our project. A [general overview is available on the Mix documentation](/docs/stable/mix/).
230
230
231
231
Keep in mind that you can always invoke the help task to list all available tasks:
0 commit comments