Skip to content

Commit 34481d4

Browse files
authored
cleanup links and pages (#7)
1 parent 2813d95 commit 34481d4

File tree

6 files changed

+4
-100
lines changed

6 files changed

+4
-100
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* [Synchronization service](concepts-and-architecture/sync-service.md)
88
* [Networking](concepts-and-architecture/networking.md)
99
* [Sidecar](concepts-and-architecture/sidecar.md)
10-
* [Builders](concepts-and-architecture/builders-1.md)
10+
* [Builders](concepts-and-architecture/builders.md)
1111
* [Runners](concepts-and-architecture/runners.md)
1212
* [Runtime environment \(runenv\)](concepts-and-architecture/runtime.md)
1313
* [Client-Server communication](concepts-and-architecture/client-server-communication.md)

concepts-and-architecture/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To help you situate yourself, this architecture diagram provides a bird's-eye vi
1818

1919
{% page-ref page="sidecar.md" %}
2020

21-
{% page-ref page="builders-1.md" %}
21+
{% page-ref page="builders.md" %}
2222

2323
{% page-ref page="runners.md" %}
2424

File renamed without changes.

concepts-and-architecture/runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: What are Testground runners?
44

55
# Runners
66

7-
A **runner** is a component that takes _**build artifact**_ produced by a [Builder](builders-1.md), and schedules a test run of a test case within the test plan, on the Testground deployment, with the specified number of instances and test parameters.
7+
A **runner** is a component that takes _**build artifact**_ produced by a [Builder](builders.md), and schedules a test run of a test case within the test plan, on the Testground deployment, with the specified number of instances and test parameters.
88

99
```text
1010

concepts-and-architecture/untitled.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

writing-test-plans/test-plan-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runner = "local:exec"
2424

2525
### Builder and runner options
2626

27-
The next few sections are options passed to each builder and runner when they are selected. Make sure to enable any [builders](../concepts-and-architecture/builders-1.md#supported-builders) and [runners](../concepts-and-architecture/runners.md#supported-runners) you want to use! The following section enables all runners and passes configurations. Of particular interest is the module path. Make sure this is correct to ensure code can be correctly imported.
27+
The next few sections are options passed to each builder and runner when they are selected. Make sure to enable any [builders](../concepts-and-architecture/builders.md#supported-builders) and [runners](../concepts-and-architecture/runners.md#supported-runners) you want to use! The following section enables all runners and passes configurations. Of particular interest is the module path. Make sure this is correct to ensure code can be correctly imported.
2828

2929
```yaml
3030
[builders."docker:go"]

0 commit comments

Comments
 (0)