Skip to content

Commit 81cc425

Browse files
Update loading_data.md (#1655)
1 parent 70f861d commit 81cc425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/loading_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Below the surface, what Nu sees in these text files is one large string. Next, w
5555

5656
Nushell Object Notation (NUON) aims to be for Nushell what JavaScript Object Notation (JSON) is for JavaScript.
5757
That is, NUON code is a valid Nushell code that describes some data structure.
58-
For example, this is a valid NUON (example from the [default configuration file](https://github.com/nushell/nushell/blob/main/crates/nu-utils/src/sample_config/default_config.nu)):
58+
For example, this is a valid NUON (example from the [default configuration file](https://github.com/nushell/nushell/blob/main/crates/nu-utils/src/default_files/default_config.nu)):
5959

6060
```nu
6161
{

0 commit comments

Comments
 (0)