mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 23:12:23 +00:00
[Time Conductor] Fix link in error message
This commit is contained in:
parent
6481ddbd7f
commit
d2f13354a7
@ -26,7 +26,7 @@ define([], function () {
|
|||||||
|
|
||||||
function validateConfiguration() {
|
function validateConfiguration() {
|
||||||
if (config === undefined || config.menuOptions === undefined || config.menuOptions.length === 0) {
|
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;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user