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 2be2e87 fix broken links
2be2e87 is described below
commit 2be2e8790f8f773006cb9ac9446334cae785185e
Author: Paul King <[email protected]>
AuthorDate: Thu Jan 30 16:51:48 2025 +1000
fix broken links
---
site/src/site/blog/natural-language-processing-with-groovy.adoc | 2 +-
site/src/site/pages/buildstatus.groovy | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/src/site/blog/natural-language-processing-with-groovy.adoc
b/site/src/site/blog/natural-language-processing-with-groovy.adoc
index f13e26d..92e732a 100644
--- a/site/src/site/blog/natural-language-processing-with-groovy.adoc
+++ b/site/src/site/blog/natural-language-processing-with-groovy.adoc
@@ -578,7 +578,7 @@ http://nlp.johnsnowlabs.com/[Spark NLP] which adds NLP
functionality to
https://spark.apache.org/[Apache Spark]. We'll use
https://nlp.johnsnowlabs.com/2020/01/22/glove_100d.html[glove_100d]
embeddings and the
-https://nlp.johnsnowlabs.com/2020/02/03/onto_100_en.html[onto_100] NER model.
+https://sparknlp.org/2020/02/03/onto_100_en.html[onto_100] NER model.
[source,groovy]
----
diff --git a/site/src/site/pages/buildstatus.groovy
b/site/src/site/pages/buildstatus.groovy
index 685d126..c938f4f 100644
--- a/site/src/site/pages/buildstatus.groovy
+++ b/site/src/site/pages/buildstatus.groovy
@@ -49,7 +49,7 @@ layout 'layouts/main.groovy', true,
'Groovy master, JDK 11':
['MasterTestJdk11', ''],
'Groovy master, JDK 17':
['MasterTestJdk17', ''],
'Groovy master, JDK 21':
['MasterTestJdk21', ''],
- 'Groovy 4.0.X, JDK 8':
['Groovy40xTestJdk8', ''],
+ 'Groovy 4.0.X, JDK 8':
['Groovy_Groovy40xTestJdk8', ''],
'Groovy 4.0.X, JDK 17':
['Groovy40xTestJdk17', ''],
'Groovy 4.0.X, JDK 21':
['Groovy40xTestJdk21', ''],
'Groovy 3.0.X, JDK 8':
['Groovy30xTestAllJdk8', ''],