Update links in navigation

This commit is contained in:
Peter Desmet 2015-01-13 00:37:23 +01:00
parent f2798a1f68
commit 9703287f29
1 changed files with 10 additions and 9 deletions

View File

@ -6,7 +6,7 @@
<title>Darwin Core</title>
<meta name="DC.title" content="Darwin Core">
<meta name="DC.description" content="The cover page for the Darwin Core standard.">
<meta name="DC.modified" content="2014-11-08">
<meta name="DC.modified" content="2015-01-12">
<meta name="DC.subject" content="biodiversity, standards">
<meta name="DC.creator" content="Darwin Core Task Group">
@ -21,7 +21,7 @@
<meta name="DC.language" content="en">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/main.css">
<link rel="stylesheet" type="text/css" href="/assets/main.css">
</head>
<body>
@ -32,22 +32,23 @@
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://rs.tdwg.org/dwc">Darwin Core</a>
<a class="navbar-brand" href="index.html">Darwin Core</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="terms/index.html">Terms</a></li>
<li class="disabled"><a href="examples/html">Examples</a></li>
<li><a href="terms/">Terms</a></li>
<li><a href="examples/">Examples</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Reference <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="change_policy.html">Change policy</a></li>
<li><a href="references.html">References</a></li>
<li class="divider"></li>
<li><a href="simple_dwc.html">Simple Darwin Core</a></li>
<li class="divider"></li>
<li><a href="guides/text/index.html">Text guide</a></li>
<li><a href="guides/xml/index.html">XML guide</a></li>
<li class="disabled"><a href="guides/rdf/index.html">RDF guide</a></li>
<li><a href="guides/text/">Text guide</a></li>
<li><a href="guides/xml/">XML guide</a></li>
<li class="disabled"><a href="guides/rdf/">RDF guide</a></li>
<li class="divider"></li>
<li><a href="terms/history.html">Term history</a></li>
<li><a href="terms/decisions.html">Term decision history</a></li>
@ -56,7 +57,7 @@
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="downloads/index.html">Downloads</a></li>
<li><a href="downloads/">Downloads</a></li>
<li><a href="http://github.com/tdwg/dwc">Source</a></li>
</ul>
</div>