diff --git a/meta/lib/patchtest/README.md b/meta/lib/patchtest/README.md
index f66613c0c1..27cc61c802 100644
--- a/meta/lib/patchtest/README.md
+++ b/meta/lib/patchtest/README.md
@@ -1,12 +1,12 @@
# patchtest selftests for openembedded-core
This directory provides a test suite and selftest script for use with the
-patchtest repository: https://git.yoctoproject.org/patchtest/
+patchtest repository:
To setup for use:
-1. Clone https://git.openembedded.org/openembedded-core (this repo) and https://git.openembedded.org/bitbake/
-2. Clone https://git.yoctoproject.org/patchtest
+1. Clone (this repo) and
+2. Clone
3. Install the necessary Python modules: in meta/lib/patchtest or the patchtest
repo, do `pip install -r requirements.txt`
4. Add patchtest to PATH: `export PATH=/path/to/patchtest/repo:$PATH`
@@ -17,4 +17,4 @@ To setup for use:
7. Finally, run the selftest script: `./meta/lib/patchtest/selftest/selftest`
For more information on using patchtest, see the patchtest repo at
-https://git.yoctoproject.org/patchtest/.
+.