Skip to content

Commit

Permalink
website: Fix a stray broken link to 0.8 -> 0.9 backend upgrade doc
Browse files Browse the repository at this point in the history
I missed this earlier because my link checker was collapsing the two links from
this page to that page into a single report.

For posterity's sake, I'm linking directly to the markdown file in GitHub at an
appropriate tag version. I do not expect anyone to ever click this link again,
though.
  • Loading branch information
nfagerlund committed Dec 9, 2020
1 parent 30126ba commit 7d5496e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/upgrade-guides/0-9.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Remote state has been overhauled to be easier and safer to configure and use.
you'll be prompted to migrate to the new remote backend system.

An in-depth guide for migrating to the new backend system
[is available here](/docs/backends/legacy-0-8.html). This includes
[is available here](https:/hashicorp/terraform/blob/v0.9.11/website/source/docs/backends/legacy-0-8.html.md).
This includes
backing up your existing remote state and also rolling back if necessary.

The only non-backwards compatible change is in the CLI: the existing
Expand Down

0 comments on commit 7d5496e

Please sign in to comment.