Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Patridge <patridge@gmail.com>2016-09-20 20:14:19 +0300
committerAdam Patridge <patridge@gmail.com>2016-09-20 21:02:27 +0300
commit6f8ae219991e381a7402c492ced6203ce6bc3bb4 (patch)
treed3aa26471ac623ea2001bfa72482fe1897f39cbb /configure
parent547329a95e82794bfa92b98f47190a29c7da498f (diff)
[build] Keep suggested OS X build doc URL OS-specific.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 240e6b090b..d46029676f 100755
--- a/configure
+++ b/configure
@@ -143,7 +143,7 @@ handle_config_error ()
{
if test `uname` = "Darwin"; then
echo ""
- echo "Have you followed http://monodevelop.com/Developers/Mac_Support/Building_MonoDevelop_on_OS_X ?"
+ echo "Have you followed http://www.monodevelop.com/developers/building-monodevelop/#macosx ?"
echo ""
fi
exit 1