Skip to content

Commit 2514edb

Browse files
committed
Update documentary links, closes #1791
1 parent 217ce89 commit 2514edb

File tree

2 files changed

+35
-12
lines changed

2 files changed

+35
-12
lines changed

_includes/important-links.html

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
<div class="widget">
22
<h3 class="widget-title">Important links</h3>
33
<ul>
4-
<li class="menu-item development"><a class="spec" href="/development.html">Development & Team</a></li>
5-
<li><a class="spec" href="https://github.com/elixir-lang/elixir">Source code & issues tracker</a></li>
4+
<li class="menu-item development">
5+
<a class="spec" href="/development.html">Development & Team</a>
6+
</li>
7+
<li>
8+
<a class="spec" href="https://github.com/elixir-lang/elixir"
9+
>Source code & issues tracker</a
10+
>
11+
</li>
612
</ul>
713
</div>
814

915
<div id="mini-docu" class="widget">
10-
<a href="https://cult.honeypot.io/originals/elixir-the-documentary">
16+
<a href="https://www.youtube.com/watch?v=lxYFOM3UJzo">
1117
<div class="mini-docu-cta">
1218
<div class="mini-docu-copy">Watch the Elixir<br />mini-documentary!</div>
1319
</div>
@@ -25,16 +31,33 @@ <h3 class="widget-title">Join the Community</h3>
2531
<li><a class="spec" href="http://elixirforum.com">Elixir Forum</a></li>
2632
<li><a class="spec" href="https://elixir-slack.community">Elixir on Slack</a></li>
2733
<li><a class="spec" href="https://discord.gg/elixir">Elixir on Discord</a></li>
28-
<li><a class="spec" href="https://github.com/elixir-lang/elixir/wiki/Code-Editor-Support">IDE/Editor support</a>
34+
<li>
35+
<a class="spec" href="https://github.com/elixir-lang/elixir/wiki/Code-Editor-Support"
36+
>IDE/Editor support</a
37+
>
38+
</li>
39+
<li>
40+
<a class="spec" href="https://www.meetup.com/topics/elixir/">Meetups around the world</a>
41+
</li>
42+
<li>
43+
<a class="spec" href="https://github.com/elixir-lang/elixir/wiki/Hiring-Elixir-Developers"
44+
>Jobs and hiring (community wiki)</a
45+
>
46+
</li>
47+
<li>
48+
<a class="spec" href="https://github.com/elixir-lang/elixir/wiki"
49+
>Events and resources (community wiki)</a
50+
>
2951
</li>
30-
<li><a class="spec" href="https://www.meetup.com/topics/elixir/">Meetups around the world</a></li>
31-
<li><a class="spec" href="https://github.com/elixir-lang/elixir/wiki/Hiring-Elixir-Developers">Jobs and hiring
32-
(community wiki)</a></li>
33-
<li><a class="spec" href="https://github.com/elixir-lang/elixir/wiki">Events and resources (community wiki)</a></li>
3452
</ul>
3553
</div>
3654

3755
<div id="eef" class="widget">
38-
<a href="https://erlef.org/" title="Join the Erlang Ecosystem Foundation"><img src="/images/logo/eef.png"
39-
alt="Join the Erlang Ecosystem Foundation" width="174" style="margin-top:-10px" /></a>
40-
</div>
56+
<a href="https://erlef.org/" title="Join the Erlang Ecosystem Foundation"
57+
><img
58+
src="/images/logo/eef.png"
59+
alt="Join the Erlang Ecosystem Foundation"
60+
width="174"
61+
style="margin-top: -10px"
62+
/></a>
63+
</div>

_posts/2018-07-25-elixir-v1-7-0-released.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ We have also seen important developments in other areas not directly related to
147147

148148
* We have added [a "Development" section](https://elixir-lang.org/development.html) to the website, that outlines the Elixir team structure and goals
149149

150-
* [Elixir now has its own mini-documentary](http://doc.honeypot.io/elixir-documentary-2018/), by [Honeypot](https://www.honeypot.io/)
150+
* [Elixir now has its own mini-documentary](https://www.youtube.com/watch?v=lxYFOM3UJzo) by Honeypot
151151

152152
* We have already highlighted some of the improvements in the ExDoc tool. Another improvement worth mentioning is the syntax highlighting is now done in Elixir itself, via the [Makeup](https://github.com/tmbb/makeup) library. This gives us more control over the grammar, the style, and improves load times. If you would like to add support for other languages, [reach out](https://github.com/tmbb/makeup)!
153153

0 commit comments

Comments
 (0)