Skip to content

Commit ca06174

Browse files
committed
Link to code for caching example
1 parent 91685a3 commit ca06174

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pubgrub_crate/caching.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,7 @@ impl<P: Package, V: Version> DependencyProvider<P, V> for CachingDependencyProvi
5959
}
6060
```
6161

62-
A complete caching example based on the `OfflineDependencyProvider`
63-
is available in `examples/caching_dependency_provider.rs`.
62+
An example of caching based on the `OfflineDependencyProvider`
63+
is available in [`examples/caching_dependency_provider.rs`][example].
64+
65+
[example]: https://github.com/pubgrub-rs/pubgrub/blob/release/examples/caching_dependency_provider.rs

0 commit comments

Comments
 (0)