Minor change to plug url

This commit is contained in:
Kudzu 2017-07-10 14:07:26 -04:00
parent cbffb001f3
commit 07d151c7bc

View file

@ -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