Skip to content

Commit

Permalink
docs: Update Groovy project url (#63)
Browse files Browse the repository at this point in the history
docs: Update Groovy project url
  • Loading branch information
paulk-asert authored and aalmiray committed Jun 3, 2024
1 parent 63f9894 commit 2ebdd5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/src/docs/asciidoc/groovy.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[_groovy]]
= Using Json-lib with Groovy

Since version 2.0 Json-lib has integrated http://groovy.codehaus.org[Groovy]
Since version 2.0 Json-lib has integrated https://groovy-lang.org/[Groovy]
support, meaning that POGOs can be transformed into JSON and back,
in the same manner as you do now with POJOs. There are other features as well:

Expand Down Expand Up @@ -40,4 +40,4 @@ def strAsFunc = "function(param){ this.param = param; }" as JSONFunction

WARNING: Since version 2.2.1 Json-lib will not automatically enhance class through
custom metaclasses, you must call GJson.enhanceClasses() before executing
the examples shown on this page.
the examples shown on this page.

0 comments on commit 2ebdd5a

Please sign in to comment.