Skip to content

Commit

Permalink
docs: update project repository url in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKucal authored and PatrickJS committed Jul 24, 2017
1 parent 1a3c421 commit 4a92df9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
@@ -1,6 +1,6 @@
## Read and contribute to the Wiki

Make sure you read the [Wiki](https://github.com/AngularClass/angular2-webpack-starter/wiki).
Make sure you read the [Wiki](https://github.com/AngularClass/angular-starter/wiki).

## Submitting Pull Requests

Expand Down
2 changes: 1 addition & 1 deletion config/webpack.test.js
Expand Up @@ -60,7 +60,7 @@ module.exports = function (options) {
* See: http://webpack.github.io/docs/configuration.html#module
*
* 'use:' revered back to 'loader:' as a temp. workaround for #1188
* See: https://github.com/AngularClass/angular2-webpack-starter/issues/1188#issuecomment-262872034
* See: https://github.com/AngularClass/angular-starter/issues/1188#issuecomment-262872034
*/
module: {

Expand Down
2 changes: 1 addition & 1 deletion src/polyfills.browser.ts
Expand Up @@ -29,7 +29,7 @@ import 'core-js/es6/weak-set';
import 'core-js/es6/typed';
import 'core-js/es6/reflect';
/**
* See issue https://github.com/AngularClass/angular2-webpack-starter/issues/709
* See issue https://github.com/AngularClass/angular-starter/issues/709
*/
/* import 'core-js/es6/promise'; */

Expand Down

0 comments on commit 4a92df9

Please sign in to comment.