From 5c911cc423d70bd2969f01a2967014c44b904663 Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Wed, 11 Sep 2024 14:43:28 -0700 Subject: [PATCH] Replace references to core/v3/lando-service.html to core/v3/services/lando.html --- docs/config.md | 2 +- docs/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index 64c2734..a7c132d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -50,7 +50,7 @@ config: command: yarn dev ``` -Note that a good rule of thumb is that `build` should install whatever **node** dependencies you need to start your app. If you require other non-node dependencies like server packages, consider using a [build step](https://docs.lando.dev/core/v3/lando-service.html#build-steps). +Note that a good rule of thumb is that `build` should install whatever **node** dependencies you need to start your app. If you require other non-node dependencies like server packages, consider using a [build step](https://docs.lando.dev/core/v3/services/lando.html#build-steps). ## Setting a command diff --git a/docs/getting-started.md b/docs/getting-started.md index 9400154..c1e059d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -10,7 +10,7 @@ Before you get started with this recipe, we assume that you have: 1. [Installed Lando](https://docs.lando.dev/getting-started/installation.html) and gotten familiar with [its basics](https://docs.lando.dev/cli/). 2. [Initialized](https://docs.lando.dev/cli/init.html) a [Landofile](https://docs.lando.dev/core/v3) for your codebase for use with this recipe. -3. Read about the various [services](https://docs.lando.dev/core/v3/lando-service.html), [tooling](https://docs.lando.dev/core/v3/tooling.html), [events](https://docs.lando.dev/core/v3/events.html) and [routing](https://docs.lando.dev/core/v3/proxy.html) Lando offers. +3. Read about the various [services](https://docs.lando.dev/core/v3/services/lando.html), [tooling](https://docs.lando.dev/core/v3/tooling.html), [events](https://docs.lando.dev/core/v3/events.html) and [routing](https://docs.lando.dev/core/v3/proxy.html) Lando offers. ## Quick Start