Skip to content

Commit c2b6618

Browse files
authored
Merge pull request #526 from humanmade/backport-520-to-v14-branch
Fix links to the migrating guide.
2 parents c4724b7 + ea3606e commit c2b6618

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

other-docs/guides/upgrading/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ order: 0
44

55
# Upgrading
66

7-
_If you are migrating an existing install to Altis check out the [migrating guide here](../migrating-from-wordpress.md) first._
7+
_If you are migrating an existing install to Altis check out the [migrating guide](../migrating/) first._
88

99
When new versions of Altis are released you will need to manually upgrade your project to the new version. New versions can bring anything from breaking changes to new features. It's important you read the changelog / upgrade notes for the specific version you are upgrading to. When upgrading multiple versions at once, be sure to follow the release notes on all intermediate versions.
1010

other-docs/guides/upgrading/v10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 10
33
---
44
# Upgrading to v10
55

6-
_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
6+
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._
77

88
To upgrade to Altis v10, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^10.0.0`.
99

other-docs/guides/upgrading/v11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 11
33
---
44
# Upgrading to v11
55

6-
_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
6+
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._
77

88
To upgrade to Altis v11, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^11.0.0`.
99

other-docs/guides/upgrading/v12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 12
33
---
44
# Upgrading to v12
55

6-
_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
6+
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._
77

88
To upgrade to Altis v12, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^12.0.0`. Note that the new default and recommended version of PHP for Altis v12 is now 8.0. Make sure you have tested your custom code and any additional plugins for compatibility with [PHP version 8.0](#php-80).
99

other-docs/guides/upgrading/v13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 13
33
---
44
# Upgrading to v13
55

6-
_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
6+
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._
77

88
To upgrade to Altis v13, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^13.0.0`. Note that the new default and recommended version of PHP for Altis v13 is now 8.0. Make sure you have tested your custom code and any additional plugins for compatibility with [PHP version 8.0](#php-80).
99

other-docs/guides/upgrading/v14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ order: 14
55
# Upgrading to v14
66

77
_If you are migrating from WordPress to Altis, check out
8-
the [migrating guide here](../migrating-from-wordpress.md) first._
8+
the [migrating guide](../migrating/) first._
99

1010
To upgrade to Altis v14, edit your `composer.json` and change the version
1111
constraint for `altis/altis` and any local

other-docs/guides/upgrading/v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 2
33
---
44
# Upgrading to v2
55

6-
_If you are migrating an existing install to Altis check out the [migrating guide here](../migrating-from-wordpress.md) first._
6+
_If you are migrating an existing install to Altis check out the [migrating guide](../migrating/) first._
77

88
To upgrade to Altis v2, edit your `composer.json` and change the version constraint for `altis/altis` to `^2.0.0`:
99

other-docs/guides/upgrading/v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 3
33
---
44
# Upgrading to v3
55

6-
_If you are migrating an existing install to Altis check out the [migrating guide here](../migrating-from-wordpress.md) first._
6+
_If you are migrating an existing install to Altis check out the [migrating guide](../migrating/) first._
77

88
To upgrade to Altis v3, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^3.0.0`:
99

other-docs/guides/upgrading/v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 4
33
---
44
# Upgrading to v4
55

6-
_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
6+
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._
77

88
To upgrade to Altis v4, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^4.0.0`:
99

other-docs/guides/upgrading/v5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ order: 5
33
---
44
# Upgrading to v5
55

6-
_If you are migrating from WordPress to Altis, check out the [migrating guide here](../migrating-from-wordpress.md) first._
6+
_If you are migrating from WordPress to Altis, check out the [migrating guide](../migrating/) first._
77

88
To upgrade to Altis v5, edit your `composer.json` and change the version constraint for `altis/altis` and any local environment modules to `^5.0.0`:
99

0 commit comments

Comments
 (0)