From cdf3be63574cfe3ffe44a8cc3bf1a95e72ae84b3 Mon Sep 17 00:00:00 2001 From: Rene Eichhorn Date: Sun, 8 May 2016 10:25:10 +0200 Subject: [PATCH] Fixed documentation url --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b8728b1..7941329 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,7 @@ rust-openvr rust-openvr is a binding for openvr. It's still in progress. Tests are automatically ran by travis. Also my private jenkins is running these test on Ubuntu 14.04 as well, every successful build will be pushed to its branch (stable, nightly, beta). For good practice always use either stable, beta or nightly instead of master! -## [Link to the documentation](http://auruss.github.io/rust-openvr/openvr/index.html) +## [Link to the documentation](http://rust-openvr.github.io/rust-openvr/openvr/index.html) ## Current sdk version: OpenVR SDK 0.9.19 Building