Skip to content

Commit e826568

Browse files
docs(readme): update broken links, repository name, clean up readme (#29508)
1 parent ea8a597 commit e826568

File tree

15 files changed

+39
-43
lines changed

15 files changed

+39
-43
lines changed

Diff for: README.md

+9-13
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a href="https://github.com/ionic-team/ionic-framework/blob/main/LICENSE">
2121
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Ionic Framework is released under the MIT license." />
2222
</a>
23-
<a href="https://github.com/ionic-team/ionic/blob/main/docs/CONTRIBUTING.md">
23+
<a href="https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md">
2424
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome!" />
2525
</a>
2626
<a href="https://twitter.com/Ionicframework">
@@ -38,7 +38,7 @@
3838
Documentation
3939
</a>
4040
<span> · </span>
41-
<a href="https://github.com/ionic-team/ionic/blob/main/docs/CONTRIBUTING.md">Contribute</a>
41+
<a href="https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md">Contribute</a>
4242
<span> · </span>
4343
<a href="https://blog.ionicframework.com/">Blog</a>
4444
<br />
@@ -63,14 +63,15 @@ Looking for the `ionic-angular` package? Ionic 3 has been moved to the [`ionic-v
6363

6464
### Getting Started
6565

66-
Start a new project by following our quick [Getting Started guide](https://ionicframework.com/getting-started/).
66+
Start a new project by following our [documentation](https://ionicframework.com/docs/).
6767
We would love to hear from you! If you have any feedback or run into issues using our framework, please file
68-
an [issue](https://github.com/ionic-team/ionic/issues/new) on this repository.
68+
an [issue](https://github.com/ionic-team/ionic-framework/issues/new) on this repository.
6969

7070
### Migration Guides
7171

7272
Already have an Ionic app? These guides will help you migrate to the latest versions.
7373

74+
* [Migrate from v7 to v8](https://ionicframework.com/docs/updating/8-0)
7475
* [Migrate from v6 to v7](https://ionicframework.com/docs/updating/7-0)
7576
* [Migrate from v5 to v6](https://ionicframework.com/docs/updating/6-0)
7677
* [Migrate from v4 to v5](https://ionicframework.com/docs/updating/5-0)
@@ -82,21 +83,16 @@ The Ionic Conference App is a full featured Ionic app. It is the perfect startin
8283

8384
- [Angular Ionic Conference App](https://github.com/ionic-team/ionic-conference-app)
8485
- [React Ionic Conference App](https://github.com/ionic-team/ionic-react-conference-app)
85-
<!-- TODO(FW-3811): add this when the vue conference app is updated -->
86-
<!-- - [Vue Ionic Conference App](https://github.com/ionic-team/ionic-vue-conference-app) -->
86+
- [Vue Ionic Conference App](https://github.com/ionic-team/ionic-vue-conference-app)
8787

8888
### Contributing
8989

9090
Thanks for your interest in contributing! Read up on our guidelines for
91-
[contributing](https://github.com/ionic-team/ionic/blob/main/docs/CONTRIBUTING.md)
92-
and then look through our issues with a [help wanted](https://github.com/ionic-team/ionic/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
91+
[contributing](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md)
92+
and then look through our issues with a [help wanted](https://github.com/ionic-team/ionic-framework/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
9393
label.
9494

95-
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/ionic-team/ionic/blob/main/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
96-
97-
### Future Goals
98-
99-
As Ionic Framework components migrate to the web component standard, a goal of ours is to have Ionic Framework easily work within all of the popular frameworks.
95+
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/ionic-team/ionic-framework/blob/main/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
10096

10197
### Earlier Versions
10298

Diff for: core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"url": "git+https://github.com/ionic-team/ionic-framework.git"
109109
},
110110
"bugs": {
111-
"url": "https://github.com/ionic-team/ionic/issues"
111+
"url": "https://github.com/ionic-team/ionic-framework/issues"
112112
},
113113
"homepage": "https://ionicframework.com/",
114114
"jest": {

Diff for: core/src/components/searchbar/searchbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ export class Searchbar implements ComponentInterface {
363363
this.ionClear.emit();
364364

365365
return new Promise<void>((resolve) => {
366-
// setTimeout() fixes https://github.com/ionic-team/ionic/issues/7527
366+
// setTimeout() fixes https://github.com/ionic-team/ionic-framework/issues/7527
367367
// wait for 4 frames
368368
setTimeout(() => {
369369
const value = this.getValue();

Diff for: core/src/components/toggle/toggle.ios.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
.toggle-icon {
4848
// Needed to prevent visual glitch in safari/iOS
49-
// See https://github.com/ionic-team/ionic/issues/14626
49+
// See https://github.com/ionic-team/ionic-framework/issues/14626
5050
transform: translate3d(0, 0, 0);
5151

5252
transition: background-color $toggle-ios-transition-duration;

Diff for: core/stencil.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const config: Config = {
213213
{
214214
type: 'docs-vscode',
215215
file: 'dist/html.html-data.json',
216-
sourceCodeBaseUrl: 'https://github.com/ionic-team/ionic/tree/main/core/',
216+
sourceCodeBaseUrl: 'https://github.com/ionic-team/ionic-framework/tree/main/core/',
217217
},
218218
{
219219
type: 'dist',

Diff for: docs/component-guide.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ ion-ripple-effect {
384384
385385
### Example Components
386386
387-
- [ion-button](https://github.com/ionic-team/ionic/tree/main/core/src/components/button)
388-
- [ion-back-button](https://github.com/ionic-team/ionic/tree/main/core/src/components/back-button)
389-
- [ion-menu-button](https://github.com/ionic-team/ionic/tree/main/core/src/components/menu-button)
387+
- [ion-button](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/button)
388+
- [ion-back-button](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/back-button)
389+
- [ion-menu-button](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/menu-button)
390390
391391
### References
392392
@@ -400,7 +400,7 @@ ion-ripple-effect {
400400
401401
#### Example Components
402402
403-
- [ion-checkbox](https://github.com/ionic-team/ionic/tree/main/core/src/components/checkbox)
403+
- [ion-checkbox](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/checkbox)
404404
405405
#### VoiceOver
406406
@@ -479,7 +479,7 @@ render() {
479479
<Host>
480480
<label>
481481
{this.labelText}
482-
<input type="checkbox" {...this.inheritedAttributes} />
482+
<input type="checkbox" {...this.inheritedAttributes} />
483483
</label>
484484
</Host>
485485
)
@@ -511,7 +511,7 @@ This is a compromise we have to make in order for it to work with the other scre
511511
512512
#### Example Components
513513
514-
- [ion-toggle](https://github.com/ionic-team/ionic/tree/main/core/src/components/toggle)
514+
- [ion-toggle](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/toggle)
515515
516516
#### Voiceover
517517
@@ -592,7 +592,7 @@ render() {
592592
<Host>
593593
<label>
594594
{this.labelText}
595-
<input type="checkbox" role="switch" {...this.inheritedAttributes} />
595+
<input type="checkbox" role="switch" {...this.inheritedAttributes} />
596596
</label>
597597
</Host>
598598
)
@@ -624,8 +624,8 @@ There is a WebKit bug open for this: https://bugs.webkit.org/show_bug.cgi?id=196
624624

625625
#### Example Components
626626

627-
- [ion-accordion](https://github.com/ionic-team/ionic/tree/master/core/src/components/accordion)
628-
- [ion-accordion-group](https://github.com/ionic-team/ionic/tree/master/core/src/components/accordion-group)
627+
- [ion-accordion](https://github.com/ionic-team/ionic-framework/tree/master/core/src/components/accordion)
628+
- [ion-accordion-group](https://github.com/ionic-team/ionic-framework/tree/master/core/src/components/accordion-group)
629629

630630
#### NVDA
631631

@@ -640,11 +640,11 @@ Certain components can render an `<a>` or a `<button>` depending on the presence
640640
641641
### Example Components
642642
643-
- [ion-button](https://github.com/ionic-team/ionic/tree/main/core/src/components/button)
644-
- [ion-card](https://github.com/ionic-team/ionic/tree/main/core/src/components/card)
645-
- [ion-fab-button](https://github.com/ionic-team/ionic/tree/main/core/src/components/fab-button)
646-
- [ion-item-option](https://github.com/ionic-team/ionic/tree/main/core/src/components/item-option)
647-
- [ion-item](https://github.com/ionic-team/ionic/tree/main/core/src/components/item)
643+
- [ion-button](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/button)
644+
- [ion-card](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/card)
645+
- [ion-fab-button](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/fab-button)
646+
- [ion-item-option](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/item-option)
647+
- [ion-item](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/item)
648648
649649
### Component Structure
650650

Diff for: packages/angular-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "git+https://github.com/ionic-team/ionic-framework.git"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/ionic-team/ionic/issues"
20+
"url": "https://github.com/ionic-team/ionic-framework/issues"
2121
},
2222
"publishConfig": {
2323
"directory": "dist"

Diff for: packages/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "git+https://github.com/ionic-team/ionic-framework.git"
2121
},
2222
"bugs": {
23-
"url": "https://github.com/ionic-team/ionic/issues"
23+
"url": "https://github.com/ionic-team/ionic-framework/issues"
2424
},
2525
"homepage": "https://ionicframework.com/",
2626
"scripts": {

Diff for: packages/react-router/test/base/tests/e2e/specs/dynamic-routes.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const port = 3000;
22
/*
33
This spec covers that routes can be added and navigated to at runtime.
4-
Fixes bug reported in https://github.com/ionic-team/ionic/issues/21329
4+
Fixes bug reported in https://github.com/ionic-team/ionic-framework/issues/21329
55
*/
66

77
describe('Dynamic Routes', () => {

Diff for: packages/react-router/test/base/tests/e2e/specs/dynamic-tabs.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const port = 3000;
33
describe('Dynamic Tabs', () => {
44
/*
55
This spec tests being able to add a tab at runtime and to be able to go to it
6-
Fixes bug https://github.com/ionic-team/ionic/issues/21112
6+
Fixes bug https://github.com/ionic-team/ionic-framework/issues/21112
77
*/
88

99
it('/dynamic-tabs > Tab 1 should be visible', () => {

Diff for: packages/react-router/test/base/tests/e2e/specs/multiple-tabs.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const port = 3000;
33
describe('Multiple Tabs', () => {
44
/*
55
This spec tests that switching between tabs via a menu works
6-
Fixes bug https://github.com/ionic-team/ionic/issues/21336
6+
Fixes bug https://github.com/ionic-team/ionic-framework/issues/21336
77
*/
88

99
it('/multiple-tabs > PageA should be visible', () => {

Diff for: packages/react-router/test/base/tests/e2e/specs/nested-outlets.cy.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('Nested Outlets', () => {
66
and to be able to transition to/from one nested outlet.
77
Utilizes `ionPage` prop on `IonRouterOutlet` to make the router outlet
88
a target of the transition.
9-
Fixes bug https://github.com/ionic-team/ionic/issues/20597
9+
Fixes bug https://github.com/ionic-team/ionic-framework/issues/20597
1010
*/
1111

1212
it('/nested-outlet > First Page should be visible', () => {
@@ -59,7 +59,7 @@ describe('Nested Outlets 2', () => {
5959
outlet is transition from and to itself, therefore it can't animate.
6060
I think the same issue exists when going from a item page back to the list page.
6161
This should be fixable through configuring a less complicated route structure in the app.
62-
Fixes bug https://github.com/ionic-team/ionic/issues/20219
62+
Fixes bug https://github.com/ionic-team/ionic-framework/issues/20219
6363
*/
6464

6565
it('/nested-outlet2 > First Page should be visible', () => {

Diff for: packages/react-router/test/base/tests/e2e/specs/routing.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ describe('Routing Tests', () => {
228228
});
229229

230230
it('/ > Details 1 on settings > Back > Settings Tab, should be on setting home', () => {
231-
// For bug https://github.com/ionic-team/ionic/issues/21031
231+
// For bug https://github.com/ionic-team/ionic-framework/issues/21031
232232
cy.visit(`http://localhost:${port}/routing/`);
233233
cy.ionNav('ion-item', 'Details 1 on settings');
234234
cy.ionPageVisible('settings-details-page-1');

Diff for: packages/vue-router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"author": "",
4141
"license": "MIT",
4242
"bugs": {
43-
"url": "https://github.com/ionic-team/ionic/issues"
43+
"url": "https://github.com/ionic-team/ionic-framework/issues"
4444
},
45-
"homepage": "https://github.com/ionic-team/ionic#readme",
45+
"homepage": "https://github.com/ionic-team/ionic-framework#readme",
4646
"dependencies": {
4747
"@ionic/vue": "^8.1.2"
4848
},

Diff for: packages/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"author": "",
4646
"license": "MIT",
4747
"bugs": {
48-
"url": "https://github.com/ionic-team/ionic/issues"
48+
"url": "https://github.com/ionic-team/ionic-framework/issues"
4949
},
50-
"homepage": "https://github.com/ionic-team/ionic#readme",
50+
"homepage": "https://github.com/ionic-team/ionic-framework#readme",
5151
"devDependencies": {
5252
"@babel/types": "^7.18.4",
5353
"@ionic/eslint-config": "^0.3.0",

0 commit comments

Comments
 (0)