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

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Product.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Product.cs b/Product.cs
index 899f46c..09fc0d7 100644
--- a/Product.cs
+++ b/Product.cs
@@ -53,7 +53,7 @@ namespace macdoc
case Product.MonoTouch:
return "/Developer/MonoTouch/usr/share/doc/MonoTouch/apple-doc-wizard";
case Product.MonoMac:
- return "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/share/doc/apple-doc-wizard";
+ return "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/usr/share/doc/Xamarin.Mac/apple-doc-wizard";
default:
return null;
}