Documentation: change link to Guava from code.google to github
Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/b3ca8026 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/b3ca8026 Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/b3ca8026 Branch: refs/heads/GROOVY_2_4_X Commit: b3ca8026fc4fdef4aeeefcaacb4f2f7d95533094 Parents: 06b57e6 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sat Apr 18 13:28:01 2015 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sat Apr 18 20:30:11 2015 +0200 ---------------------------------------------------------------------- src/spec/doc/core-domain-specific-languages.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/b3ca8026/src/spec/doc/core-domain-specific-languages.adoc ---------------------------------------------------------------------- diff --git a/src/spec/doc/core-domain-specific-languages.adoc b/src/spec/doc/core-domain-specific-languages.adoc index 9a3c21d..d35fa82 100644 --- a/src/spec/doc/core-domain-specific-languages.adoc +++ b/src/spec/doc/core-domain-specific-languages.adoc @@ -55,7 +55,7 @@ As a second example, consider how you might write a DSL for simplifying one of your existing APIs. Maybe you need to put this code in front of customers, business analysts or testers who might be not hard-core Java developers. Weâll use the `Splitter` from the Google -http://code.google.com/p/guava-libraries/[Guava libraries] project as it +https://github.com/google/guava[Guava libraries] project as it already has a nice Fluent API. Here is how we might use it out of the box: