diff --git a/_security-plugin/configuration/configuration.md b/_security-plugin/configuration/configuration.md index 33b2c9bf..2aad055a 100755 --- a/_security-plugin/configuration/configuration.md +++ b/_security-plugin/configuration/configuration.md @@ -24,7 +24,7 @@ opensearch_security: ... ``` -For a more complete example, see the [sample file on GitHub](https://github.com/opensearch-project/security/blob/main/securityconfig/config.yml). +For a more complete example, see the [sample file on GitHub](https://github.com/opensearch-project/security/blob/main/config/config.yml). ## HTTP diff --git a/_security-plugin/configuration/tls.md b/_security-plugin/configuration/tls.md index d8b97c16..fa08972d 100755 --- a/_security-plugin/configuration/tls.md +++ b/_security-plugin/configuration/tls.md @@ -9,7 +9,7 @@ nav_order: 10 TLS is configured in `opensearch.yml`. There are two main configuration sections: the transport layer and the REST layer. TLS is optional for the REST layer and mandatory for the transport layer. -You can find an example configuration template with all options on [GitHub](https://github.com/opensearch-project/security/blob/main/securityconfig/opensearch.yml.example). +You can find an example configuration template with all options on [GitHub](https://github.com/opensearch-project/security/blob/main/config/opensearch.yml.example). {: .note }