Skip to content

Commit b62cf41

Browse files
committed
docs: update redirected Lando docs links
1 parent 54889d6 commit b62cf41

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/caveats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Lando will set the `PATH` hierarchy for this service as follows:
2222
]
2323
```
2424

25-
This is useful to note if you are not using absolute paths in any [tooling routes](https://docs.lando.dev/core/v3/tooling.html) and are getting the unexpected version of a particular utility.
25+
This is useful to note if you are not using absolute paths in any [tooling routes](https://docs.lando.dev/landofile/tooling.html) and are getting the unexpected version of a particular utility.

docs/config.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: Learn how to configure the Lando Python 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/services/lando.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/services/lando-3.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/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:
10+
Also note that options, in addition to the [build steps](https://docs.lando.dev/services/lando-3.html#build-steps) and [overrides](https://docs.lando.dev/services/lando-3.html#overrides) that are available to every service, are shown below:
1111

1212
```yaml
1313
services:
@@ -44,7 +44,7 @@ services:
4444

4545
## Using SSL
4646

47-
Also note that `ssl: true` will only generate certs in the [default locations](https://docs.lando.dev/core/v3/security.html). It is up to the user to use the certs and secure port correctly in their application like as in the `python` snippet below:
47+
Also note that `ssl: true` will only generate certs in the [default locations](https://docs.lando.dev/config/security.html). It is up to the user to use the certs and secure port correctly in their application like as in the `python` snippet below:
4848

4949
```yaml
5050
services:
@@ -78,7 +78,7 @@ You can then invoke them on the command line.
7878
lando dotnet
7979
```
8080

81-
Lando tooling is actually pretty powerful so definitely check out [the rest](https://docs.lando.dev/core/v3/tooling.html) of its cool features.
81+
Lando tooling is actually pretty powerful so definitely check out [the rest](https://docs.lando.dev/landofile/tooling.html) of its cool features.
8282

8383
## Adding routing
8484

@@ -91,4 +91,4 @@ proxy:
9191
- something.else.local
9292
```
9393

94-
Lando proxying is actually pretty powerful so definitely check out [the rest](https://docs.lando.dev/core/v3/proxy.html) of its cool features.
94+
Lando proxying is actually pretty powerful so definitely check out [the rest](https://docs.lando.dev/landofile/proxy.html) of its cool features.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ next: ./config.html
88

99
[Python](https://www.python.org/) is a programming language that lets you work more quickly and integrate your systems more effectively.
1010

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).
11+
You can easily add it to your Lando app by adding an entry to the [services](https://docs.lando.dev/services/lando-3.html) top-level config in your [Landofile](https://docs.lando.dev/landofile/).
1212

1313

1414
```yaml
@@ -29,7 +29,7 @@ services:
2929
* **[3.7](https://hub.docker.com/_/python)** **(default)**
3030
* [3.6](https://hub.docker.com/_/python)
3131
* [3.5](https://hub.docker.com/_/python)
32-
* [custom](https://docs.lando.dev/core/v3/services/lando.html#overrides)
32+
* [custom](https://docs.lando.dev/services/lando-3.html#overrides)
3333
3434
## Legacy versions
3535

0 commit comments

Comments
 (0)