Skip to content

Commit e0b355e

Browse files
committed
Link to docs.rs rather than doc.servo.org.
1 parent b82f41f commit e0b355e

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
@@ -6,7 +6,7 @@ authors = [ "The Servo Project Developers" ]
66
description = "A string interning library for Rust, developed as part of the Servo project."
77
license = "MIT / Apache-2.0"
88
repository = "https://github.com/servo/string-cache"
9-
documentation = "http://doc.servo.org/string_cache/"
9+
documentation = "https://docs.rs/string_cache/"
1010
build = "build.rs"
1111

1212
[lib]

README.md

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

33
[![Build Status](https://travis-ci.org/servo/string-cache.svg?branch=master)](https://travis-ci.org/servo/string-cache)
44

5-
[Documentation](http://doc.servo.org/string_cache/)
5+
[Documentation](https://docs.rs/string_cache/)
66

77
A string interning library for Rust, developed as part of the [Servo](https://github.com/servo/servo) project.

0 commit comments

Comments
 (0)