Skip to content

Commit bccdcfd

Browse files
lint fixes
Signed-off-by: Craig <[email protected]>
1 parent 86df9c1 commit bccdcfd

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

content/manuals/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ params:
5252
- title: Docker Hardened Images
5353
description: Secure, minimal base images for trusted software delivery.
5454
icon: verified_user
55-
link: /docker-hardened-images/
55+
link: /dhi/
5656
- title: Build Cloud
5757
description: Build your images faster in the cloud.
5858
icon: /icons/logo-build-cloud.svg

content/manuals/dhi/core-concepts/cves.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Example output:
8383
...
8484
```
8585

86-
For more detailed filtering and JSON output, see [Docker Scout CLI reference](/reference/commandline/scout/).
86+
For more detailed filtering and JSON output, see [Docker Scout CLI reference](../../../reference/cli/docker/scout/_index.md).
8787

8888
### Grype
8989

content/manuals/dhi/core-concepts/slsa.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,4 @@ meets the specified security levels.
9999

100100
## Resources
101101

102-
For more details about SLSA definitions and Docker Build, see [SLSA definitions
103-
](/build/metadata/attestations/slsa-definitions/).
102+
For more details about SLSA definitions and Docker Build, see [SLSA definitions](/build/metadata/attestations/slsa-definitions/).

content/manuals/dhi/features/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ params:
2323
- title: Flexible, repository-based pricing
2424
description: Learn how Docker Hardened Images offer repository-based flexibility with no per-image or per-pull limitations.
2525
icon: wallet
26-
link: /dhi/features/pricing/
26+
link: /dhi/features/flexible/
2727
---
2828

2929
Docker Hardened Images (DHIs) go beyond minimal base and application images by

content/manuals/dhi/get-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ a simple Python command just like you would with any other Docker image:
105105
This starts a container from the `dhi-python:3.13` image and runs a simple
106106
Python script that prints `Hello from DHI`.
107107

108-
To dive deeper into using images see [Use a Docker Hardened Image
109-
](./how-to/use.md).
108+
To dive deeper into using images see [Use a Docker Hardened Image](./how-to/use.md).
110109

111110
## What's next
112111

content/manuals/dhi/how-to/scan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Example output:
4848
...
4949
```
5050

51-
For more detailed filtering and JSON output, see [Docker Scout CLI reference](/reference/commandline/scout/).
51+
For more detailed filtering and JSON output, see [Docker Scout CLI reference](../../../reference/cli/docker/scout/_index.md).
5252

5353
### Automate DHI scanning in CI/CD with Docker Scout
5454

0 commit comments

Comments
 (0)