From 0be9263d7bc39f6593af8b010166b7371c4d9786 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Thu, 2 Jan 2025 10:00:56 -0800 Subject: [PATCH] More link fixes --- .../moderne-platform/references/lossless-semantic-trees.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administrator-documentation/moderne-platform/references/lossless-semantic-trees.md b/docs/administrator-documentation/moderne-platform/references/lossless-semantic-trees.md index 713d28d0..20800f22 100644 --- a/docs/administrator-documentation/moderne-platform/references/lossless-semantic-trees.md +++ b/docs/administrator-documentation/moderne-platform/references/lossless-semantic-trees.md @@ -48,7 +48,7 @@ If you want to see specific examples of Java LSTs, please read our [Java LST Exa 1. Before you can run a recipe against a repository in the Moderne Platform, you must build the LST for said repository. This is typically done by [setting up mass ingestion with the Moderne CLI](../how-to-guides/mass-ingest.md). 2. When you go to run a recipe, the LST artifact will be downloaded from your artifact repository. These LSTs are continuously uploaded/updated over time as long as you've set up ingestion for your repositories. 3. As the recipe runs, it will make transformations on the downloaded LST. This could be as simple as adding a search marker (`~~>`) if the recipe is a search recipe -- or it could be as complex as adding classes and methods throughout the repository. -4. Once the recipe has finished running, the **modified LST will be discarded** and the code **will not** be changed. Instead, you will be [provided with a list of the changes it would make](../../../../user-documentation/moderne-platform/getting-started/running-your-first-recipe#step-6-run-the-recipe). You can [review them](../../../../user-documentation/moderne-platform/getting-started/running-your-first-recipe#step-7-view-the-results) and [choose what to do with them](../../../../user-documentation/moderne-platform/getting-started/running-your-first-recipe#step-8-commit-your-changes). +4. Once the recipe has finished running, the **modified LST will be discarded** and the code **will not** be changed. Instead, you will be [provided with a list of the changes it would make](../../../user-documentation/moderne-platform/getting-started/running-your-first-recipe.md#step-6-run-the-recipe). You can [review them](../../../user-documentation/moderne-platform/getting-started/running-your-first-recipe.md#step-7-view-the-results) and [choose what to do with them](../../../user-documentation/moderne-platform/getting-started/running-your-first-recipe.md#step-8-commit-your-changes). 5. Regardless of what you choose to do with the results, future recipe runs **will not** have those changes unless you commit them and the Moderne CLI ingestion job runs again to publish the LSTs to your artifact repository. :::info