Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 156500e

Browse files
committedSep 11, 2024·
Replace references to core/v3/lando-service.html to core/v3/services/lando.html
1 parent 89440d5 commit 156500e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎docs/config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: Learn how to configure the Lando MongoDB service.
55

66
# Configuration
77

8-
Here are the configuration options, set to the default values, for this service. If you are unsure about where this goes or what this means, we *highly recommend* scanning the [services documentation](https://docs.lando.dev/core/v3/lando-service.html) to get a good handle on how the magicks work.
8+
Here are the configuration options, set to the default values, for this service. If you are unsure about where this goes or what this means, we *highly recommend* scanning the [services documentation](https://docs.lando.dev/core/v3/services/lando.html) to get a good handle on how the magicks work.
99

10-
Also note that options, in addition to the [build steps](https://docs.lando.dev/core/v3/lando-service.html#build-steps) and [overrides](https://docs.lando.dev/core/v3/lando-service.html#overrides) that are available to every service, are shown below:
10+
Also note that options, in addition to the [build steps](https://docs.lando.dev/core/v3/services/lando.html#build-steps) and [overrides](https://docs.lando.dev/core/v3/services/lando.html#overrides) that are available to every service, are shown below:
1111

1212
```yaml
1313
services:

‎docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ next: ./config.html
88

99
[MongoDB](https://www.mongodb.com/) is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas.
1010

11-
You can easily add it to your Lando app by adding an entry to the [services](https://docs.lando.dev/core/v3/lando-service.html) top-level config in your [Landofile](https://docs.lando.dev/core/v3).
11+
You can easily add it to your Lando app by adding an entry to the [services](https://docs.lando.dev/core/v3/services/lando.html) top-level config in your [Landofile](https://docs.lando.dev/core/v3).
1212

1313
```yaml
1414
services:
@@ -25,7 +25,7 @@ services:
2525
* **[4.2](https://hub.docker.com/r/bitnami/mongodb)** **(default)**
2626
* [4.0](https://hub.docker.com/r/bitnami/mongodb)
2727
* [3.6](https://hub.docker.com/r/bitnami/mongodb)
28-
* [custom](https://docs.lando.dev/core/v3/lando-service.html#overrides)
28+
* [custom](https://docs.lando.dev/core/v3/services/lando.html#overrides)
2929
3030
## Legacy versions
3131

0 commit comments

Comments
 (0)
Please sign in to comment.