diff --git a/README.md b/README.md index 00f31db..b1eaa9b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Gradle example in **settings.gradle** file: } ``` -**Note:** For [security](https://blog.autsoft.hu/a-confusing-dependency/) and performance reasons it is recommended to exclude the dependency search from other repositories using [filtering](https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:repository-content-filtering). +**Note:** For [security](https://zsmb.co/a-confusing-dependency/) and performance reasons it is recommended to exclude the dependency search from other repositories using [filtering](https://docs.gradle.org/current/userguide/declaring_repositories_adv.html#sec:repository-content-filtering). ```gradle maven { diff --git a/_index.en.md b/_index.en.md index 00f31db..b1eaa9b 100644 --- a/_index.en.md +++ b/_index.en.md @@ -46,7 +46,7 @@ Gradle example in **settings.gradle** file: } ``` -**Note:** For [security](https://blog.autsoft.hu/a-confusing-dependency/) and performance reasons it is recommended to exclude the dependency search from other repositories using [filtering](https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:repository-content-filtering). +**Note:** For [security](https://zsmb.co/a-confusing-dependency/) and performance reasons it is recommended to exclude the dependency search from other repositories using [filtering](https://docs.gradle.org/current/userguide/declaring_repositories_adv.html#sec:repository-content-filtering). ```gradle maven { diff --git a/intro/_index.en.md b/intro/_index.en.md index f60e07b..0bec046 100644 --- a/intro/_index.en.md +++ b/intro/_index.en.md @@ -52,7 +52,7 @@ Gradle example: } ``` -**Note:** For [security](https://blog.autsoft.hu/a-confusing-dependency/) and performance reasons it is recommended to exclude the dependency search from other repositories using [filtering](https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:repository-content-filtering). +**Note:** For [security](https://zsmb.co/a-confusing-dependency/) and performance reasons it is recommended to exclude the dependency search from other repositories using [filtering](https://docs.gradle.org/current/userguide/declaring_repositories_adv.html#sec:repository-content-filtering). ```gradle maven {