diff --git a/content/ledger-objects/check.md b/content/ledger-objects/check.md
index f000a1b437..fb82bcc87d 100644
--- a/content/ledger-objects/check.md
+++ b/content/ledger-objects/check.md
@@ -45,10 +45,10 @@ A `Check` object has the following fields:
### Check ID Format
-[[Source]
](https://github.com/ripple/rippled/blob/develop/src/ripple/protocol/impl/Indexes.cpp#L193-L200 "Source")
+[[Source]
](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/Indexes.cpp#L193-L200 "Source")
The ID of a `Check` object is the [SHA-512Half](#sha512half) of the following values, concatenated in order:
-* The Escrow space key (`0x0043`)
+* The Check space key (`0x0043`)
* The AccountID of the sender of the [CheckCreate transaction][] that created the `Check` object
* The Sequence number of the [CheckCreate transaction][] that created the `Check` object