[Time Conductor] Fix link in error message

This commit is contained in:
Victor Woeltjen 2017-05-12 12:31:38 -07:00 committed by GitHub
parent 6481ddbd7f
commit d2f13354a7

View File

@ -26,7 +26,7 @@ define([], function () {
function validateConfiguration() {
if (config === undefined || config.menuOptions === undefined || config.menuOptions.length === 0) {
return "Please provide some configuration for the time conductor. https://github.com/nasa/openmct/blob/master/API.md#time-conductor";
return "Please provide some configuration for the time conductor. https://github.com/nasa/openmct/blob/master/API.md#the-time-conductor";
}
return undefined;
}