Skip to content

Commit fee4f04

Browse files
authored
Fix Exercism icon and links (#1803)
Fixes three things: - Exercism is normally refered to as Exercism (not Exercism.org or Exercism.io). - The site moved from .io to .org a number of years back. - The icon URL was an old outdated one which is no longer loading.
1 parent a8e0eac commit fee4f04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learning.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ Elixir koans is a fun, easy way to get started with the Elixir programming langu
281281

282282
<div class="clear"></div>
283283

284-
<h4 class="resource">Exercism.io<span class="free">free</span></h4>
284+
<h4 class="resource">Exercism<span class="free">free</span></h4>
285285

286-
<a class="cover" href="https://exercism.io/tracks/elixir" title="Elixir Track on Exercism.io"> <img src="https://assets.exercism.io/tracks/elixir-bordered-turquoise.png" alt="Exercism.io Elixir track" width="190" /></a>
286+
<a class="cover" href="https://exercism.org/tracks/elixir" title="Elixir Track on Exercism"> <img src="https://assets.exercism.org/tracks/elixir.svg" alt="Exercism Elixir track" width="190" /></a>
287287

288-
Exercism.io is an open source platform that provides free practice and mentoring in many languages, including Elixir.
288+
Exercism is an open source platform that provides free practice and mentoring in many languages, including Elixir.
289289
It features exercises of varying difficulty, from string processing to using OTP, that are mentored by volunteers.
290290
Once you have completed an exercise you can also view other students' solutions.
291291

0 commit comments

Comments
 (0)