Skip to content

Commit

Permalink
fix broken doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jan 30, 2025
1 parent 7671c2f commit 6dff05e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/spec/doc/core-metaprogramming.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/spec/doc/tools-ide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion subprojects/groovy-binary/src/spec/doc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6dff05e

Please sign in to comment.