From 07d151c7bceccfbcabc7a40f07cd19143c5c5080 Mon Sep 17 00:00:00 2001 From: Kudzu Date: Mon, 10 Jul 2017 14:07:26 -0400 Subject: [PATCH] Minor change to plug url --- source/Cosmos.IL2CPU/ILScanner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Cosmos.IL2CPU/ILScanner.cs b/source/Cosmos.IL2CPU/ILScanner.cs index 6f3056905..a907153db 100644 --- a/source/Cosmos.IL2CPU/ILScanner.cs +++ b/source/Cosmos.IL2CPU/ILScanner.cs @@ -545,7 +545,7 @@ namespace Cosmos.IL2CPU } if (xNeedsPlug) { - throw new Exception("Native code encountered, plug required. Please see http://www.gocosmos.org/docs/plugs/). " + LabelName.GetFullName(aMethod) + "." + Environment.NewLine + " Called from :" + Environment.NewLine + sourceItem); + throw new Exception("Native code encountered, plug required. Please see http://www.gocosmos.org/docs/plugs/missing/). " + LabelName.GetFullName(aMethod) + "." + Environment.NewLine + " Called from :" + Environment.NewLine + sourceItem); } //TODO: As we scan each method, we could update or put in a new list