Skip to content

Commit c16a400

Browse files
authored
Fix broken link in tutorial (#213)
Signed-off-by: Kichan Kwon <[email protected]>
1 parent 7eacb66 commit c16a400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ operator-sdk init --plugins=hybrid.helm.sdk.operatorframework.io --project-versi
3030
The `init` command generates the RBAC rules in `config/rbac/role.yaml` based on the resources that would be deployed by the chart's default manifests. Be sure to double check that the rules generated in `config/rbac/role.yaml` meet the operator's permission requirements.
3131

3232
**Note:**
33-
This creates a project structure that is compatible with both Helm and Go APIs. To learn more about the project directory structure, see the [project layout][[project_layout]] doc.
33+
This creates a project structure that is compatible with both Helm and Go APIs. To learn more about the project directory structure, see the [project layout][project_layout] doc.
3434

3535
Hybrid-Helm has not been tested against webhooks and cert manager. Hence, there is no scaffolding for webhooks and cert manager. Go APIs support Webhooks in general. If users, would like to experiment doing so, they can refer to [Operator SDK](https://sdk.operatorframework.io/docs/building-operators/golang/webhook/) or [Kubebuilder](https://book.kubebuilder.io/reference/webhook-overview.html?highlight=webhook#webhook) documentation.
3636

@@ -374,6 +374,6 @@ make undeploy
374374
[rbac]: https://kubernetes.io/docs/reference/access-authn-authz/rbac/
375375
[rbac_marker]: https://book.kubebuilder.io/reference/markers/rbac.html
376376
[rbac_bug]: https://github.com/operator-framework/helm-operator-plugins/issues/142
377-
[project_layout]: docs/project_layout.md
377+
[project_layout]: /docs/project_layout.md
378378
[c-r_manager]: https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/manager#Manager
379379
[memcached_sample_rbac]: https://github.com/varshaprasad96/hybrid-memcached-example/blob/main/config/rbac/role.yaml

0 commit comments

Comments
 (0)