Fix URLs fully with relative path helper
This commit is contained in:
committed by
Justin Fagnani
parent
817f502dfa
commit
5ced993566
@@ -6,10 +6,10 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title><my-element> ⌲ Examples ⌲ Basic</title>
|
||||
<link rel="stylesheet" href="./docs.css">
|
||||
<link rel="stylesheet" href="../docs.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Roboto+Mono">
|
||||
<link href="./prism-okaidia.css" rel="stylesheet" />
|
||||
<script type="module" src="./my-element.bundled.js"></script>
|
||||
<link href="../prism-okaidia.css" rel="stylesheet" />
|
||||
<script type="module" src="../my-element.bundled.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
<nav>
|
||||
<a href="../">Home</a>
|
||||
<a href="../examples/">Examples</a>
|
||||
<a href="">Examples</a>
|
||||
<a href="../api/">API</a>
|
||||
<a href="../install/">Install</a>
|
||||
</nav>
|
||||
@@ -33,11 +33,11 @@
|
||||
<ul>
|
||||
|
||||
<li class=selected>
|
||||
<a href="/examples/">A basic example</a>
|
||||
<a href="">A basic example</a>
|
||||
</li>
|
||||
|
||||
<li class=>
|
||||
<a href="/examples/name-property/">Setting the name property</a>
|
||||
<a href="name-property/">Setting the name property</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user