Skip to content

Commit

Permalink
fixes links in readme (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanced authored Jul 9, 2024
1 parent 522c81f commit 02e1b95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
//! [`str`]: `str`
//! [`String`]: `String`
//! [`serde_json::Value`]: `serde_json::Value`
//! [`Pointer::resolve`]: `crate::Pointer::resolve`
//! [`Pointer::resolve_mut`]: `crate::Pointer::resolve_mut`
//! [`Pointer::assign`]: `crate::Pointer::assign`
//! [`Pointer::delete`]: `crate::Pointer::delete`
//! [`Pointer::parse`]: `crate::Pointer::parse`
//! [`PointerBuf::parse`]: `crate::PointerBuf::parse`
//! [`PointerBuf::from_tokens`]: `crate::Pointer::from_tokens`
//! [`toml::Value`]: https://docs.rs/toml/0.8/toml/enum.Value.html
#![doc = include_str!("../README.md")]
Expand Down

0 comments on commit 02e1b95

Please sign in to comment.