From 4a92df986ee4cbb3cc9ef536409fd3913f507f5d Mon Sep 17 00:00:00 2001 From: Daniel Kucal Date: Sun, 23 Jul 2017 18:42:26 +0200 Subject: [PATCH] docs: update project repository url in comments --- .github/CONTRIBUTING.md | 2 +- config/webpack.test.js | 2 +- src/polyfills.browser.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 76f9f20719..74b102c5fe 100644 --- a/.github/CONTRIBUTING.md +++ b/.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 diff --git a/config/webpack.test.js b/config/webpack.test.js index 4352504315..6fb57b4acf 100644 --- a/config/webpack.test.js +++ b/config/webpack.test.js @@ -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: { diff --git a/src/polyfills.browser.ts b/src/polyfills.browser.ts index 26bc2fb778..3e46fc4f99 100644 --- a/src/polyfills.browser.ts +++ b/src/polyfills.browser.ts @@ -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'; */