Skip to content

Commit

Permalink
Merge pull request #6647 from Javaru/task/update-urls
Browse files Browse the repository at this point in the history
Update URLs to external docs
  • Loading branch information
jitpack-io authored Oct 30, 2024
2 parents d99b914 + be76a66 commit b26b861
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion _index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion intro/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b26b861

Please sign in to comment.