Skip to content

Commit c54d86b

Browse files
committed
fix dead links from reorg
Signed-off-by: Robert Detjens <github@detjens.dev>
1 parent d6f770a commit c54d86b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ the future so that users will not need to compile from git source.
2121
## Next Steps
2222

2323
After installing the `beavercds` binary, get started with [setting up the
24-
challenges repo](for-sysadmins/quickstart) or [writing challenges](for-authors/quickstart).
24+
challenges repo](/guides/infra-quickstart) or [writing challenges](/guides/challenge-quickstart).

docs/reference/challenge-yaml-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This is automatically set from the expected directory structure of `<category>/<
7070
Not implemented yet, does nothing
7171
:::
7272

73-
The difficulty from the challenge, used to set point values. Values correspond to entries in the [rcds.yaml difficulty settings](../for-sysadmins/config#difficulty).
73+
The difficulty from the challenge, used to set point values. Values correspond to entries in the [rcds.yaml difficulty settings](rcds-yaml-reference#difficulty).
7474

7575
```yaml
7676
difficulty: 1 # the current default
@@ -261,7 +261,7 @@ Set the desired CPU architecture to run this pod on.
261261

262262
The resource usage request and limits for the pod. Kubernetes will make sure the requested resources will be available for this pod to use, and will also restart the pod if it goes over these limits.
263263

264-
If not set, the default set in [`rcds.yaml`](../for-sysadmins/config#rcds.yaml) is used.
264+
If not set, the default set in [`rcds.yaml`](rcds-yaml-reference#resources) is used.
265265

266266
### `.replicas`
267267

0 commit comments

Comments
 (0)