Skip to content

Commit 62123a1

Browse files
committed
Update url to documentation website
1 parent e3d74b4 commit 62123a1

37 files changed

+43
-43
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
[![Build Status](https://travis-ci.org/neveldo/jQuery-Mapael.svg?branch=master)](https://travis-ci.org/neveldo/jQuery-Mapael)
44
[![CDNJS](https://img.shields.io/cdnjs/v/jquery-mapael.svg)](https://cdnjs.com/libraries/jquery-mapael)
55

6-
The complete documentation is available on [Mapael website](http://www.vincentbroute.fr/mapael) (repository: ['neveldo/mapael-documentation'](https://github.com/neveldo/mapael-documentation)).
6+
The complete documentation is available on [Mapael website](https://www.vincentbroute.fr/mapael) (repository: ['neveldo/mapael-documentation'](https://github.com/neveldo/mapael-documentation)).
77

88
Additional maps are stored in the repository ['neveldo/mapael-maps'](https://github.com/neveldo/mapael-maps).
99

10-
The documentation of Raphael.js is available [here](http://dmitrybaranovskiy.github.io/raphael/reference.html) ([mirror](http://www.vincentbroute.fr/mapael/raphael-js-documentation/)).
10+
The documentation of Raphael.js is available [here](http://dmitrybaranovskiy.github.io/raphael/reference.html) ([mirror](https://www.vincentbroute.fr/mapael/raphael-js-documentation/)).
1111

1212
## Overview
1313

@@ -17,7 +17,7 @@ For example, with Mapael, you can display a map of the world with clickable coun
1717

1818
Mapael supports all modern browsers and Internet Explorer 9+. For older versions of IE, you can load jQuery 1.11.x and Raphael.js 2.1.2 as dependencies, most of the jQuery Mapael features should work fine.
1919

20-
![Dataviz example](http://www.vincentbroute.fr/mapael/assets/img/world-example.png)
20+
![Dataviz example](https://www.vincentbroute.fr/mapael/assets/img/world-example.png)
2121
[See this example !](https://rawgit.com/neveldo/jQuery-Mapael/master/examples/advanced/dataviz_example.html)
2222

2323
## Key features
@@ -92,7 +92,7 @@ Here is the simplest example that shows how to display an empty map of the world
9292

9393
## License
9494

95-
Copyright (C) 2013-2017 [Vincent Brouté](http://www.vincentbroute.fr)
95+
Copyright (C) 2013-2017 [Vincent Brouté](https://www.vincentbroute.fr)
9696

9797
jQuery Mapael is licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php).
9898

examples/advanced/add_cities_on_map_by_double_click.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h1>Allow the user to add some cities by double-clicking on the map</h1>
139139
</div>
140140
</div>
141141

142-
<p><b>All example for jQuery Mapael are available <a href="http://www.vincentbroute.fr/mapael/">here</a>.</b></p>
142+
<p><b>All example for jQuery Mapael are available <a href="https://www.vincentbroute.fr/mapael/">here</a>.</b></p>
143143
</div>
144144
</body>
145145
</html>

examples/advanced/afterInit_extend_raphael_paper.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h1>Use 'afterInit' option to extend the Raphael paper</h1>
8282
<span>Alternative content for the map</span>
8383
</div>
8484
</div>
85-
<p><b>All example for jQuery Mapael are available <a href="http://www.vincentbroute.fr/mapael/">here</a>.</b></p>
85+
<p><b>All example for jQuery Mapael are available <a href="https://www.vincentbroute.fr/mapael/">here</a>.</b></p>
8686

8787
</div>
8888

examples/advanced/dataviz_example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15584,7 +15584,7 @@ <h2>Select a year</h2>
1558415584
<div class="map"></div>
1558515585
<div style="clear: both;"></div>
1558615586
</div>
15587-
<p style="text-align:center;">This dataviz is built on <a href="http://www.vincentbroute.fr/mapael/">Mapael</a> and
15587+
<p style="text-align:center;">This dataviz is built on <a href="https://www.vincentbroute.fr/mapael/">Mapael</a> and
1558815588
<a href="http://anthonyterrien.com/knob/">Knob</a>. This is an example with fake data. </p>
1558915589
</div>
1559015590

examples/advanced/eventHandlers_display_information_about_plotted_cities.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h1>Use the 'eventHandlers' option to display information about plotted cities i
152152
</div>
153153
</div>
154154

155-
<p><b>All example for jQuery Mapael are available <a href="http://www.vincentbroute.fr/mapael/">here</a>.</b></p>
155+
<p><b>All example for jQuery Mapael are available <a href="https://www.vincentbroute.fr/mapael/">here</a>.</b></p>
156156

157157
</div>
158158

examples/advanced/eventHandlers_option_and_update_event_refresh_onclick.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h1>Use the 'eventHandlers' option and the 'update' event for refreshing areas w
195195
</div>
196196
</div>
197197

198-
<p><b>All example for jQuery Mapael are available <a href="http://www.vincentbroute.fr/mapael/">here</a>.</b></p>
198+
<p><b>All example for jQuery Mapael are available <a href="https://www.vincentbroute.fr/mapael/">here</a>.</b></p>
199199

200200
</div>
201201

examples/advanced/import_from_json.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h2>French railway station for passengers</h2>
143143
</div>
144144
</div>
145145

146-
<p><b>All example for jQuery Mapael are available <a href="http://www.vincentbroute.fr/mapael/">here</a>.</b></p>
146+
<p><b>All example for jQuery Mapael are available <a href="https://www.vincentbroute.fr/mapael/">here</a>.</b></p>
147147

148148
</div>
149149
</body>

examples/advanced/initial_zoom_level_on_a_specific_position.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h1>Use 'zoom.init' option in order to set an initial zoom level on a specific p
136136
</div>
137137
</div>
138138

139-
<p><b>All example for jQuery Mapael are available <a href="http://www.vincentbroute.fr/mapael/">here</a>.</b></p>
139+
<p><b>All example for jQuery Mapael are available <a href="https://www.vincentbroute.fr/mapael/">here</a>.</b></p>
140140

141141
</div>
142142

examples/advanced/legend_show_hide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ <h1>Map with a legend for plotted cities and areas</h1>
15851585
</div>
15861586
</div>
15871587

1588-
<p><b>All example for jQuery Mapael are available <a href="http://www.vincentbroute.fr/mapael/">here</a>.</b></p>
1588+
<p><b>All example for jQuery Mapael are available <a href="https://www.vincentbroute.fr/mapael/">here</a>.</b></p>
15891589

15901590
</div>
15911591

examples/advanced/links_between_plotted_cities.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ <h1>Map with links between the plotted cities</h1>
252252
</div>
253253
</div>
254254

255-
<p><b>All example for jQuery Mapael are available <a href="http://www.vincentbroute.fr/mapael/">here</a>.</b></p>
255+
<p><b>All example for jQuery Mapael are available <a href="https://www.vincentbroute.fr/mapael/">here</a>.</b></p>
256256

257257
</div>
258258

0 commit comments

Comments
 (0)