Skip to content

Commit 79d4442

Browse files
committed
developer.here.net => developer.here.com
1 parent 6d72b0f commit 79d4442

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

EXTENSIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The syntax is the following:
123123
$('.selector').jHERE('shape', 'polygon', {points: array, style: object});
124124
/*or*/ $('.selector').jHERE('polygon', {points: array, style: object});
125125

126-
`style` is always an object that defines the way the shape looks. Can be specified as in the JSLA API (pen, brush, see [here](http://developer.here.net/apiexplorer/index.html#examples/js/shapes/map-with-shapes/)) or in a simpler way as follows:
126+
`style` is always an object that defines the way the shape looks. Can be specified as in the JSLA API (pen, brush, see [here](http://developer.here.com/apiexplorer/index.html#examples/js/shapes/map-with-shapes/)) or in a simpler way as follows:
127127

128128
{
129129
stroke: "#CC0000FF", //RGBA

src/extensions/shapes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8282
//`$('.selector').jHERE('shape', 'polygon', {points: array, style: object});`
8383
//
8484
//`style` is always an object that defines the way the shape looks. Can be specified as
85-
//in the JSLA API (pen, brush, see [here](http://developer.here.net/apiexplorer/index.html#examples/js/shapes/map-with-shapes/))
85+
//in the JSLA API (pen, brush, see [here](http://developer.here.com/apiexplorer/index.html#examples/js/shapes/map-with-shapes/))
8686
//or in a simpler way as follows:
8787
//<pre><code>{
8888
// stroke: "#CC0000FF", //RGBA
@@ -113,7 +113,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
113113
$.error(shape + ' not supported');
114114
}
115115
};
116-
116+
117117
//###Clear all shapes from the map
118118
clearShapes = function() {
119119
if (shapeContainer && shapeContainer.objects) {

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2>Maps made easy.</h2>
6262
With jHERE, you can easily add <strong>interactive maps</strong> to your website. In only 5KB (2KB Gzipped), you get a powerful map API, highly customizable <strong>markers</strong>, event handling and <strong>info bubbles</strong>. Bonus features are <strong>KML</strong> support and data visualization via <strong>heatmaps</strong>.
6363
</p>
6464
<p>
65-
jHERE is built on top of the awesome and very solid <a href="http://developer.here.net">HERE Maps API</a>. For advanced users, the native
65+
jHERE is built on top of the awesome and very solid <a href="http://developer.here.com">HERE Maps API</a>. For advanced users, the native
6666
API is exposed by jHERE, thus offering unlimited possibilities of customization.
6767
</p>
6868
</section>

0 commit comments

Comments
 (0)