Skip to content

Commit 3038ff6

Browse files
committed
Fix download links
(closes mapbox#121, closes mapbox#136)
1 parent 79bc6a3 commit 3038ff6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var convertedWithStyles = tj.kml(kml, { styles: true });
6767

6868
Download it into your project like
6969

70-
wget https://raw.github.com/tmcw/togeojson/gh-pages/togeojson.js
70+
wget https://raw.githubusercontent.com/mapbox/togeojson/master/togeojson.js
7171

7272
```html
7373
<script src='jquery.js'></script>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1 class='center'>
3838
<textarea id='output'></textarea></div>
3939
</div>
4040
<div class='pad2 center'>
41-
<a class='button' href='https://raw.github.com/tmcw/togeojson/gh-pages/togeojson.js' download='togeojson.js'>⬇ togeojson.js <small>less than 10 kB minified</small></a>
41+
<a class='button' href='https://raw.githubusercontent.com/mapbox/togeojson/master/togeojson.js' download='togeojson.js'>⬇ togeojson.js <small>less than 10 kB minified</small></a>
4242
<br /><br />
4343
<small>
4444
<a href='https://github.com/tmcw/togeojson'>or clone &amp; contribute on github</a>

0 commit comments

Comments
 (0)