You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ta...@apache.org on 2016/12/29 17:01:57 UTC

svn commit: r1776453 - /ofbiz/trunk/README.md

Author: taher
Date: Thu Dec 29 17:01:57 2016
New Revision: 1776453

URL: http://svn.apache.org/viewvc?rev=1776453&view=rev
Log:
Fixed: provided an updated script for gradle bash-completion in README.md

The old reference for gradle bash completion is broken. Hence using a newer
fork that works correctly and in multiple environments

Modified:
    ofbiz/trunk/README.md

Modified: ofbiz/trunk/README.md
URL: http://svn.apache.org/viewvc/ofbiz/trunk/README.md?rev=1776453&r1=1776452&r2=1776453&view=diff
==============================================================================
--- ofbiz/trunk/README.md (original)
+++ ofbiz/trunk/README.md Thu Dec 29 17:01:57 2016
@@ -581,11 +581,11 @@ To get tab completion (auto complete gra
 you can download the script from the below link and place it in the
 appropriate location for your system.
 
-[Gradle tab completion](https://gist.github.com/nolanlawson/8694399)
+[Gradle tab completion](https://gist.github.com/Ea87/46401a96df31cd208a87)
 
 For example, on debian based systems, you can use the following command:
 
-`sudo curl -L -s https://gist.github.com/nolanlawson/8694399/raw/gradle-tab-completion.bash -o /etc/bash_completion.d/gradle-tab-completion.bash`
+`sudo curl -L -s https://gist.github.com/Ea87/46401a96df31cd208a87/raw/gradle-tab-completion.bash -o /etc/bash_completion.d/gradle-tab-completion.bash`
 
 Crypto notice
 -------------