Skip to content

Commit 2bf9d3f

Browse files
committed
full url
1 parent 7ec1c60 commit 2bf9d3f

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
@@ -57,7 +57,7 @@ The [jsFiddle (ojkvwwd9)](https://jsfiddle.net/breinify/ojkvwwd9/) shows how to
5757
The endpoint is capable to retrieve some information about the client, based on client specific information (e.g., the IP-address). The first example uses this information to retrieve some information, like the weather, events, or the timezone.
5858

5959
<p align="center">
60-
<img src="documentation/img/sample-text.png" alt="Client Information" width="500"><br/>
60+
<img src="https://raw.githubusercontent.com/Breinify/brein-api-library-javascript-browser/master/documentation/img/sample-text.png" alt="Client Information" width="500"><br/>
6161
<sup>This is a screenshot of the jsFiddle (3wz4u5d1) created on the 29/03/2017 at 8:54 p.m.</sup>
6262
</p>
6363

@@ -89,7 +89,7 @@ The endpoint will return the specific information to the defined location (i.e.,
8989
latitude/longitude pair). A more advanced example can be found at the [jsFiddle (egyhn5fz)](https://jsfiddle.net/breinify/egyhn5fz/).
9090

9191
<p align="center">
92-
<img src="documentation/img/sample-geocoding.png" alt="Geocoding" width="500"><br/>
92+
<img src="https://raw.githubusercontent.com/Breinify/brein-api-library-javascript-browser/master/documentation/img/sample-geocoding.png" alt="Geocoding" width="500"><br/>
9393
<sup>Screenshot of the sFiddle (egyhn5fz) resolving the texts: `NYC`, `San Francisco`, `Dallas`, `Miami`, `Bemidji`</sup>
9494
</p>
9595

@@ -128,7 +128,7 @@ Breinify.temporalData({ additional: { location: loc }}, false, function(data) {
128128
Have a look at [jsFiddle (qq4ryw6y)](https://jsfiddle.net/breinify/qq4ryw6y/) for a complete example.
129129

130130
<p align="center">
131-
<img src="documentation/img/sample-geojson.png" alt="Reverse Geocoding" width="500"><br/>
131+
<img src="https://raw.githubusercontent.com/Breinify/brein-api-library-javascript-browser/master/documentation/img/sample-geojson.png" alt="Reverse Geocoding" width="500"><br/>
132132
<sup>This is a screenshot of the jsFiddle (qq4ryw6y), utilizing leafLet to visualize the resolved geoJsons</sup>
133133
</p>
134134

0 commit comments

Comments
 (0)