Skip to content

Commit

Permalink
Fix legacy link on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Nov 21, 2022
1 parent 5671af4 commit b94ac25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions www/view/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet">
<link href="/css/style.css" rel="stylesheet">
<link href="/css/haxe-nav.css" rel="stylesheet">

<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet">
Expand Down Expand Up @@ -68,10 +68,10 @@
}
<li class="divider"></li>
<li><a href="/rss/"><i class="fa fa-rss"></i> Recent Updates RSS Feed</a></li>
<li><a href="//lib.haxe.org/legacy/"><i class="fa fa-folder-open-o"></i> Haxe 2 Haxelib repository</a></li>
<li><a href="/legacy/"><i class="fa fa-folder-open-o"></i> Haxe 2 Haxelib repository</a></li>
</ul>
</li>

<li class=" divider"></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="https://haxe.org/documentation/">Learn Haxe <b class="caret"></b></a>
Expand Down Expand Up @@ -126,7 +126,7 @@

<div class="section info">
<div class="container">

<div class="row">
<div class="span4">
<h3><i class="fa fa-big fa-rocket"></i> All libraries are free</h3>
Expand Down Expand Up @@ -155,7 +155,7 @@ <h3><i class="fa fa-big fa-globe"></i> Join us on GitHub!</h3>
<div class="container">
<div class="copyright">
<p>&copy;@todaysDate.getFullYear()
<a href="//haxe.org/foundation/" title="Haxe Foundation Website" class="hf-link">Haxe Foundation</a> |
<a href="//haxe.org/foundation/" title="Haxe Foundation Website" class="hf-link">Haxe Foundation</a> |
<a href="https://github.com/HaxeFoundation/haxelib" title="Haxelib GitHub Repository" class="hf-link">Haxelib on GitHub</a>
</p>
</div>
Expand Down

0 comments on commit b94ac25

Please sign in to comment.