diff --git a/README.md b/README.md index b57e54c..5bae63b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # untiler -[![Build Status](https://magnum.travis-ci.com/mapbox/untiler.svg?token=Dkq56qQtBntqTfE3yeVy&branch=master)](https://magnum.travis-ci.com/mapbox/untiler) [![Coverage Status](https://coveralls.io/repos/mapbox/untiler/badge.svg?branch=master&service=github&t=nhModO)](https://coveralls.io/github/mapbox/untiler?branch=master) +[![Build Status](https://travis-ci.org/mapbox/untiler.svg?branch=master)](https://travis-ci.org/mapbox/untiler) [![Coverage Status](https://coveralls.io/repos/mapbox/untiler/badge.svg?branch=master&service=github&t=nhModO)](https://coveralls.io/github/mapbox/untiler?branch=master) Utility to take a directory of `{z}/{x}/{y}.(jpg|png)` tiles, and stitch into a scenetiff (`tif` w/ exact merc tile bounds). Future versions will support fast indexed reading directly from `tar` archives. @@ -47,4 +47,4 @@ Options: Outputs a line-delimited stream of tile `[x, y, z]`s; useful to pipe into `mercantile shapes` to visualize geometry: ``` untiler inspectdir -z 19 | mercantile shapes | fio collect | geojsonio -``` \ No newline at end of file +``` diff --git a/README.rst b/README.rst index 7412423..bb28cad 100644 --- a/README.rst +++ b/README.rst @@ -65,7 +65,7 @@ into ``mercantile shapes`` to visualize geometry: untiler inspectdir -z 19 | mercantile shapes | fio collect | geojsonio -.. |Build Status| image:: https://magnum.travis-ci.com/mapbox/untiler.svg?token=Dkq56qQtBntqTfE3yeVy&branch=master - :target: https://magnum.travis-ci.com/mapbox/untiler +.. |Build Status| image:: https://travis-ci.org/mapbox/untiler.svg?branch=master + :target: https://travis-ci.org/mapbox/untiler .. |Coverage Status| image:: https://coveralls.io/repos/mapbox/untiler/badge.svg?branch=master&service=github&t=nhModO :target: https://coveralls.io/github/mapbox/untiler?branch=master