diff --git a/src/pages/build/working-with-data.md b/src/pages/build/working-with-data.md
index 8f5fefe1d..8a1fdd8a9 100644
--- a/src/pages/build/working-with-data.md
+++ b/src/pages/build/working-with-data.md
@@ -44,7 +44,7 @@ You can attach links to any of these addresses to create a one-to-many relations
A link is a piece of metadata attached to an address, the **base address**, and points to another address, the **target**. It has a **link type** that gives it meaning in the application, as well as an optional **tag** that can store arbitrary application data and be used for various things like building indexes and reducing number of queries.
-
+
A link can still be created even if its base and target don't exist; the base and target are simply considered external references in this case.