This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 6dff05eec5 fix broken doc links
6dff05eec5 is described below
commit 6dff05eec5f645e0a7eaf0221f724e376615e8da
Author: Paul King <[email protected]>
AuthorDate: Thu Jan 30 21:31:52 2025 +1000
fix broken doc links
---
src/spec/doc/core-metaprogramming.adoc | 2 +-
src/spec/doc/tools-ide.adoc | 2 +-
subprojects/groovy-binary/src/spec/doc/index.adoc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/spec/doc/core-metaprogramming.adoc
b/src/spec/doc/core-metaprogramming.adoc
index 477a15a186..7e630abb0f 100644
--- a/src/spec/doc/core-metaprogramming.adoc
+++ b/src/spec/doc/core-metaprogramming.adoc
@@ -2235,7 +2235,7 @@ You still need to add the appropriate slf4j jar(s) to
your classpath.
[[xform-PlatformLog]]
===== `@groovy.util.logging.PlatformLog`
-Groovy supports the https://openjdk.java.net/jeps/264[Java Platform Logging
API and Service]
+Groovy supports the https://openjdk.org/jeps/264[Java Platform Logging API and
Service]
framework using the `@PlatformLog` annotation. Writing:
[source,groovy]
diff --git a/src/spec/doc/tools-ide.adoc b/src/spec/doc/tools-ide.adoc
index 98ed0d0222..691f0b91ff 100644
--- a/src/spec/doc/tools-ide.adoc
+++ b/src/spec/doc/tools-ide.adoc
@@ -28,7 +28,7 @@ Many IDEs and text editors support the Groovy programming
language.
|Editor|Syntax highlighting|Code completion|Refactoring
|https://github.com/groovy/groovy-eclipse[Groovy Eclipse Plugin]|Yes|Yes|Yes
|https://www.jetbrains.com/help/idea/groovy.html[IntelliJ IDEA]|Yes|Yes|Yes
-|https://netbeans.org/features/groovy/[Netbeans]|Yes|Yes|Yes
+|https://netbeans.apache.org/tutorial/main/kb/docs/java/groovy-quickstart/[Netbeans]|Yes|Yes|Yes
|https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes[Groovy Emacs
Modes]|Yes|No|No
|https://github.com/textmate/groovy.tmbundle[TextMate]|Yes|No|No
|http://www.vim.org/[vim]|Yes|No|No
diff --git a/subprojects/groovy-binary/src/spec/doc/index.adoc
b/subprojects/groovy-binary/src/spec/doc/index.adoc
index 2ed548a59b..40a832a15d 100644
--- a/subprojects/groovy-binary/src/spec/doc/index.adoc
+++ b/subprojects/groovy-binary/src/spec/doc/index.adoc
@@ -167,7 +167,7 @@ offer some of the same security features as Java programs,
including:
Special security support is provided through:
* gapi:groovy.lang.GroovyShell[], gapi:groovy.lang.GroovyClassLoader[] and
other parts of the Groovy runtime fully support the Java security manager which
allows you to sandbox script execution with a security policy. (Note: this
functionality might be scaled back in future Groovy versions or when running
-on particular JDK versions in line with https://openjdk.java.net/jeps/411[JEP
411])
+on particular JDK versions in line with https://openjdk.org/jeps/411[JEP 411])
* gapi:org.codehaus.groovy.control.customizers.SecureASTCustomizer[]
secures source code by controlling what code constructs are permitted or
prohibited in a code base
(or part of a code base)