Skip to content

Commit f742a71

Browse files
committed
Fix docs.rs links
1 parent a6e5221 commit f742a71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Simple allocator usable for no_std systems. It builds a linked li
88
keywords = ["allocator", "no_std", "malloc", "heap", "kernel"]
99

1010
repository = "https://github.com/phil-opp/linked-list-allocator"
11-
documentation = "https://docs.rs/spin"
11+
documentation = "https://docs.rs/crate/linked_list_allocator"
1212
homepage = "http://os.phil-opp.com/kernel-heap.html#a-better-allocator"
1313

1414
[dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/phil-opp/linked-list-allocator.svg?branch=master)](https://travis-ci.org/phil-opp/linked-list-allocator)
44

5-
[Documentation](https://docs.rs/linked_list_allocator)
5+
[Documentation](https://docs.rs/crate/linked_list_allocator)
66

77
## Usage
88

0 commit comments

Comments
 (0)