Skip to content

Commit c0b8cf5

Browse files
committed
Fix links to d3js.org.
1 parent 83be748 commit c0b8cf5

3 files changed

Lines changed: 3 additions & 41 deletions

File tree

_layouts/api.html

Lines changed: 0 additions & 38 deletions
This file was deleted.

_layouts/ex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="body">
1616
<div class="content">
1717
<div class="topbar">
18-
<a href="../">Overview</a>
18+
<a href="http://d3js.org/">Overview</a>
1919
<b><a href="https://github.com/mbostock/d3/wiki/Gallery">Examples</a></b>
2020
<a href="https://github.com/mbostock/d3/wiki">Documentation</a>
2121
<a href="https://github.com/mbostock/d3">Source</a>
@@ -30,7 +30,7 @@ <h1>d3.js</h1>
3030
<div class="foot">Copyright &copy; 2012 <a href="http://bost.ocks.org/mike/">Mike Bostock</a></div>
3131
</div>
3232
</div>
33-
<a href="https://github.com/mbostock/d3/wiki"><img
33+
<a href="https://github.com/mbostock/d3"><img
3434
style="position:absolute;top:0;right:0;border:0;"
3535
width="149" height="149" src="../forkme.png" alt="Fork me on GitHub"
3636
/></a>

_layouts/tutorial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="body">
1616
<div class="content">
1717
<div class="topbar">
18-
<a href="../">Overview</a>
18+
<a href="http://d3js.org/">Overview</a>
1919
<a href="https://github.com/mbostock/d3/wiki/Gallery">Examples</a>
2020
<b><a href="https://github.com/mbostock/d3/wiki">Documentation</a></b>
2121
<a href="https://github.com/mbostock/d3">Source</a>

0 commit comments

Comments
 (0)