aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-06-19 08:09:45 -0400
committerDavid Goulet <dgoulet@torproject.org>2023-06-19 08:09:45 -0400
commit3cb6a690be60fcdab60130402ff88dcfc0657596 (patch)
treed9748ef003832ba291739250dcc9bcb5cf65989a /Makefile.am
parent7a83aa4f5042905844cb9ab48a4876becd8f2175 (diff)
parent94f4d0968b57db8b3346a5b51b9e0c2ed3e8d98f (diff)
downloadtor-3cb6a690be60fcdab60130402ff88dcfc0657596.tar.gz
tor-3cb6a690be60fcdab60130402ff88dcfc0657596.zip
Merge branch 'maint-0.4.7'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1682f58b49..7567ca99c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -479,7 +479,7 @@ test-network-results:
need-stem-path:
@if test ! -d "$$STEM_SOURCE_DIR"; then \
echo '$$STEM_SOURCE_DIR was not set.'; echo; \
- echo "To run these tests, git clone https://git.torproject.org/stem.git/ ; export STEM_SOURCE_DIR=\`pwd\`/stem"; \
+ echo "To run these tests, git clone https://gitlab.torproject.org/tpo/network-health/stem ; export STEM_SOURCE_DIR=\`pwd\`/stem"; \
exit 1; \
fi