You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/04/12 00:38:37 UTC

[groovy] 07/07: Change doc URL from beta to non-beta (closes #908)

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

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

commit d19aef0d98383fb1b8821966622245f6c90ca4d6
Author: Michael Kutz <mi...@rewe-digital.com>
AuthorDate: Wed Apr 10 09:06:45 2019 +0200

    Change doc URL from beta to non-beta (closes #908)
    
    I don't see any reason why the reader should be directed to the beta
    docs instead of the current ones.
---
 src/spec/doc/style-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/spec/doc/style-guide.adoc b/src/spec/doc/style-guide.adoc
index 828e628..fdb47e1 100644
--- a/src/spec/doc/style-guide.adoc
+++ b/src/spec/doc/style-guide.adoc
@@ -498,7 +498,7 @@ These methods add a functional flavor to the programming language and help worki
 Lots of new methods are applied to various types, through decoration, thanks to the dynamic nature of the language.
 You can find lots of very useful methods on String, Files, Streams, Collections, and much more:
 
-http://beta.groovy-lang.org/gdk.html
+http://groovy-lang.org/gdk.html
 
 == The power of switch