We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ed1c6 commit ae21674Copy full SHA for ae21674
README.md
@@ -8,15 +8,15 @@ Using Homebrew:
8
9
Download the binary .tar.gz package:
10
11
-[https://github.com/SpringSource/rest-shell/downloads](https://github.com/SpringSource/rest-shell/downloads)
+[https://github.com/spring-projects/rest-shell/downloads](https://github.com/spring-projects/rest-shell/downloads)
12
13
tar -zxvf rest-shell-1.2.0.RELEASE.tar.gz
14
cd rest-shell-1.2.0.RELEASE
15
bin/rest-shell
16
17
# Building and Running
18
19
- git clone git://github.com/SpringSource/rest-shell.git
+ git clone git://github.com/spring-projects/rest-shell.git
20
cd rest-shell
21
./gradlew installApp
22
cd build/install/rest-shell-1.2.0.RELEASE
0 commit comments