Skip to content

Commit

Permalink
Fix links to the migrating guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelittle committed Jul 19, 2023
1 parent e08a2bf commit bf96e1e
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ order: 0

# Upgrading

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

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.

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v10.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 10
---
# Upgrading to v10

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

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`.

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v11.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 11
---
# Upgrading to v11

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

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`.

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v12.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 12
---
# Upgrading to v12

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

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).

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v13.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 13
---
# Upgrading to v13

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

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).

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v14.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ order: 14
# Upgrading to v14

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

To upgrade to Altis v14, edit your `composer.json` and change the version
constraint for `altis/altis` and any local
Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v15.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ order: 15
# Upgrading to v15

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

To upgrade to Altis v15, edit your `composer.json` and change the version
constraint for `altis/altis` and any local
Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 2
---
# Upgrading to v2

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

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

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 3
---
# Upgrading to v3

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

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`:

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 4
---
# Upgrading to v4

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

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`:

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 5
---
# Upgrading to v5

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

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`:

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 6
---
# Upgrading to v6

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

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

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 7
---
# Upgrading to v7

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

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

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 8
---
# Upgrading to v8

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

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

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/upgrading/v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ order: 9
---
# Upgrading to v9

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

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

Expand Down

0 comments on commit bf96e1e

Please sign in to comment.