Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 12984e8

Browse files
committed
Merge pull request #181 from jessertaylor/master
chore(website): Updated links
2 parents e0a4e69 + fbb8de8 commit 12984e8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

website/javascript.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
<script src="http://cdn.leafletjs.com/leaflet-0.7.1/leaflet.js"></script>
3-
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.6/angular.min.js"></script>
4-
<script src="/js/angular-leaflet-directive.min.js"></script>
2+
<script src="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.js"></script>
3+
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.8/angular.min.js"></script>
4+
<script src="/js/ui-leaflet.min.js"></script>

website/partials/extend.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3>Building, testing and developing</h3>
1313
<p><strong>Coding style:</strong>
1414
<ul>
1515
<li>We use
16-
<a href="https://raw.github.com/tombatossals/angular-leaflet-directive/master/.editorconfig">this .editorconfig file</a>
16+
<a href="https://raw.githubusercontent.com/angular-ui/ui-leaflet/master/.editorconfig">this .editorconfig file</a>
1717
to define our coding style between IDE's. You can find more info about this on
1818
<a href="http://editorconfig.org/">http://editorconfig.org</a>.
1919
</li>
@@ -24,9 +24,9 @@ <h3>Building, testing and developing</h3>
2424
</p>
2525
<p><strong>Grunt:</strong> We use <a href="http://gruntjs.com/">Grunt</a>
2626
as a tool to automate building, linting, testing and minifying the code. You can see the development utilities used on the
27-
<a href="https://github.com/tombatossals/angular-leaflet-directive/blob/master/package.json">package.json</a>
27+
<a href="https://github.com/angular-ui/ui-leaflet/blob/master/package.json">package.json</a>
2828
file, and the grunt tasks on the
29-
<a href="https://raw.github.com/tombatossals/angular-leaflet-directive/master/Gruntfile.js">Gruntfile.js file</a>.
29+
<a href="https://raw.github.com/angular-ui/ui-leaflet/master/Gruntfile.js">Gruntfile.js file</a>.
3030
Before we can use Grunt, we must install the required packages via npm, let's see an example of how to install the project dependencies.
3131
First, make sure you have npm and grunt-cli installed globally. See how to install the Grunt tools below.
3232
</p>

0 commit comments

Comments
 (0)