Skip to content

Commit 9c1a469

Browse files
authored
Remove superfluous > chars, fixes #84
1 parent 52b8192 commit 9c1a469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Overpass API python wrapper
22
===========================
33

44
This is a thin wrapper around the OpenStreetMap [Overpass
5-
API](http://wiki.openstreetmap.org/wiki/Overpass_API>).
5+
API](http://wiki.openstreetmap.org/wiki/Overpass_API).
66

77
[![Build Status](https://travis-ci.org/mvexel/overpass-api-python-wrapper.svg?branch=master)](https://travis-ci.org/mvexel/overpass-api-python-wrapper)
88

@@ -26,7 +26,7 @@ The wrapper will, well, wrap those.
2626

2727
You will get your result as a dictionary, which represents the
2828
JSON output you would get [from the Overpass API
29-
directly](https://overpass-api.de/output_formats.html#json>). So you
29+
directly](https://overpass-api.de/output_formats.html#json). So you
3030
could do this for example:
3131

3232
```python
@@ -107,7 +107,7 @@ Using `nose`.
107107
### I need help or have an idea for a feature
108108

109109
Create a [new
110-
issue](https://github.com/mvexel/overpass-api-python-wrapper/issues>).
110+
issue](https://github.com/mvexel/overpass-api-python-wrapper/issues).
111111

112112
### Where did the CLI tool go?
113113

0 commit comments

Comments
 (0)