Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into 1038-stdout-json-to-use-ndjson-format
Browse files Browse the repository at this point in the history
  • Loading branch information
cuthullu authored Oct 2, 2019
2 parents 7c64558 + ec8d2db commit 2b6e819
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void validateProfile(String profile, String schema) {
errorMessages.add(0,
"Error(s) occurred during schema validation." +
"\nFor full details try opening the profile in a json schema-enabled IDE." +
"\nSee https://github.com/finos/datahelix/blob/master/docs/UserGuide.md\n");
"\nSee https://github.com/finos/datahelix/blob/master/docs/GettingStarted.md#Profile-Validation\n");

throw new ValidationException(errorMessages);
}
Expand Down

0 comments on commit 2b6e819

Please sign in to comment.