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

Commit f31079b

Browse files
committed
chore(website): Updated links
1 parent d1fc37d commit f31079b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)