Skip to content

Commit b55dc69

Browse files
authored
Update ldo_react.md (#7)
Wrong link URL to LDO website.
1 parent fec04dd commit b55dc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/ldo_react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This model means you can use multiple apps to manage the same data, and you can
1616

1717
To make sure different apps can understand the same data, Solid uses a standard called the **Resource Description Framework (RDF)**. RDF, often called "Linked Data," is a flexible way to describe things and the relationships between them.
1818

19-
While powerful, working directly with RDF can be complex. That's where [**Linked Data Objects (LDO)**](https://ldo.js) comes in. LDO is a library that lets you interact with the data in your Pod as if it were a regular JavaScript object. It simplifies data handling, so you can focus on building your app.
19+
While powerful, working directly with RDF can be complex. That's where [**Linked Data Objects (LDO)**](https://ldo.js.org) comes in. LDO is a library that lets you interact with the data in your Pod as if it were a regular JavaScript object. It simplifies data handling, so you can focus on building your app.
2020

2121
LDO uses **ShEx (Shape Expressions)** to define the "shape" of your data. Think of a ShEx shape as a blueprint or a schema that describes what a piece of data (like a user profile or a blog post) should look like. This ensures your data is consistent and predictable.
2222

0 commit comments

Comments
 (0)