This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 54c548f  fix links
54c548f is described below

commit 54c548f11d8134e1af446b75657d51152edfa714
Author: Paul King <[email protected]>
AuthorDate: Wed Feb 26 21:00:40 2025 +1000

    fix links
---
 site/src/site/blog/groovy-text-similarity.adoc      | 2 +-
 site/src/site/blog/jvm-hello-world-with-groovy.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/src/site/blog/groovy-text-similarity.adoc 
b/site/src/site/blog/groovy-text-similarity.adoc
index 665a72c..97c24a5 100644
--- a/site/src/site/blog/groovy-text-similarity.adoc
+++ b/site/src/site/blog/groovy-text-similarity.adoc
@@ -930,7 +930,7 @@ bovine (0.39)
 === UAE
 
 The https://djl.ai/[Deep Java Library]
-also has 
link:++https://www.tensorflow.org/[TensorFlow]++[https://pytorch.org/[TensorFlow\]]
 integration
+also has https://www.tensorflow.org/[TensorFlow] integration
 which we'll use to load and exercise Google's 
https://research.google/pubs/universal-sentence-encoder/[USE] 
https://www.kaggle.com/models/google/universal-sentence-encoder[model].
 
 The USE model also supports conceptual embeddings, so we'll use the same 
phrases as we did for AngleE.
diff --git a/site/src/site/blog/jvm-hello-world-with-groovy.adoc 
b/site/src/site/blog/jvm-hello-world-with-groovy.adoc
index 7e15518..59deb0e 100644
--- a/site/src/site/blog/jvm-hello-world-with-groovy.adoc
+++ b/site/src/site/blog/jvm-hello-world-with-groovy.adoc
@@ -213,5 +213,5 @@ I hope you have learnt some additional JVM details!
 == Further information
 
 * https://github.com/paulk-asert/bytecode-fun[Github repo] of the above 
examples
-* A https://openjdk.org/jeps/8280389[draft JEP] for what might become an 
official API for parsing, generating, and transforming Java class files
+* A https://openjdk.org/jeps/457[JEP] for what might become an official API 
for parsing, generating, and transforming Java class files
 * Social media: https://twitter.com/ApacheGroovy[@ApacheGroovy] 
https://fosstodon.org/@ApacheGroovy[@[email protected]]

Reply via email to