Skip to content

Commit 99b21d4

Browse files
committed
Fixed broken links
1 parent eaa70bf commit 99b21d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ <h1 id="github-chart-api"><a href="https://github.com/2016rshah/githubchart-api"
1010

1111
<p>Just put this into your HTML:</p>
1212

13-
<pre><code>&lt;img src=&quot;http://ghchart.rshah.io/2016rshah&quot; alt=&quot;2016rshah&#39;s Github chart&quot; /&gt;</code></pre>
13+
<pre><code>&lt;img src=&quot;http://ghchart.rshah.org/2016rshah&quot; alt=&quot;2016rshah&#39;s Github chart&quot; /&gt;</code></pre>
1414

1515
<p>and it'll become: </p>
1616
<div class="figure">
17-
<img src="http://ghchart.rshah.io/2016rshah" alt="2016rshah&#39;s Github chart" />
17+
<img src="http://ghchart.rshah.org/2016rshah" alt="2016rshah&#39;s Github chart" />
1818
<p class="caption">2016rshah's Github chart</p>
1919
</div>
2020

2121
<h3>See also</h3>
2222
<p>The <a href="https://github.com/2016rshah/githubchart-api">github repo</a></p>
23-
<p>The <a href="http://ghchart.rshah.io">actual site</a></p>
23+
<p>The <a href="http://ghchart.rshah.org">actual site</a></p>
2424
<p>This <a href="https://github.com/akerl/githubchart">ruby gem</a></p>
2525
</body>
2626
</html>

0 commit comments

Comments
 (0)