diff --git a/profile/src/main/java/com/scottlogic/deg/profile/dto/ProfileSchemaValidatorLeadPony.java b/profile/src/main/java/com/scottlogic/deg/profile/dto/ProfileSchemaValidatorLeadPony.java index c0cc07cbf..469a653a7 100644 --- a/profile/src/main/java/com/scottlogic/deg/profile/dto/ProfileSchemaValidatorLeadPony.java +++ b/profile/src/main/java/com/scottlogic/deg/profile/dto/ProfileSchemaValidatorLeadPony.java @@ -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); }