From e2a6106b35fc6df9801c675cedda8d774163abda Mon Sep 17 00:00:00 2001 From: Filip Bozicevic Date: Tue, 6 May 2025 09:52:18 +0000 Subject: [PATCH] GITBOOK-588: Fix broken links in Properties --- getting-started/types/relations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/types/relations.md b/getting-started/types/relations.md index c0ab441..1ba3705 100644 --- a/getting-started/types/relations.md +++ b/getting-started/types/relations.md @@ -5,10 +5,10 @@ Properties are key to organizing and connecting your Objects and knowledge in An * **Defining attributes:** You can use Properties to define the characteristics of a certain Object. * For example, when creating a Task in Anytype, you can add Properties such as _Status_: Done/Not Done, or _Priority_: Low, Medium, or High. * If we were to imagine a database, Properties represent the column headers to each row (where column A represents the Object name, and where each row represents an Object). - * Once you have set your attributes, it becomes possible to sort and filter your Objects according to the Properties you've defined in your [List](broken-reference) View. + * Once you have set your attributes, it becomes possible to sort and filter your Objects according to the Properties you've defined in your Query. * **Defining connections:** You can also use Properties to link one Object to another. * Returning to the example of a Task, you can add the Property: _Linked Projects,_ and connect another Object in your Anytype to this task. - * As above, you can view the Linked Projects as Properties in [List](broken-reference) view, or in Graph view. + * As above, you can view the Linked Projects as Properties in a Query, or in your Graph.