Merge pull request #1577 from nasa/tc-err-msg

[Time Conductor] Fix link in error message
This commit is contained in:
Pete Richards 2017-05-15 11:28:06 -07:00 committed by GitHub
commit 04305b7fe5

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;
}