diff --git a/README.md b/README.md index 8443764..932c938 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Circle CI](https://img.shields.io/circleci/project/github/raviqqe/bdwgc-rs/master.svg?style=flat-square)](https://circleci.com/gh/raviqqe/bdwgc-rs) [![License](https://img.shields.io/github/license/raviqqe/bdwgc-rs.svg?style=flat-square)](LICENSE) -`GlobalAlloc` implementation for [bdwgc](//github.com/ivmai/bdwgc), the conservative garbage collector. +[`GlobalAlloc`](https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html) implementation for [bdwgc](https://github.com/ivmai/bdwgc), the conservative garbage collector. ## Usage