Skip to content

Commit

Permalink
πŸ“ Fix learn-js link in content-subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanahamed authored and CosmoMyzrailGorynych committed Jun 29, 2024
1 parent d0016a5 commit 11fdf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content-subsystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The simplest way to explore the resulting structure of your data is to write `co

![](./images/contentEditor_Inspect.png)

You are free to use the data however you want β€” everything is presented as objects inside an array. If you don't know how to manipulate objects and arrays yet, read our [third chapter of the introduction to JS](jsintro_pt3.html). You will also probably need to [read about loops here](jsintro_pt2.html).
You are free to use the data however you want β€” everything is presented as objects inside an array. If you don't know how to manipulate objects and arrays yet, read our [third chapter of the introduction to JS](learn-js/jsintro_pt3.html). You will also probably need to [read about loops here](learn-js/jsintro_pt2.html).

### Example: Searching a content record with a specific name

Expand Down

0 comments on commit 11fdf36

Please sign in to comment.