diff --git a/docs/RabbitInAHat.md b/docs/RabbitInAHat.md index 18a0018f..a631ff4a 100644 --- a/docs/RabbitInAHat.md +++ b/docs/RabbitInAHat.md @@ -49,7 +49,7 @@ However, `person.associated_provider_id` exists only in CDMv4 (it was renamed to ## Loading in a Custom CDM There are times when users might need to load in a customized version of the CDM, for instance if they are sandboxing new features. -To load in a custom CDM schema, first you must create a CSV file that uses the same format as [the existing CDMv5 schema file](https://github.com/OHDSI/WhiteRabbit/blob/master/src/org/ohdsi/rabbitInAHat/dataModel/CDMV5.csv). +To load in a custom CDM schema, first you must create a CSV file that uses the same format as [the existing CDMv5 schema file](https://github.com/OHDSI/WhiteRabbit/blob/master/rabbitinahat/src/main/resources/org/ohdsi/rabbitInAHat/dataModel/CDMV5.csv). Once you have created the CSV file, load it into RiaH as shown below: