From eda7b53f9ad9fd71dbfbf001d5a5e92a95d881a5 Mon Sep 17 00:00:00 2001 From: Erin Corson Date: Fri, 26 Jun 2020 12:33:27 -0600 Subject: [PATCH] Update docs/faq.md Co-authored-by: Bevan Arps --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index b277790eac0..94b6a8abb8b 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -9,7 +9,7 @@ No, you can issue the creation of all resources at the same time. The operator w Yes, we follow semantic versioning to preserve backward compatibility. Please follow Kubebuilder's versioning [mechanism](https://book.kubebuilder.io/multiversion-tutorial/conversion-concepts.html) for this. ### Is there a guide that talks about how to develop an operator for a new Azure service? -There is a step-by-step guide that walks you through this process [here](/howto/newoperatorguide.md). +There is a [step-by-step guide](/howto/newoperatorguide.md) that walks you through this process. ### Are there any sample apps that demonstrate how to utilize the Azure Service Operators? We have some samples that illustrate how to use Azure Service Operators along with your application [here](https://github.com/Azure-Samples/azure-service-operator-samples). The samples also show how to utilize post-deployment-secrets from the Azure Service Operator.