Skip to content

Commit 10cb29f

Browse files
committed
Rename URLS to point to new repository name
1 parent 2023b71 commit 10cb29f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4242

4343
### Removed
4444

45-
[0.4.0]: https://github.com/localstack/localstack-operator-public/releases/tag/v0.4.0
46-
[0.3.3]: https://github.com/localstack/localstack-operator-public/releases/tag/v0.3.3
45+
[0.4.0]: https://github.com/localstack/localstack-operator/releases/tag/v0.4.0
46+
[0.3.3]: https://github.com/localstack/localstack-operator/releases/tag/v0.3.3

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ You can use `kubectl` to install the LocalStack Operator into your cluster:
1010

1111
```bash
1212
# latest version
13-
kubectl apply -f https://github.com/localstack/localstack-operator-public/releases/latest/download/controller.yaml
13+
kubectl apply -f https://github.com/localstack/localstack-operator/releases/latest/download/controller.yaml
1414

1515
# or specific version, e.g. v0.4.0
16-
kubectl apply -f https://github.com/localstack/localstack-operator-public/releases/v0.4.0/download/controller.yaml
16+
kubectl apply -f https://github.com/localstack/localstack-operator/releases/v0.4.0/download/controller.yaml
1717
```
1818

1919
## CRD definition
2020

21-
The operator includes a `LocalStack` CRD which defines your LocalStack instance. See the [api docs](https://github.com/localstack/localstack-operator-public/tree/main/api-docs.md) for a description of the available fields.
21+
The operator includes a `LocalStack` CRD which defines your LocalStack instance. See the [api docs](https://github.com/localstack/localstack-operator/tree/main/api-docs.md) for a description of the available fields.

0 commit comments

Comments
 (0)