diff --git a/README.md b/README.md index 50a4a7b..da540ce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ Crew is a code review tool for git projects. -It works with a simple [API](https://github.com/pmsipilot/Crew/wiki/API). +It works with a simple [API](https://github.com/crew-cr/Crew/wiki/API). So, you can easily integrate it in your workflow. -See the [site](http://crew-cr.org) or the [wiki](http://github.com/pmsipilot/Crew/wiki) for more information. +See the [site](http://crew-cr.github.io/Crew) or the [wiki](http://github.com/crew-cr/Crew/wiki) for more information. diff --git a/scripts/review-request.sh b/scripts/review-request.sh index 30d2b30..6cbb52f 100755 --- a/scripts/review-request.sh +++ b/scripts/review-request.sh @@ -15,13 +15,12 @@ BRANCH_TO_REVIEW=`git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* BASE_BRANCH=master CREW_SERVER=http://crew - function usage { echo "$SCRIPT_NAME ($SCRIPT_VERSION), $SCRIPT_SHORT_DESC." - echo "-b (default: current branch)" - echo "-f " - echo "-p (default: 1)" - echo "-s (default: http://crew)" + echo "-b (default: $BRANCH_TO_REVIEW)" + echo "-f (default: $BASE_BRANCH)" + echo "-p (default: $CREW_PROJECT_ID)" + echo "-s (default: $CREW_SERVER)" echo "-h : this help" echo "-v : version of $SCRIPT_NAME" exit 0