Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Readme changes #5

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitmodules
@@ -1,9 +1,9 @@
[submodule "services"]
path = services
url = git@github.com:cloudfoundry/vcap-services.git
url = https://github.com/cloudfoundry/vcap-services.git
[submodule "tests"]
path = tests
url = git@github.com:cloudfoundry/vcap-tests.git
url = https://github.com/cloudfoundry/vcap-tests.git
[submodule "java"]
path = java
url = git@github.com:cloudfoundry/vcap-java.git
url = https://github.com/cloudfoundry/vcap-java.git
4 changes: 2 additions & 2 deletions README
Expand Up @@ -119,7 +119,7 @@ additional instructions for this environment have been included.
# this ends up mounting the services and tests repos in the directory tree of vcap
#
# 2) any time you git pull in vcap, you must also git submodule update
git clone git@github.com:cloudfoundry/vcap.git
git clone https://github.com/cloudfoundry/vcap.git

# note, there should be a .rvmrc file in vcap/rvmrc
# make sure that the vcap/.rvmrc is present and that it contains
Expand Down Expand Up @@ -178,7 +178,7 @@ additional instructions for this environment have been included.
For support visit support@cloudfoundry.com

Target: http://api.vcap.me (v0.999)
Client: v0.3.7
Client: v0.3.10


#play around as a user, start with
Expand Down