Skip to content

Commit d552b7b

Browse files
committed
Bring guides link back
1 parent 64e649d commit d552b7b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_includes/top.html

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +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>
4142
<li class="menu-item cases"><a class="spec" href="/cases.html">Cases</a></li>
4243
<li class="menu-item blog"><a class="spec" href="/blog/">Blog</a></li>
4344
</ul>

learning.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ layout: default
88

99
{% include toc.html %}
1010

11-
Our website provides a [Getting Started guide](https://hexdocs.pm/elixir/1.16/introduction.html) to learn more about Elixir's foundations. Later on, it explores how to build projects with [Mix and OTP](https://hexdocs.pm/elixir/1.16/introduction-to-mix.html). Elixir also includes [extensive API documentation](/docs.html).
11+
Elixir's official documentation includes a [Getting Started guide](https://hexdocs.pm/elixir/1.16/introduction.html) to learn more about Elixir's foundations. Later on, it explores how to build projects with [Mix and OTP](https://hexdocs.pm/elixir/1.16/introduction-to-mix.html). Elixir also includes [extensive API documentation](/docs.html).
1212

13-
Outside of our website, the Elixir Community has also produced plenty of resources to learn the language from different backgrounds and other perspectives. We list some of them below. We are sure you will find a resource that suits your pace and goals.
13+
The Elixir Community has also produced plenty of resources to learn the language from different backgrounds and other perspectives. We list some of them below. We are sure you will find a resource that suits your pace and goals.
1414

1515
## Books
1616

0 commit comments

Comments
 (0)