Skip to content

Commit b6c91ca

Browse files
morzel85rgwood
authored andcommitted
Update loading_data.md
Fetch example changed to `fetch https://blog.rust-lang.org/feed.xml` (https://www.jonathanturner.org/feed.xml is not working).
1 parent d4aa20d commit b6c91ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/loading_data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ license = "MIT"
200200
In addition to loading files from your filesystem, you can also load URLs by using the [`fetch`](commands/fetch.md) command. This will fetch the contents of the URL from the internet and return it:
201201

202202
```
203-
> fetch https://www.jonathanturner.org/feed.xml
204-
─────┬───────────────────────────
205-
rss[row attributes children]
206-
─────┴───────────────────────────
203+
> fetch https://blog.rust-lang.org/feed.xml
204+
──────┬───────────────────
205+
feed{record 2 fields}
206+
──────┴───────────────────
207207
```

0 commit comments

Comments
 (0)