diff --git a/README.md b/README.md index ed9cf74..cf8fd53 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ It provides the following safe abstractions: It also provides the necessary low-level building blocks: * a trait that can be implemented by stack allocators, - [Stack](https://edef1c.github.io/libfringe/fringe/struct.Stack.html); + [Stack](https://edef1c.github.io/libfringe/fringe/trait.Stack.html); * a wrapper for using slice references as stacks, [SliceStack](https://edef1c.github.io/libfringe/fringe/struct.SliceStack.html); * a stack allocator based on `Box<[u8]>`,