From 3553e81cced964a77143f6b9afa045f61406cacc Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 28 Feb 2024 14:39:02 -0500 Subject: [PATCH] docs: add correct breaking changes url The v8 breaking changes are available on the `feature-8.0` branch, so we need to link there until v8 is merged into `main`. --- docs/updating/8-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/updating/8-0.md b/docs/updating/8-0.md index bcbe2147e71..da35e75266a 100644 --- a/docs/updating/8-0.md +++ b/docs/updating/8-0.md @@ -177,6 +177,6 @@ iOS >=15 ## Need Help Upgrading? -Be sure to look at the [Ionic 8 Breaking Changes Guide](https://github.com/ionic-team/ionic-framework/blob/main/BREAKING.md#version-8x). There were several changes to default property and CSS Variable values that developers may need to be aware of. Only the breaking changes that require user action are listed on this page. +Be sure to look at the [Ionic 8 Breaking Changes Guide](https://github.com/ionic-team/ionic-framework/blob/feature-8.0/BREAKING.md#version-8x). There were several changes to default property and CSS Variable values that developers may need to be aware of. Only the breaking changes that require user action are listed on this page. If you need help upgrading, please post a thread on the [Ionic Forum](https://forum.ionicframework.com/).