Skip to content

Commit c30b224

Browse files
authored
docs(operator): Fix the error 404 URL on operator/docs/prologue/quickstart.md (#18142)
Signed-off-by: Ader Fu <[email protected]>
1 parent 82263d3 commit c30b224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator/docs/prologue/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ One page summary on how to start with Loki Operator and LokiStack.
1616

1717
## Requirements
1818

19-
The easiest way to start with the Loki Operator is to use Kubernetes [kind](sigs.k8s.io/kind).
19+
The easiest way to start with the Loki Operator is to use Kubernetes [kind](https://kind.sigs.k8s.io/).
2020

2121
## Deploy from Github repository
2222

@@ -26,7 +26,7 @@ The simplest form to deploy the Loki Operator and a LokiStack for demo purposes
2626
make quickstart
2727
```
2828

29-
If you want to test local changes from your repository fork, you need to provide an image registry organization that you own that has an image repository name `loki-operator`, e.g. `quay.io/my-company-org/loki-operator`. The command to use your custom images is:
29+
If you want to test local changes from your repository fork, you need to provide an image registry organization that you own that has an image repository name `loki-operator`(e.g., `quay.io/my-company-org/loki-operator`). The command to use your custom images is:
3030

3131
```shell
3232
make quickstart REGISTRY_BASE=quay.io/my-company-org

0 commit comments

Comments
 (0)