From fc678b4e3c161f64ca734e00b16129f7364afae4 Mon Sep 17 00:00:00 2001 From: Hakky54 Date: Wed, 4 Sep 2024 16:06:29 +0200 Subject: [PATCH] Added trust me project and bumped java to 21 --- trust-me/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trust-me/README.md b/trust-me/README.md index 8032030..7d099a2 100644 --- a/trust-me/README.md +++ b/trust-me/README.md @@ -6,7 +6,7 @@ It might occur that your truststore has outdated certificates and is not easy to This option demonstrates how to integrate it in your GUI app, and it will prompt when the certificate is not trusted yet, which gives the option to the end-user to either trust or reject it. ## Demo -![alt text](https://github.com/Hakky54/java-tutorials/blob/main/trust-me/blob/master/images/demo.gif?raw=true) +![alt text](https://github.com/Hakky54/java-tutorials/blob/main/trust-me/images/demo.gif?raw=true) ## Running locally