You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by cc...@apache.org on 2015/09/28 21:01:22 UTC

incubator-groovy git commit: Fix download links (apache-groovy vs groovy)

Repository: incubator-groovy
Updated Branches:
  refs/heads/master f069c1865 -> 5ae602992


Fix download links (apache-groovy vs groovy)


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/5ae60299
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/5ae60299
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/5ae60299

Branch: refs/heads/master
Commit: 5ae6029927ff37019ccb99fe40f73220861c8fcb
Parents: f069c18
Author: Cedric Champeau <cc...@apache.org>
Authored: Mon Sep 28 21:00:01 2015 +0200
Committer: Cedric Champeau <cc...@apache.org>
Committed: Mon Sep 28 21:00:49 2015 +0200

----------------------------------------------------------------------
 src/spec/doc/core-getting-started.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/5ae60299/src/spec/doc/core-getting-started.adoc
----------------------------------------------------------------------
diff --git a/src/spec/doc/core-getting-started.adoc b/src/spec/doc/core-getting-started.adoc
index 676b642..cccbaa4 100644
--- a/src/spec/doc/core-getting-started.adoc
+++ b/src/spec/doc/core-getting-started.adoc
@@ -29,9 +29,9 @@ For a quick and effortless start on Mac OSX, Linux or Cygwin, you can use http:/
 
 === Stable
 
-- **Download zip**: https://bintray.com/artifact/download/groovy/maven/groovy-binary-{groovy-full-version}.zip[**Binary Release**] | https://bintray.com/artifact/download/groovy/maven/groovy-src-{groovy-full-version}.zip[Source Release]
-- **Download documentation**: https://bintray.com/artifact/download/groovy/maven/groovy-docs-{groovy-full-version}.zip[**JavaDoc and zipped online documentation**]
-- **Combined binary / source / documentation bundle**: https://bintray.com/artifact/download/groovy/maven/groovy-sdk-{groovy-full-version}.zip[**Distribution bundle**]
+- **Download zip**: https://bintray.com/artifact/download/groovy/maven/apache-groovy-binary-{groovy-full-version}.zip[**Binary Release**] | https://bintray.com/artifact/download/groovy/maven/groovy-src-{groovy-full-version}.zip[Source Release]
+- **Download documentation**: https://bintray.com/artifact/download/groovy/maven/apache-groovy-docs-{groovy-full-version}.zip[**JavaDoc and zipped online documentation**]
+- **Combined binary / source / documentation bundle**: https://bintray.com/artifact/download/groovy/maven/apache-groovy-sdk-{groovy-full-version}.zip[**Distribution bundle**]
 
 You can learn more about this version in the http://groovy-lang.org/releasenotes/groovy-{groovy-short-version}.html[release notes] or in the http://groovy-lang.org/changelogs/changelog-{groovy-full-version}.html[changelog].