Skip to content

Commit

Permalink
correct link targets
Browse files Browse the repository at this point in the history
  • Loading branch information
onury committed Jun 28, 2016
1 parent 0344d41 commit 9644999
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ <h2>Geolocator v2 Examples</h2>
Below is just a demonstration of some Geolocator features.
This does not fully cover all Geolocator methods and options.
For all capabilities and more, please read the
<b><a href="https://onury.github.io/geolocator?api=geolocator">API documentation</a></b>.
<b><a target="_top" href="https://onury.github.io/geolocator?api=geolocator">API documentation</a></b>.

<div id="alert-https" class="hidden alert alert-warning alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<strong>Warning!</strong> HTML5 Geolocation API <a href="https://developers.google.com/web/updates/2016/04/geolocation-on-secure-contexts-only?hl=en" target="_blank">requires a secure origin</a> in some browsers.
For methods like <code>geolocator.locate()</code> to work properly <a href="https://onury.github.io/geolocator/?content=examples" target="_top">click here to reload</a> the page with <b>HTTPS</b> protocol.
<strong>Warning!</strong> HTML5 Geolocation API <a target="_blank" href="https://developers.google.com/web/updates/2016/04/geolocation-on-secure-contexts-only?hl=en">requires a secure origin</a> in some browsers.
For methods like <code>geolocator.locate()</code> to work properly <a target="_top" href="https://onury.github.io/geolocator/?content=examples">click here to reload</a> the page with <b>HTTPS</b> protocol.
</div>

<h3>Geolocator Configuration</h3>
Expand Down Expand Up @@ -431,8 +431,8 @@ <h3>Public IP Address</h3>
<div id="footer-inner">
<table>
<tr>
<td>Geolocator v2 - Copyright © 2016, <a href="https://github.com/onury">Onur Yıldırım</a>.&nbsp;&nbsp; MIT License.</td>
<td><a class="github-button" href="https://github.com/onury/geolocator" data-icon="octicon-star" data-style="mega" data-count-href="/onury/geolocator/stargazers" data-count-api="/repos/onury/geolocator#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star onury/geolocator on GitHub">Star</a></td>
<td>Geolocator v2 - Copyright © 2016, <a target="_blank" href="https://github.com/onury">Onur Yıldırım</a>.&nbsp;&nbsp; MIT License.</td>
<td><a class="github-button" target="_blank" href="https://github.com/onury/geolocator" data-icon="octicon-star" data-style="mega" data-count-href="/onury/geolocator/stargazers" data-count-api="/repos/onury/geolocator#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star onury/geolocator on GitHub">Star</a></td>
</tr>
</table>
</div>
Expand Down

0 comments on commit 9644999

Please sign in to comment.