Skip to content

Commit 6473815

Browse files
committed
chore: org rename driftyco -> ionic-team
1 parent 256f532 commit 6473815

22 files changed

Lines changed: 149 additions & 149 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ http://ionicworldwide.herokuapp.com/
55

66
**Note: for build related issues you can open up an issue on the ionic-app-scripts repo**
77

8-
https://github.com/driftyco/ionic-app-scripts
8+
https://github.com/ionic-team/ionic-app-scripts
99

1010
Please ensure that you are on the latest version of the CLI.
1111
`npm view ionic@latest version`

CHANGELOG.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@ in `@ionic/cli-plugin-cordova`, etc.
77

88
**Global**:
99

10-
* [`ionic`](https://github.com/driftyco/ionic-cli/blob/master/packages/ionic)
11-
([CHANGELOG.md](https://github.com/driftyco/ionic-cli/blob/master/packages/ionic/CHANGELOG.md)):
10+
* [`ionic`](https://github.com/ionic-team/ionic-cli/blob/master/packages/ionic)
11+
([CHANGELOG.md](https://github.com/ionic-team/ionic-cli/blob/master/packages/ionic/CHANGELOG.md)):
1212
The CLI executable.
13-
* [`@ionic/cli-utils`](https://github.com/driftyco/ionic-cli/blob/master/packages/cli-utils)
14-
([CHANGELOG.md](https://github.com/driftyco/ionic-cli/blob/master/packages/cli-utils/CHANGELOG.md)):
13+
* [`@ionic/cli-utils`](https://github.com/ionic-team/ionic-cli/blob/master/packages/cli-utils)
14+
([CHANGELOG.md](https://github.com/ionic-team/ionic-cli/blob/master/packages/cli-utils/CHANGELOG.md)):
1515
The CLI utilities library.
16-
* [`@ionic/cli-plugin-proxy`](https://github.com/driftyco/ionic-cli/blob/master/packages/cli-plugin-proxy)
17-
([CHANGELOG.md](https://github.com/driftyco/ionic-cli/blob/master/packages/cli-plugin-proxy/CHANGELOG.md)):
16+
* [`@ionic/cli-plugin-proxy`](https://github.com/ionic-team/ionic-cli/blob/master/packages/cli-plugin-proxy)
17+
([CHANGELOG.md](https://github.com/ionic-team/ionic-cli/blob/master/packages/cli-plugin-proxy/CHANGELOG.md)):
1818
The plugin for proxying CLI requests through a firewall.
1919

2020
**Local** (per project):
2121

22-
* [`@ionic/cli-plugin-cordova`](https://github.com/driftyco/ionic-cli/blob/master/packages/cli-plugin-cordova)
23-
([CHANGELOG.md](https://github.com/driftyco/ionic-cli/blob/master/packages/cli-plugin-cordova/CHANGELOG.md)):
22+
* [`@ionic/cli-plugin-cordova`](https://github.com/ionic-team/ionic-cli/blob/master/packages/cli-plugin-cordova)
23+
([CHANGELOG.md](https://github.com/ionic-team/ionic-cli/blob/master/packages/cli-plugin-cordova/CHANGELOG.md)):
2424
The plugin for Cordova integration. Essential for an Ionic/Cordova app.
25-
* [`@ionic/cli-plugin-ionic-angular`](https://github.com/driftyco/ionic-cli/blob/master/packages/cli-plugin-ionic-angular)
26-
([CHANGELOG.md](https://github.com/driftyco/ionic-cli/blob/master/packages/cli-plugin-ionic-angular/CHANGELOG.md)):
25+
* [`@ionic/cli-plugin-ionic-angular`](https://github.com/ionic-team/ionic-cli/blob/master/packages/cli-plugin-ionic-angular)
26+
([CHANGELOG.md](https://github.com/ionic-team/ionic-cli/blob/master/packages/cli-plugin-ionic-angular/CHANGELOG.md)):
2727
The project plugin for Ionic Angular projects. Provides useful build tools
2828
and generators.
29-
* [`@ionic/cli-plugin-ionic1`](https://github.com/driftyco/ionic-cli/blob/master/packages/cli-plugin-ionic1)
30-
([CHANGELOG.md](https://github.com/driftyco/ionic-cli/blob/master/packages/cli-plugin-ionic1/CHANGELOG.md)):
29+
* [`@ionic/cli-plugin-ionic1`](https://github.com/ionic-team/ionic-cli/blob/master/packages/cli-plugin-ionic1)
30+
([CHANGELOG.md](https://github.com/ionic-team/ionic-cli/blob/master/packages/cli-plugin-ionic1/CHANGELOG.md)):
3131
The project plugin for Ionic 1 that has functionality ported from the legacy
3232
CLI.
3333

@@ -40,10 +40,10 @@ in `@ionic/cli-plugin-cordova`, etc.
4040
#### Required Changes
4141

4242
* If you're using Ionic Deploy, you'll need to update
43-
[`ionic-plugin-deploy`](https://github.com/driftyco/ionic-plugin-deploy) to
43+
[`ionic-plugin-deploy`](https://github.com/ionic-team/ionic-plugin-deploy) to
4444
the latest version. See
45-
[#2237](https://github.com/driftyco/ionic-cli/issues/2237) and
46-
[driftyco/ionic-plugin-deploy#122](https://github.com/driftyco/ionic-plugin-deploy/issues/122).
45+
[#2237](https://github.com/ionic-team/ionic-cli/issues/2237) and
46+
[ionic-team/ionic-plugin-deploy#122](https://github.com/ionic-team/ionic-plugin-deploy/issues/122).
4747

4848
#### Removed Commands
4949

@@ -61,7 +61,7 @@ in `@ionic/cli-plugin-cordova`, etc.
6161
[Dashboard](https://apps.ionic.io/).
6262
* `config`: Please manually edit the `ionic.config.json` file.
6363
* `service`: Please migrate your app to use the [Ionic Cloud
64-
Client](https://github.com/driftyco/ionic-cloud).
64+
Client](https://github.com/ionic-team/ionic-cloud).
6565
* `state`: The plugins and platforms can [be managed entirely by
6666
Cordova](https://cordova.apache.org/docs/en/latest/platform_plugin_versioning_ref/).
6767
Please remove the `cordovaPlatforms` and `cordovaPlugins` keys from your
@@ -86,11 +86,11 @@ in `@ionic/cli-plugin-cordova`, etc.
8686
command usage.
8787
* `generate` command has been overhauled to interactively generate components,
8888
pages, directives, etc. It uses the power of
89-
[app-scripts](https://github.com/driftyco/ionic-app-scripts/) to hook up
89+
[app-scripts](https://github.com/ionic-team/ionic-app-scripts/) to hook up
9090
generated entities to your app. In the future, generators will continue to be
9191
expanded upon.
9292

9393
## Older Changes
9494

9595
Older changes (CLI 2 and before) can be viewed in the `2.x` branch's
96-
[CHANGELOG.md](https://github.com/driftyco/ionic-cli/blob/2.x/CHANGELOG.md).
96+
[CHANGELOG.md](https://github.com/ionic-team/ionic-cli/blob/2.x/CHANGELOG.md).

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Page](https://ionicframework.com/support) for general support questions. The
1313
issues on GitHub should be reserved for bug reports and feature requests.
1414

1515
:heart: **Want to contribute?**: Please see
16-
[CONTRIBUTING.md](https://github.com/driftyco/ionic-cli/blob/master/CONTRIBUTING.md).
16+
[CONTRIBUTING.md](https://github.com/ionic-team/ionic-cli/blob/master/CONTRIBUTING.md).
1717

1818
## Requirements
1919

@@ -51,7 +51,7 @@ see below.
5151

5252
Here is a brief summary of changes in CLI 3. For more details and reasoning,
5353
see
54-
[CHANGELOG.md](https://github.com/driftyco/ionic-cli/blob/master/CHANGELOG.md).
54+
[CHANGELOG.md](https://github.com/ionic-team/ionic-cli/blob/master/CHANGELOG.md).
5555

5656
* Removed commands: `setup`, `share`, `lib`, `io`, `security`, `push`,
5757
`config`, `service`, `add`, `remove`, `list`, `hooks`, `state`.
@@ -65,12 +65,12 @@ see
6565

6666
## Starter Templates
6767

68-
* [blank](https://github.com/driftyco/ionic2-starter-blank)
69-
* [tabs](https://github.com/driftyco/ionic2-starter-tabs)
70-
* [sidemenu](https://github.com/driftyco/ionic2-starter-sidemenu)
71-
* [conference](https://github.com/driftyco/ionic-conference-app)
72-
* [tutorial](https://github.com/driftyco/ionic2-starter-tutorial)
73-
* [super](https://github.com/driftyco/ionic-starter-super)
68+
* [blank](https://github.com/ionic-team/ionic2-starter-blank)
69+
* [tabs](https://github.com/ionic-team/ionic2-starter-tabs)
70+
* [sidemenu](https://github.com/ionic-team/ionic2-starter-sidemenu)
71+
* [conference](https://github.com/ionic-team/ionic-conference-app)
72+
* [tutorial](https://github.com/ionic-team/ionic2-starter-tutorial)
73+
* [super](https://github.com/ionic-team/ionic-starter-super)
7474

7575
```bash
7676
$ ionic start --list
@@ -237,7 +237,7 @@ The old version of the CLI can be installed with the `legacy` tag:
237237
npm install -g ionic@legacy
238238
```
239239

240-
[circle-badge]: https://circleci.com/gh/driftyco/ionic-cli.svg?style=shield
241-
[circle-badge-url]: https://circleci.com/gh/driftyco/ionic-cli
240+
[circle-badge]: https://circleci.com/gh/ionic-team/ionic-cli.svg?style=shield
241+
[circle-badge-url]: https://circleci.com/gh/ionic-team/ionic-cli
242242
[npm-badge]: https://img.shields.io/npm/v/ionic.svg
243243
[npm-badge-url]: https://www.npmjs.com/package/ionic

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packages/*"
77
],
88
"changelog": {
9-
"repo": "driftyco/ionic-cli",
9+
"repo": "ionic-team/ionic-cli",
1010
"labels": {
1111
"fix": "Bug fix",
1212
"feat": "New Feature"

packages/cli-plugin-cordova/CHANGELOG.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,71 +4,71 @@ All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

66
<a name="1.2.1"></a>
7-
## [1.2.1](https://github.com/driftyco/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-24)
7+
## [1.2.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-24)
88

99

1010
### Bug Fixes
1111

12-
* **cordova:** fix arg parser ([94db925](https://github.com/driftyco/ionic-cli/commit/94db925))
13-
* **cordova:** show cordova cli output for build/compile/prepare ([a960c5a](https://github.com/driftyco/ionic-cli/commit/a960c5a))
12+
* **cordova:** fix arg parser ([94db925](https://github.com/ionic-team/ionic-cli/commit/94db925))
13+
* **cordova:** show cordova cli output for build/compile/prepare ([a960c5a](https://github.com/ionic-team/ionic-cli/commit/a960c5a))
1414

1515

1616

1717

1818
<a name="1.2.0"></a>
19-
# [1.2.0](https://github.com/driftyco/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-23)
19+
# [1.2.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-23)
2020

2121

2222
### Bug Fixes
2323

24-
* **cordova:** allow --variable during plugin add ([892b5af](https://github.com/driftyco/ionic-cli/commit/892b5af))
25-
* **cordova:** do not hard-code plugins to install ([9a7eeb1](https://github.com/driftyco/ionic-cli/commit/9a7eeb1))
24+
* **cordova:** allow --variable during plugin add ([892b5af](https://github.com/ionic-team/ionic-cli/commit/892b5af))
25+
* **cordova:** do not hard-code plugins to install ([9a7eeb1](https://github.com/ionic-team/ionic-cli/commit/9a7eeb1))
2626

2727

2828
### Features
2929

30-
* **flags:** --no-interactive mode, with --confirm/--no-confirm ([1966a0c](https://github.com/driftyco/ionic-cli/commit/1966a0c))
31-
* **flags:** add --quiet flag ([6268f0c](https://github.com/driftyco/ionic-cli/commit/6268f0c))
32-
* **info:** show installed cordova platforms ([df0500d](https://github.com/driftyco/ionic-cli/commit/df0500d))
30+
* **flags:** --no-interactive mode, with --confirm/--no-confirm ([1966a0c](https://github.com/ionic-team/ionic-cli/commit/1966a0c))
31+
* **flags:** add --quiet flag ([6268f0c](https://github.com/ionic-team/ionic-cli/commit/6268f0c))
32+
* **info:** show installed cordova platforms ([df0500d](https://github.com/ionic-team/ionic-cli/commit/df0500d))
3333

3434

3535

3636

3737
<a name="1.1.2"></a>
38-
## [1.1.2](https://github.com/driftyco/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-17)
38+
## [1.1.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-17)
3939

4040

4141
### Bug Fixes
4242

43-
* **cordova:** restore resources.json in built package ([0cafe8b](https://github.com/driftyco/ionic-cli/commit/0cafe8b))
43+
* **cordova:** restore resources.json in built package ([0cafe8b](https://github.com/ionic-team/ionic-cli/commit/0cafe8b))
4444

4545

4646

4747

4848
<a name="1.1.1"></a>
49-
## [1.1.1](https://github.com/driftyco/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-16)
49+
## [1.1.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-16)
5050

5151

5252
### Bug Fixes
5353

54-
* **plugins:** messaging about globally installed plugins ([def3891](https://github.com/driftyco/ionic-cli/commit/def3891))
54+
* **plugins:** messaging about globally installed plugins ([def3891](https://github.com/ionic-team/ionic-cli/commit/def3891))
5555

5656

5757

5858

5959
<a name="1.1.0"></a>
60-
# [1.1.0](https://github.com/driftyco/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-16)
60+
# [1.1.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-16)
6161

6262

6363
### Bug Fixes
6464

65-
* **cordova:** give cordova options after -- separator (https://github.com/driftyco/ionic-cli/issues/2254) ([256503e](https://github.com/driftyco/ionic-cli/commit/256503e))
66-
* **cordova:** have prepare check config.xml for platforms, not dirs (fixes https://github.com/driftyco/ionic-cli/issues/2253) ([8fcb0a8](https://github.com/driftyco/ionic-cli/commit/8fcb0a8))
67-
* **cordova:** trim whitespace around response ([6faae1b](https://github.com/driftyco/ionic-cli/commit/6faae1b))
65+
* **cordova:** give cordova options after -- separator (https://github.com/ionic-team/ionic-cli/issues/2254) ([256503e](https://github.com/ionic-team/ionic-cli/commit/256503e))
66+
* **cordova:** have prepare check config.xml for platforms, not dirs (fixes https://github.com/ionic-team/ionic-cli/issues/2253) ([8fcb0a8](https://github.com/ionic-team/ionic-cli/commit/8fcb0a8))
67+
* **cordova:** trim whitespace around response ([6faae1b](https://github.com/ionic-team/ionic-cli/commit/6faae1b))
6868

6969

7070
### Features
7171

72-
* **cordova:** create www directory automatically if missing (fixes https://github.com/driftyco/ionic-cli/issues/2297) ([7836d55](https://github.com/driftyco/ionic-cli/commit/7836d55))
73-
* **cordova:** forward --aot, --minifyjs, and --minifycss to app-scripts ([4023352](https://github.com/driftyco/ionic-cli/commit/4023352))
74-
* **cordova:** forward --optimizejs to app-scripts ([a452cda](https://github.com/driftyco/ionic-cli/commit/a452cda))
72+
* **cordova:** create www directory automatically if missing (fixes https://github.com/ionic-team/ionic-cli/issues/2297) ([7836d55](https://github.com/ionic-team/ionic-cli/commit/7836d55))
73+
* **cordova:** forward --aot, --minifyjs, and --minifycss to app-scripts ([4023352](https://github.com/ionic-team/ionic-cli/commit/4023352))
74+
* **cordova:** forward --optimizejs to app-scripts ([a452cda](https://github.com/ionic-team/ionic-cli/commit/a452cda))

packages/cli-plugin-cordova/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
],
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/driftyco/ionic-cli.git"
39+
"url": "https://github.com/ionic-team/ionic-cli.git"
4040
},
4141
"bugs": {
42-
"url": "https://github.com/driftyco/ionic-cli/issues"
42+
"url": "https://github.com/ionic-team/ionic-cli/issues"
4343
},
4444
"files": [
4545
"bin/",

packages/cli-plugin-ionic-angular/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@ All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

66
<a name="1.2.0"></a>
7-
# [1.2.0](https://github.com/driftyco/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-23)
7+
# [1.2.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-23)
88

99

1010
### Features
1111

12-
* **flags:** --no-interactive mode, with --confirm/--no-confirm ([1966a0c](https://github.com/driftyco/ionic-cli/commit/1966a0c))
12+
* **flags:** --no-interactive mode, with --confirm/--no-confirm ([1966a0c](https://github.com/ionic-team/ionic-cli/commit/1966a0c))
1313

1414

1515

1616

1717
<a name="1.1.2"></a>
18-
## [1.1.2](https://github.com/driftyco/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-17)
18+
## [1.1.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-17)
1919

2020

2121

2222

2323
<a name="1.1.1"></a>
24-
## [1.1.1](https://github.com/driftyco/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-16)
24+
## [1.1.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-16)
2525

2626

2727
### Bug Fixes
2828

29-
* **plugins:** messaging about globally installed plugins ([def3891](https://github.com/driftyco/ionic-cli/commit/def3891))
29+
* **plugins:** messaging about globally installed plugins ([def3891](https://github.com/ionic-team/ionic-cli/commit/def3891))
3030

3131

3232

3333

3434
<a name="1.1.0"></a>
35-
# [1.1.0](https://github.com/driftyco/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-16)
35+
# [1.1.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-16)

packages/cli-plugin-ionic-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/driftyco/ionic-cli.git"
24+
"url": "https://github.com/ionic-team/ionic-cli.git"
2525
},
2626
"bugs": {
27-
"url": "https://github.com/driftyco/ionic-cli/issues"
27+
"url": "https://github.com/ionic-team/ionic-cli/issues"
2828
},
2929
"files": [
3030
"dist/"

packages/cli-plugin-ionic1/CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,44 @@ All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

66
<a name="1.2.0"></a>
7-
# [1.2.0](https://github.com/driftyco/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-23)
7+
# [1.2.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-23)
88

99

1010
### Bug Fixes
1111

12-
* **cli-plugin-ionic1:** use documentRoot and watchPatterns from ionic.config.json ([a878a95](https://github.com/driftyco/ionic-cli/commit/a878a95))
13-
* **ionic1:** allow livereload to bind to 0.0.0.0 ([e8a4245](https://github.com/driftyco/ionic-cli/commit/e8a4245))
12+
* **cli-plugin-ionic1:** use documentRoot and watchPatterns from ionic.config.json ([a878a95](https://github.com/ionic-team/ionic-cli/commit/a878a95))
13+
* **ionic1:** allow livereload to bind to 0.0.0.0 ([e8a4245](https://github.com/ionic-team/ionic-cli/commit/e8a4245))
1414

1515

1616
### Features
1717

18-
* **flags:** --no-interactive mode, with --confirm/--no-confirm ([1966a0c](https://github.com/driftyco/ionic-cli/commit/1966a0c))
19-
* **flags:** add --quiet flag ([6268f0c](https://github.com/driftyco/ionic-cli/commit/6268f0c))
18+
* **flags:** --no-interactive mode, with --confirm/--no-confirm ([1966a0c](https://github.com/ionic-team/ionic-cli/commit/1966a0c))
19+
* **flags:** add --quiet flag ([6268f0c](https://github.com/ionic-team/ionic-cli/commit/6268f0c))
2020

2121

2222

2323

2424
<a name="1.1.2"></a>
25-
## [1.1.2](https://github.com/driftyco/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-17)
25+
## [1.1.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-17)
2626

2727

2828

2929

3030
<a name="1.1.1"></a>
31-
## [1.1.1](https://github.com/driftyco/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-16)
31+
## [1.1.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-16)
3232

3333

3434
### Bug Fixes
3535

36-
* **plugins:** messaging about globally installed plugins ([def3891](https://github.com/driftyco/ionic-cli/commit/def3891))
36+
* **plugins:** messaging about globally installed plugins ([def3891](https://github.com/ionic-team/ionic-cli/commit/def3891))
3737

3838

3939

4040

4141
<a name="1.1.0"></a>
42-
# [1.1.0](https://github.com/driftyco/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-16)
42+
# [1.1.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/[email protected]...@ionic/[email protected]) (2017-05-16)
4343

4444

4545
### Bug Fixes
4646

47-
* **lab:** treat ios statusbar the same (fixes https://github.com/driftyco/ionic-cli/issues/2268) ([c8f4e7e](https://github.com/driftyco/ionic-cli/commit/c8f4e7e))
47+
* **lab:** treat ios statusbar the same (fixes https://github.com/ionic-team/ionic-cli/issues/2268) ([c8f4e7e](https://github.com/ionic-team/ionic-cli/commit/c8f4e7e))

packages/cli-plugin-ionic1/lab/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<a target="_blank" href="http://twitter.com/ionicframework">Twitter</a>
3636
<a target="_blank" href="http://ionicframework.com/docs">Documentation</a>
3737
<a target="_blank" href="https://forum.ionicframework.com/">Forum</a>
38-
<a target="_blank" href="https://github.com/driftyco/ionic">GitHub</a>
38+
<a target="_blank" href="https://github.com/ionic-team/ionic">GitHub</a>
3939
<a target="_blank" class="view-link" href="http://view.ionic.io/">Ionic View</a>
4040
</div>
4141
</div>

0 commit comments

Comments
 (0)