Skip to content

Commit b690f70

Browse files
committed
Updated some urls to use organization name
Fixed travis button
1 parent f0591ca commit b690f70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# grunt-ts
22

3-
[![Build Status](https://secure.travis-ci.org/grunt-ts/grunt-ts.png?branch=master)](http://travis-ci.org/basarat/grunt-ts) [![NPM version](https://badge.fury.io/js/grunt-ts.png)](http://badge.fury.io/js/grunt-ts)
3+
[![Build Status](https://secure.travis-ci.org/grunt-ts/grunt-ts.png?branch=master)](http://travis-ci.org/grunt-ts/grunt-ts) [![NPM version](https://badge.fury.io/js/grunt-ts.png)](http://badge.fury.io/js/grunt-ts)
44

55
Written from scratch TypeScript compiler task for GruntJS. It differs from grunt-typescript which is another excellent [grunt plugin for TypeScript](https://npmjs.org/package/grunt-typescript).
66

77
Following are the reasons why grunt-ts was created:
88

99
- Written in [TypeScript](https://github.com/grunt-ts/grunt-ts/blob/master/tasks/ts.ts)
1010
- Enables a TypeScript development workflow in addition to simple file compilation.
11-
- Super simple to update to the [latest version of the TypeScript](https://github.com/basarat/grunt-ts/commit/ffede564f2b20bc4dc207cb1a30dc57db7c44fe5)
11+
- Super simple to update to the [latest version of the TypeScript](https://github.com/grunt-ts/grunt-ts/commit/ffede564f2b20bc4dc207cb1a30dc57db7c44fe5)
1212

1313
Check how grunt-ts can help streamline front end development: [Sample usage with AngularJS](http://www.youtube.com/watch?v=0-6vT7xgE4Y&hd=1)
1414

1515
Additional / longer / more basic video tutorial: http://youtu.be/Km0DpfX5ZxM
1616

17-
For a quickstart see the full featured [Gruntfile](https://github.com/basarat/grunt-ts/blob/master/sample/Gruntfile.js).
17+
For a quickstart see the full featured [Gruntfile](https://github.com/grunt-ts/grunt-ts/blob/master/sample/Gruntfile.js).
1818

1919
## Following are some key features:
2020

@@ -216,7 +216,7 @@ grunt.initConfig({
216216
build: {
217217
// The source TypeScript files, http://gruntjs.com/configuring-tasks#files
218218
src: ["test/work/**/*.ts"],
219-
// The source html files, https://github.com/basarat/grunt-ts#html-2-typescript-support
219+
// The source html files, https://github.com/grunt-ts/grunt-ts#html-2-typescript-support
220220
html: ["test/work/**/*.tpl.html"],
221221
// If specified, generate this file that to can use for reference management
222222
reference: "./test/reference.ts",
@@ -259,7 +259,7 @@ It is recommended to add a default target to run in case no arguments to grunt a
259259
grunt.registerTask("default", ["ts:build"]);
260260
```
261261

262-
For an example of an up-to-date configuration look at the [sample gruntfile](https://github.com/basarat/grunt-ts/blob/master/sample/Gruntfile.js)
262+
For an example of an up-to-date configuration look at the [sample gruntfile](https://github.com/grunt-ts/grunt-ts/blob/master/sample/Gruntfile.js)
263263

264264
### Different configurations per target
265265

0 commit comments

Comments
 (0)