Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Update documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Aug 22, 2017
1 parent aa137e4 commit 22aa666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ authors = ["The Servo Project Developers"]
license = "MIT / Apache-2.0"
description = "Look up the Unicode Script property"
repository = "https://github.com/servo/unicode-script"
documentation = "http://doc.servo.org/unicode_script/"
documentation = "https://docs.rs/unicode-script/"
readme="README.md"
keywords = ["unicode", "text", "i18n", "script"]

[features]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Look up the [Unicode Script Property][tr24] for any Unicode codepoint.

[Documentation](http://doc.servo.org/unicode_script/)
[Documentation](https://docs.rs/unicode-script/)

[![Build Status](https://travis-ci.org/servo/unicode-script.svg?branch=master)](https://travis-ci.org/servo/unicode-script)

Expand Down

0 comments on commit 22aa666

Please sign in to comment.