diff --git a/README.md b/README.md index 091377a155..23fcb151f9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Ionic Framework is released under the MIT license. - + PRs welcome! @@ -38,7 +38,7 @@ Documentation · - Contribute + Contribute · Blog
@@ -63,14 +63,15 @@ Looking for the `ionic-angular` package? Ionic 3 has been moved to the [`ionic-v ### Getting Started -Start a new project by following our quick [Getting Started guide](https://ionicframework.com/getting-started/). +Start a new project by following our [documentation](https://ionicframework.com/docs/). We would love to hear from you! If you have any feedback or run into issues using our framework, please file -an [issue](https://github.com/ionic-team/ionic/issues/new) on this repository. +an [issue](https://github.com/ionic-team/ionic-framework/issues/new) on this repository. ### Migration Guides Already have an Ionic app? These guides will help you migrate to the latest versions. +* [Migrate from v7 to v8](https://ionicframework.com/docs/updating/8-0) * [Migrate from v6 to v7](https://ionicframework.com/docs/updating/7-0) * [Migrate from v5 to v6](https://ionicframework.com/docs/updating/6-0) * [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 - [Angular Ionic Conference App](https://github.com/ionic-team/ionic-conference-app) - [React Ionic Conference App](https://github.com/ionic-team/ionic-react-conference-app) - - +- [Vue Ionic Conference App](https://github.com/ionic-team/ionic-vue-conference-app) ### Contributing Thanks for your interest in contributing! Read up on our guidelines for -[contributing](https://github.com/ionic-team/ionic/blob/main/docs/CONTRIBUTING.md) -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) +[contributing](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md) +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) label. -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. - -### Future Goals - -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. +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. ### Earlier Versions diff --git a/core/package.json b/core/package.json index d75208549b..f1d4a2103e 100644 --- a/core/package.json +++ b/core/package.json @@ -108,7 +108,7 @@ "url": "git+https://github.com/ionic-team/ionic-framework.git" }, "bugs": { - "url": "https://github.com/ionic-team/ionic/issues" + "url": "https://github.com/ionic-team/ionic-framework/issues" }, "homepage": "https://ionicframework.com/", "jest": { diff --git a/core/src/components/searchbar/searchbar.tsx b/core/src/components/searchbar/searchbar.tsx index 20137c137c..94870de369 100644 --- a/core/src/components/searchbar/searchbar.tsx +++ b/core/src/components/searchbar/searchbar.tsx @@ -363,7 +363,7 @@ export class Searchbar implements ComponentInterface { this.ionClear.emit(); return new Promise((resolve) => { - // setTimeout() fixes https://github.com/ionic-team/ionic/issues/7527 + // setTimeout() fixes https://github.com/ionic-team/ionic-framework/issues/7527 // wait for 4 frames setTimeout(() => { const value = this.getValue(); diff --git a/core/src/components/toggle/toggle.ios.scss b/core/src/components/toggle/toggle.ios.scss index e809262282..cfe12f1d5b 100644 --- a/core/src/components/toggle/toggle.ios.scss +++ b/core/src/components/toggle/toggle.ios.scss @@ -46,7 +46,7 @@ .toggle-icon { // Needed to prevent visual glitch in safari/iOS - // See https://github.com/ionic-team/ionic/issues/14626 + // See https://github.com/ionic-team/ionic-framework/issues/14626 transform: translate3d(0, 0, 0); transition: background-color $toggle-ios-transition-duration; diff --git a/core/stencil.config.ts b/core/stencil.config.ts index cdc5e76fe4..7f7113c22b 100644 --- a/core/stencil.config.ts +++ b/core/stencil.config.ts @@ -213,7 +213,7 @@ export const config: Config = { { type: 'docs-vscode', file: 'dist/html.html-data.json', - sourceCodeBaseUrl: 'https://github.com/ionic-team/ionic/tree/main/core/', + sourceCodeBaseUrl: 'https://github.com/ionic-team/ionic-framework/tree/main/core/', }, { type: 'dist', diff --git a/docs/component-guide.md b/docs/component-guide.md index e0ec370749..25b17ec003 100644 --- a/docs/component-guide.md +++ b/docs/component-guide.md @@ -384,9 +384,9 @@ ion-ripple-effect { ### Example Components -- [ion-button](https://github.com/ionic-team/ionic/tree/main/core/src/components/button) -- [ion-back-button](https://github.com/ionic-team/ionic/tree/main/core/src/components/back-button) -- [ion-menu-button](https://github.com/ionic-team/ionic/tree/main/core/src/components/menu-button) +- [ion-button](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/button) +- [ion-back-button](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/back-button) +- [ion-menu-button](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/menu-button) ### References @@ -400,7 +400,7 @@ ion-ripple-effect { #### Example Components -- [ion-checkbox](https://github.com/ionic-team/ionic/tree/main/core/src/components/checkbox) +- [ion-checkbox](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/checkbox) #### VoiceOver @@ -479,7 +479,7 @@ render() { ) @@ -511,7 +511,7 @@ This is a compromise we have to make in order for it to work with the other scre #### Example Components -- [ion-toggle](https://github.com/ionic-team/ionic/tree/main/core/src/components/toggle) +- [ion-toggle](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/toggle) #### Voiceover @@ -592,7 +592,7 @@ render() { ) @@ -624,8 +624,8 @@ There is a WebKit bug open for this: https://bugs.webkit.org/show_bug.cgi?id=196 #### Example Components -- [ion-accordion](https://github.com/ionic-team/ionic/tree/master/core/src/components/accordion) -- [ion-accordion-group](https://github.com/ionic-team/ionic/tree/master/core/src/components/accordion-group) +- [ion-accordion](https://github.com/ionic-team/ionic-framework/tree/master/core/src/components/accordion) +- [ion-accordion-group](https://github.com/ionic-team/ionic-framework/tree/master/core/src/components/accordion-group) #### NVDA @@ -640,11 +640,11 @@ Certain components can render an `` or a `