Skip to content

Commit

Permalink
docs: remove broken link (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner authored Jan 16, 2025
1 parent 91ec49a commit 9c7d11d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ optional = true
follow-web-links = true
warning-policy = "error"
exclude = [
'walrus\.site', # No service worker in the link checker.
'walrus\.site',
'blob\.store',
'google\.com',
'x\.com',
'suiscan\.xyz',
Expand Down
2 changes: 0 additions & 2 deletions docs/usage/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ contains a number of examples:
to store, read, and check the availability of a blob. Checking the certification of a blob
illustrates reading the Blob Sui object that certifies (see the [Walrus Sui
reference](../dev-guide/sui-struct.md)).
- How to [read information from the Walrus system
object](https://github.com/MystenLabs/walrus-docs/blob/main/examples/python/hello_walrus_sui_system.py).
- How to [track Walrus related
Events](https://github.com/MystenLabs/walrus-docs/blob/main/examples/python/track_walrus_events.py).

Expand Down

0 comments on commit 9c7d11d

Please sign in to comment.