From 3599efac374bfd6f590d89734728f5a0d6b9cf6f Mon Sep 17 00:00:00 2001 From: Paul Fitzpatrick Date: Sat, 25 Jan 2025 16:17:11 -0500 Subject: [PATCH] fix some broken marketplace-related links --- help/en/docs/install/aws-marketplace-legacy.md | 4 ++-- help/en/docs/install/aws-marketplace-transition.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/help/en/docs/install/aws-marketplace-legacy.md b/help/en/docs/install/aws-marketplace-legacy.md index 52946abfc..232b43aed 100644 --- a/help/en/docs/install/aws-marketplace-legacy.md +++ b/help/en/docs/install/aws-marketplace-legacy.md @@ -2,7 +2,7 @@ AWS Marketplace (Legacy) {: .tag-core .tag-ee } ============= !!! warning "Note" - This documentation refers to the legacy version of Grist on the AWS Marketplace, based on [Grist Omnibus](https://github.com/gristlabs/grist-omnibus). You can find the documentation for the current offering [here](aws-marketplace.md). Also consult, our [transitioning notes](aws-marketplace-transition.md). + This documentation refers to the legacy version of Grist on the AWS Marketplace, based on [Grist Omnibus](https://github.com/gristlabs/grist-omnibus). You can find the documentation for the current offering [here](grist-builder-edition.md). Also consult, our [transitioning notes](aws-marketplace-transition.md). ## First run setup @@ -29,7 +29,7 @@ Once the above steps are completed, you should be able to access Grist on your c ## Authentication setup -Once you have [your Microsoft or Google client ID and secret](aws-marketplace.md#authentication-setup), you’ll need to pass them to the `gristParameters` file inside the Grist EC2 instance: +Once you have [your Microsoft or Google client ID and secret](grist-builder-edition.md#authentication-setup), you’ll need to pass them to the `gristParameters` file inside the Grist EC2 instance: 1. Log in to the Grist EC2 instance. 2. Open `~/grist/gristParameters`. diff --git a/help/en/docs/install/aws-marketplace-transition.md b/help/en/docs/install/aws-marketplace-transition.md index 70f25ba55..06a64fc45 100644 --- a/help/en/docs/install/aws-marketplace-transition.md +++ b/help/en/docs/install/aws-marketplace-transition.md @@ -9,7 +9,7 @@ Omnibus. It is possible to copy your Grist documents to Builder Edition. 1. Take note of the `EMAIL` variable under `~/grist/gristParameters`. -2. Start [a Grist Builder Edition instance](aws-marketplace.md). +2. Start [a Grist Builder Edition instance](grist-builder-edition.md). 3. Follow [the instructions to run the bootstrap script](https://github.com/gristlabs/grist-pack/tree/main/dist#quickstart), using the value of `EMAIL` for the `DEFAULT_EMAIL` value. See