Skip to content

Commit cf414a4

Browse files
committed
Fix link
1 parent 4507c8d commit cf414a4

File tree

1 file changed

+1
-1
lines changed
  • content/en/blog/cstamas/2026/01/spend-a-day-musings

1 file changed

+1
-1
lines changed

content/en/blog/cstamas/2026/01/spend-a-day-musings/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ HttpClient the response was 404 Not Found. On "bad" outcome, on Java 17.0.17, th
5757

5858
And what this resulted in? Nothing big, right? HTTP 404 or HTTP 500, does it matter?
5959

60-
Well, check out Resolver [`ResolutionErrorPolicy`](maven-resolver-api/src/main/java/org/eclipse/aether/resolution/ResolutionErrorPolicy.java) class.
60+
Well, check out Resolver [`ResolutionErrorPolicy`](https://github.com/apache/maven-resolver/blob/2340c676f3aaf920ea7bbb5120b0ade4829a737c/maven-resolver-api/src/main/java/org/eclipse/aether/resolution/ResolutionErrorPolicy.java) class.
6161
It is obvious that Resolver _caches errors_ but also distinguish (sparingly) two types of them: "not found" types and "other".
6262
Also, there is a Maven 4 CLI command:
6363
```

0 commit comments

Comments
 (0)