diff --git a/docs/developer-guide/services.md b/docs/developer-guide/services.md index 4978deb1d6..e4b5f092ec 100644 --- a/docs/developer-guide/services.md +++ b/docs/developer-guide/services.md @@ -23,8 +23,8 @@ The Prowler's service structure is the following and the way to initialise it is All the Prowler provider's services inherits from a base class depending on the provider used. - [AWS Service Base Class](https://github.com/prowler-cloud/prowler/blob/master/prowler/providers/aws/lib/service/service.py) -- [GCP Service Base Class](https://github.com/prowler-cloud/prowler/blob/master/prowler/providers/azure/lib/service/service.py) -- [Azure Service Base Class](https://github.com/prowler-cloud/prowler/blob/master/prowler/providers/gcp/lib/service/service.py) +- [GCP Service Base Class](https://github.com/prowler-cloud/prowler/blob/master/prowler/providers/gcp/lib/service/service.py) +- [Azure Service Base Class](https://github.com/prowler-cloud/prowler/blob/master/prowler/providers/azure/lib/service/service.py) - [Kubernetes Service Base Class](https://github.com/prowler-cloud/prowler/blob/master/prowler/providers/kubernetes/lib/service/service.py) Each class is used to initialize the credentials and the API's clients to be used in the service. If some threading is used it must be coded there.