QPID-7207: some trivial changes following move to git, mainly testing out the JIRA integration
diff --git a/INSTALL.txt b/INSTALL.txt
index cee7f17..ab5fb1e 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -36,7 +36,7 @@
 build in the source directory. You may use a build directory in any convenient place.
 These instructions use a build directory inside the source tree but this isn't essential.
 
-In the cpp distribution directory (<qpid>/cpp), build the code with:
+In the distribution directory, build the code with:
 
  # mkdir bld       # This is just a suggested name for the build directory
  # cd bld
@@ -162,15 +162,15 @@
 =====================================
 To get the source code from the subversion repository (trunk) do:
 
- # svn checkout http://svn.apache.org/repos/asf/qpid/trunk/qpid/.
+ # git clone https://git-wip-us.apache.org/repos/asf/qpid-cpp.git
 
-To build, cd to <qpid>/cpp subdirectory and then follow the instructions for building
+To build, cd to the new qpid-cpp directory and then follow the instructions for building
 from a Source Distribution in step (2).
 
 
 4. Tests
 ========
-See <qpid>/cpp/src/tests/README.txt for details.
+See src/tests/README.txt for details.
 
 
 ======================================================================================