From 29d0d0ef28ea0b2bac50df56af6f1166e459c933 Mon Sep 17 00:00:00 2001 From: pwespi Date: Thu, 28 Mar 2019 13:29:20 +0100 Subject: [PATCH] chore(): update beta url refs #17900) --- .github/ISSUE_TEMPLATE.md | 2 +- CHANGELOG.md | 4 ++-- angular/BREAKING.md | 14 +++++++------- .../schematics/add/files/root/theme/variables.css | 4 ++-- core/src/themes/test/css-variables/css/default.css | 2 +- core/src/themes/test/css-variables/css/oceanic.css | 2 +- core/src/themes/test/css-variables/css/vibrant.css | 2 +- docs/README.md | 2 +- react/README.md | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cb755d8b28..8453965493 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ - + diff --git a/CHANGELOG.md b/CHANGELOG.md index d23f91acff..4fcd900f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -775,8 +775,8 @@ Here, we have an `ion-tab` element that accepts an icon, a label, and a link to - - + + Schedule diff --git a/angular/BREAKING.md b/angular/BREAKING.md index ac192b7232..8ad69a5fdf 100644 --- a/angular/BREAKING.md +++ b/angular/BREAKING.md @@ -5,7 +5,7 @@ ### Migration Guide -If you aren't sure where to start in upgrading to v4, we recommend reading through our [migration guide](https://beta.ionicframework.com/docs/building/migration) first. +If you aren't sure where to start in upgrading to v4, we recommend reading through our [migration guide](https://ionicframework.com/docs/building/migration) first. ### Migration Linter @@ -1740,19 +1740,19 @@ Changes the `font-family` of the whole page based on the mode selected (iOS or M The following set of CSS files are optional and can safely be commented out if the application is not using any of the features. - **padding.css** -Adds utility attributes that allow adding `padding` and `margin` attributes to any element. See [content space](https://beta.ionicframework.com/docs/layout/css-utilities#content-space) for what this includes. +Adds utility attributes that allow adding `padding` and `margin` attributes to any element. See [content space](https://ionicframework.com/docs/layout/css-utilities#content-space) for what this includes. - **float-elements.css** -Adds utility attributes that allow adding `float` attributes to any element. See [element placement](https://beta.ionicframework.com/docs/layout/css-utilities/#element-placement) for what this includes. +Adds utility attributes that allow adding `float` attributes to any element. See [element placement](https://ionicframework.com/docs/layout/css-utilities/#element-placement) for what this includes. - **text-alignment.css** -Adds utility attributes that allow adding text alignment attributes to any element. See [text alignment](https://beta.ionicframework.com/docs/layout/css-utilities/#text-alignment) for what this includes. +Adds utility attributes that allow adding text alignment attributes to any element. See [text alignment](https://ionicframework.com/docs/layout/css-utilities/#text-alignment) for what this includes. - **text-transformation.css** -Adds utility attributes that allow adding text transformation attributes to any element. See [text transformation](https://beta.ionicframework.com/docs/layout/css-utilities/#text-transformation) for what this includes. +Adds utility attributes that allow adding text transformation attributes to any element. See [text transformation](https://ionicframework.com/docs/layout/css-utilities/#text-transformation) for what this includes. - **flex-utils.css** -Adds utility attributes that allow adding flex container and item attributes to any element. See [flex properties](https://beta.ionicframework.com/docs/layout/css-utilities/#flex-properties) for what this includes. +Adds utility attributes that allow adding flex container and item attributes to any element. See [flex properties](https://ionicframework.com/docs/layout/css-utilities/#flex-properties) for what this includes. #### Including the CSS Files @@ -1831,7 +1831,7 @@ p { Sass variables should no longer be used to change Ionic components. We have built Ionic to be customizable using CSS variables, instead. -For more information on theming, check out the [theming documentation](https://beta.ionicframework.com/docs/theming/basics). +For more information on theming, check out the [theming documentation](https://ionicframework.com/docs/theming/basics). ## Toast diff --git a/angular/src/schematics/add/files/root/theme/variables.css b/angular/src/schematics/add/files/root/theme/variables.css index 407694bca2..dce6063246 100644 --- a/angular/src/schematics/add/files/root/theme/variables.css +++ b/angular/src/schematics/add/files/root/theme/variables.css @@ -1,6 +1,6 @@ /* Ionic Variables and Theming. */ /* This is just a placeholder file For more info, please see: */ -/* https://beta.ionicframework.com/docs/theming/basics */ +/* https://ionicframework.com/docs/theming/basics */ /* To quickly generate your own theme, check out the color generator */ -/* https://beta.ionicframework.com/docs/theming/color-generator */ +/* https://ionicframework.com/docs/theming/color-generator */ diff --git a/core/src/themes/test/css-variables/css/default.css b/core/src/themes/test/css-variables/css/default.css index 046e1be737..c668f82d6b 100644 --- a/core/src/themes/test/css-variables/css/default.css +++ b/core/src/themes/test/css-variables/css/default.css @@ -6,7 +6,7 @@ * primary color as an accent. * * Looking to create a custom theme? Check out the generator! - * https://beta.ionicframework.com/docs/theming/color-generator + * https://ionicframework.com/docs/theming/color-generator **/ :root { diff --git a/core/src/themes/test/css-variables/css/oceanic.css b/core/src/themes/test/css-variables/css/oceanic.css index d88fc8ed14..42f1dd37b7 100644 --- a/core/src/themes/test/css-variables/css/oceanic.css +++ b/core/src/themes/test/css-variables/css/oceanic.css @@ -6,7 +6,7 @@ * less vibrant shades. * * Looking to create a custom theme? Check out the generator! - * https://beta.ionicframework.com/docs/theming/color-generator + * https://ionicframework.com/docs/theming/color-generator **/ :root { diff --git a/core/src/themes/test/css-variables/css/vibrant.css b/core/src/themes/test/css-variables/css/vibrant.css index 9a6daaefb1..11fb1a06da 100644 --- a/core/src/themes/test/css-variables/css/vibrant.css +++ b/core/src/themes/test/css-variables/css/vibrant.css @@ -6,7 +6,7 @@ * colors are all changed to more vibrant shades. * * Looking to create a custom theme? Check out the generator! - * https://beta.ionicframework.com/docs/theming/color-generator + * https://ionicframework.com/docs/theming/color-generator **/ :root { diff --git a/docs/README.md b/docs/README.md index 95325c8b12..439ad1bfa7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # @ionic/docs -This package publishes the JSON data used to build the [Ionic API documentation](https://beta.ionicframework.com/docs/api). +This package publishes the JSON data used to build the [Ionic API documentation](https://ionicframework.com/docs/api). ## License diff --git a/react/README.md b/react/README.md index 5bea4351d5..046c278122 100644 --- a/react/README.md +++ b/react/README.md @@ -23,7 +23,7 @@ Below is a list of components yet to be implemented. More information about You can now make use of all of the ionic components in your React application. If you want to publish your app to the App Store or Google Play you will need to use the ionic cli to execute Capacitor commands to do so. -More information on this can be found here. https://beta.ionicframework.com/docs/cli +More information on this can be found here. https://ionicframework.com/docs/cli If you want to learn more about Capacitor our dedicated site can be found here. https://capacitor.ionicframework.com/ The commands that you will need to execute are below in your project's root.