Skip to content

Commit cecb6f0

Browse files
committed
Update Cargo.toml doc url
1 parent 54be2a5 commit cecb6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/alexcrichton/stacker"
99
homepage = "https://github.com/alexcrichton/stacker"
10-
documentation = "http://alexcrichton.com/stacker"
10+
documentation = "https://docs.rs/stacker"
1111
description = """
1212
A stack growth library useful when implementing deeply recursive algorithms that
1313
may accidentally blow the stack.

0 commit comments

Comments
 (0)