Skip to content

Commit 2203089

Browse files
committed
fix #943
1 parent f838b6b commit 2203089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="alert alert-dark alert-dismissible mb-0" role="alert">
1414
<!-- Only this <p> element should be changed in an alert -->
1515
<p class="text-center">
16-
Check out the JuliaCon 2020 <a href="https://www.youtube.com/playlist?list=PLP8iPy9hna6Tl2UHTrm4jnIYrLkIcAROR">videos</a> | Julia Community Prizes <a href="https://juliacon.org/2020/prize/">announced</a>!
16+
Check out the JuliaCon 2020 <a href="https://www.youtube.com/playlist?list=PLP8iPy9hna6Tl2UHTrm4jnIYrLkIcAROR">videos</a> | Julia Community Prizes <a href="https://juliacon.org/2020/prize/">announced</a>!
1717
</p>
1818
<!-- Nothing more! -->
1919
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
@@ -89,7 +89,7 @@ <h3>General</h3>
8989
<!-- 5 -->
9090
<div class="col-lg-4 col-md-6 feature">
9191
<h3>Easy to use</h3>
92-
<p>Julia has high-level syntax, making it an accessible language for programmers from any background or experience level. <a href="https://github.com/JuliaLang/Microbenchmarks/blob/master/perf.jl">Browse the Julia microbenchmarks</a> to get a feel for the language.</p>
92+
<p>Julia has high-level syntax, making it an accessible language for programmers from any background or experience level. <a href="https://julialang.org/learning/code-examples/">Try some Julia code right in the browser</a> to get a feel for the language.</p>
9393
</div>
9494
<!-- 6 -->
9595
<div class="col-lg-4 col-md-6 feature">
@@ -512,7 +512,7 @@ <h4 class="outer-link">
512512
</h4>
513513
</div>
514514
</div>
515-
515+
516516
<!-- Row Facebook-LinkedIn-Insagram-Twitch -->
517517
<div class="row">
518518
<div class="col-lg-3 col-md-6" style="text-align:center;">

0 commit comments

Comments
 (0)