From 2b80322548811fa44b48141e7aa9979ad6254650 Mon Sep 17 00:00:00 2001 From: Paul d'Aoust Date: Fri, 19 Apr 2024 13:14:31 -0700 Subject: [PATCH] bisect 4: bisect other half of 'em --- src/pages/build/working-with-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/build/working-with-data.md b/src/pages/build/working-with-data.md index 8a1fdd8a9..ca6d97d04 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. -

type: artist_album

type: artist_album_by_release_date
tag: 1970-01-26

Simon & Garfunkel
Sounds of Silence
Bridge over Troubled Water
+

type: artist_album

type: artist_album_by_release_date
tag: 1966-01-17

Simon & Garfunkel
Sounds of Silence
Bridge over Troubled Water
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.