Skip to content

Commit 25f608b

Browse files
authored
Signed-off-by: shivangi <[email protected]>
1 parent 3159ef2 commit 25f608b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: website/content/en/docs/best-practices/common-recommendation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
[operator-best-practices]: /docs/best-practices/best-practices
9898
[kb-gkv]: https://book.kubebuilder.io/cronjob-tutorial/gvks.html
9999
[operator-pattern]: https://kubernetes.io/docs/concepts/extend-kubernetes/operator/
100-
[molecule]: https://molecule.readthedocs.io/en/latest/
100+
[molecule]: https://molecule.readthedocs.io/
101101
[molecule-tests]: /docs/building-operators/ansible/testing-guide
102102
[helm-chart-tests]: https://helm.sh/docs/topics/chart_tests/
103103
[envtest]: https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/envtest

Diff for: website/content/en/docs/building-operators/ansible/migration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ For further steps regarding the deployment of the operator, creation of custom r
301301
[kube-auth-proxy]: https://github.com/brancz/kube-rbac-proxy
302302
[metrics]: https://book.kubebuilder.io/reference/metrics.html?highlight=metr#metrics
303303
[marker]: https://book.kubebuilder.io/reference/markers.html?highlight=markers#marker-syntax
304-
[molecule]: https://molecule.readthedocs.io/en/latest/#
304+
[molecule]: https://molecule.readthedocs.io/
305305
[testing-guide]: /docs/building-operators/ansible/testing-guide
306306
[migration-doc]: /docs/upgrading-sdk-version/
307307
[tutorial-deploy]: /docs/building-operators/ansible/tutorial/#run-the-operator

Diff for: website/content/en/docs/building-operators/ansible/testing-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Our molecule scenarios have the following basic structure:
4848
└── verify.yml
4949
```
5050

51-
- `molecule.yml` is a configuration file for molecule. It defines what driver to use to stand up an environment and the associated configuration, linting rules, and a variety of other configuration options. For full documentation on the options available here, see the [molecule configuration documentation](https://molecule.readthedocs.io/en/latest/configuration)
51+
- `molecule.yml` is a configuration file for molecule. It defines what driver to use to stand up an environment and the associated configuration, linting rules, and a variety of other configuration options. For full documentation on the options available here, see the [molecule configuration documentation](https://molecule.readthedocs.io/configuration/)
5252

5353
- `prepare.yml` is an Ansible playbook that is run once during the set up of a scenario. You can put any arbitrary Ansible in this playbook. It is used for one-time configuration of your test environment, for example, creating the cluster-wide `CustomResourceDefinition` that your Operator will watch.
5454

Diff for: website/content/en/docs/building-operators/golang/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To implement application-specific tests, the SDK's test harness, [scorecard][sco
5353
[gomega]: https://onsi.github.io/gomega/
5454
[kuttl]: https://kuttl.dev/
5555
[sample]: https://github.com/operator-framework/operator-sdk/tree/master/testdata/go/v3/memcached-operator
56-
[molecule]: https://molecule.readthedocs.io/en/latest/
56+
[molecule]: https://molecule.readthedocs.io/
5757
[molecule-tests]: /docs/building-operators/ansible/testing-guide
5858
[helm-chart-tests]: https://helm.sh/docs/topics/chart_tests/
5959
[go-legacy-shell]: https://github.com/operator-framework/operator-sdk/blob/v1.0.0/hack/tests/e2e-go.sh

Diff for: website/content/en/docs/overview/project-layout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Now, let's look at the files and directories specific to Helm-based operators.
8484
[olm-manifests]: https://github.com/operator-framework/operator-registry/tree/v1.5.3#manifest-format
8585
[olm-metadata]: https://github.com/operator-framework/operator-registry/blob/v1.16.1/docs/design/operator-bundle.md#bundle-manifest-format
8686
[bundle]:https://github.com/operator-framework/operator-registry/blob/v1.16.1/docs/design/operator-bundle.md
87-
[molecule]: https://molecule.readthedocs.io/en/latest/
87+
[molecule]: https://molecule.readthedocs.io/
8888
[ansible-watches]: /docs/building-operators/ansible/reference/watches
8989
[ansible-test-guide]: /docs/building-operators/ansible/testing-guide
9090
[helm-watches]: /docs/building-operators/helm/reference/watches

Diff for: website/content/en/docs/upgrading-sdk-version/version-upgrade-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ which ./bin/openapi-gen > /dev/null || go build -o ./bin/openapi-gen k8s.io/kube
12881288
The Molecule version for Ansible based-operators was upgraded from `2.22` to `3.0.2`. The following changes are required in the default scaffold files.
12891289

12901290
- Remove the `scenario.name` from `molecule.yaml` and then, ensure that any condition with will look for the folder name which determines the scenario name from now on
1291-
- Replace the lint with newer syntax from [documentation](https://molecule.readthedocs.io/en/latest/contributing/#linting). See:
1291+
- Replace the lint with newer syntax from [documentation](https://molecule.readthedocs.io/contributing/#linting). See:
12921292

12931293
Replace:
12941294

0 commit comments

Comments
 (0)