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

+4-4
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

examples/advanced/map_focused_on_a_specific_area.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ <h1>Map with new Auvergne-Rhône-Alpes region highlighted</h1>
11131113
</div>
11141114
</div>
11151115

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

11181118
</div>
11191119

examples/advanced/multiple_instances.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ <h2>Map with multiple plotted cities legends that handle different criteria</h2>
511511

512512
</div>
513513

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

516516
</div>
517517

examples/advanced/multiple_legends_plotted_cities.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ <h1>Map with multiple plotted cities legends that handle different criteria</h1>
258258

259259
</div>
260260

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

263263
</div>
264264

examples/advanced/range_selection_areas.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ <h1>Map with a range selection for areas</h1>
672672
</div>
673673
</div>
674674

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

677677
</div>
678678

examples/advanced/range_selection_plotted_cities.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9198,7 +9198,7 @@ <h1>Map with a range selection for plotted cities</h1>
91989198
</div>
91999199
</div>
92009200

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

92039203
</div>
92049204

examples/advanced/transformations_on_svg_plots.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h1>Map with some transformations performed on SVG plotted points</h1>
228228

229229
</div>
230230

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

233233
</div>
234234

examples/advanced/update_event_for_refreshing_elements.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h1>Trigger an 'update' event for refreshing elements</h1>
233233
</div>
234234
</div>
235235

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

238238
</div>
239239

examples/advanced/updates_on_links_performed.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h1>Map with some updates on links performed</h1>
196196
</div>
197197
</div>
198198

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

201201
</div>
202202

examples/advanced/zoom_event_on_specific_area.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h1>Use 'zoom' event in order to zoom on specific areas of the map</h1>
156156
</div>
157157
</div>
158158

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

161161
</div>
162162

examples/advanced/zoom_on_click.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@ <h1>Zoom on click</h1>
19951995
</div>
19961996
</div>
19971997

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

20002000
</div>
20012001

examples/basic/horizontal_legend.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ <h1>Map with an horizontal legend for plotted cities and areas</h1>
15691569
</div>
15701570
</div>
15711571

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

15741574
</div>
15751575

examples/basic/href_areas_plotted_cities.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h1>Map with href on areas and plotted cities</h1>
224224
</div>
225225
</div>
226226

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

229229
</div>
230230

examples/basic/legendSpecificAttrs_option.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ <h1>Use legendSpecificAttrs option to apply specific attributes to the legend el
15901590
</div>
15911591
</div>
15921592

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

15951595
</div>
15961596

examples/basic/legend_SVG_paths.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h1>Map with SVG paths defined through the legend to plot some cities</h1>
215215

216216
</div>
217217

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

220220
</div>
221221

examples/basic/legend_areas.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ <h1>Map with a legend for areas</h1>
626626
</div>
627627
</div>
628628

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

631631
</div>
632632

examples/basic/legend_areas_one_item_activated_at_a_time.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ <h1>Map with a legend for areas (only one item from the legend activated at a ti
630630
</div>
631631
</div>
632632

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

635635
</div>
636636

examples/basic/legend_images.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h1>Map with a legend for images</h1>
172172

173173
</div>
174174

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

177177
</div>
178178

examples/basic/legend_plotted_cities.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9148,7 +9148,7 @@ <h1>Map with a legend for plotted cities</h1>
91489148
</div>
91499149
</div>
91509150

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

91539153
</div>
91549154

examples/basic/legend_plotted_cities_areas.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ <h1>Map with a legend for plotted cities and areas</h1>
15531553
</div>
15541554
</div>
15551555

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

15581558
</div>
15591559

examples/basic/legend_slices_fixed_values.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1>Map with a legend where slices are specified with a fixed value instead of m
161161
</div>
162162
</div>
163163

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

166166
</div>
167167

examples/basic/minimal_example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1>Minimal example</h1>
5454
</div>
5555
</div>
5656

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

5959
</div>
6060

examples/basic/multiple_projections.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h2>Miller projection</h2>
212212
</div>
213213
</div>
214214

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

217217
</div>
218218

examples/basic/plotted_cities_areas.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h1>Map with some custom plotted cities and areas</h1>
220220
</div>
221221
</div>
222222

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

225225
</div>
226226

examples/basic/zoom_features.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h1>Map with zoom-in, zoom-out buttons and zoom on mousewheel</h1>
255255
</div>
256256
</div>
257257

258-
<p><b>All example for jQuery Mapael are available <a href="http://www.vincentbroute.fr/mapael/">here</a>.</b></p>
258+
<p><b>All example for jQuery Mapael are available <a href="https://www.vincentbroute.fr/mapael/">here</a>.</b></p>
259259
</div>
260260
</body>
261261
</html>

js/jquery.mapael.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Version: 2.0.0
77
*
8-
* Copyright (c) 2017 Vincent Brouté (http://www.vincentbroute.fr/mapael)
8+
* Copyright (c) 2017 Vincent Brouté (https://www.vincentbroute.fr/mapael)
99
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php).
1010
*
1111
* Thanks to Indigo744
@@ -248,7 +248,7 @@
248248
// Hook that allows to add custom processing on the map
249249
if (self.options.map.afterInit) self.options.map.afterInit(self.$container, self.paper, self.areas, self.plots, self.options);
250250

251-
$(self.paper.desc).append(" and Mapael " + self.version + " (http://www.vincentbroute.fr/mapael/)");
251+
$(self.paper.desc).append(" and Mapael " + self.version + " (https://www.vincentbroute.fr/mapael/)");
252252
},
253253

254254
/*

js/jquery.mapael.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "jquery-mapael",
33
"version": "2.0.0",
44
"description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.",
5-
"homepage": "http://www.vincentbroute.fr/mapael/",
5+
"homepage": "https://www.vincentbroute.fr/mapael/",
66
"main": "./js/jquery.mapael.js",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/neveldo/jQuery-Mapael.git"
1010
},
11-
"author": "Vincent Brouté <[email protected]> (http://www.vincentbroute.fr/)",
11+
"author": "Vincent Brouté <[email protected]> (https://www.vincentbroute.fr/)",
1212
"license": "MIT",
1313
"bugs": {
1414
"url": "https://github.com/neveldo/jQuery-Mapael/issues"

0 commit comments

Comments
 (0)