Repository: incubator-rya-site Updated Branches: refs/heads/master 9928d5e22 -> 64e5c07a8
fix broken url, Closes #228 from johns0806:RYA-228-Broken-Link-To-Manual-website Project: http://git-wip-us.apache.org/repos/asf/incubator-rya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya-site/commit/64e5c07a Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya-site/tree/64e5c07a Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya-site/diff/64e5c07a Branch: refs/heads/master Commit: 64e5c07a87fb9f84128666381b74b0dbdbaf543c Parents: 9928d5e Author: John Smith <[email protected]> Authored: Wed Dec 14 14:03:26 2016 -0800 Committer: David W. Lotts <[email protected]> Committed: Tue Jul 11 17:38:48 2017 -0400 ---------------------------------------------------------------------- content/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/64e5c07a/content/documentation.md ---------------------------------------------------------------------- diff --git a/content/documentation.md b/content/documentation.md index e2f296a..7e05997 100644 --- a/content/documentation.md +++ b/content/documentation.md @@ -43,7 +43,7 @@ limitations under the License. ### {{ site.data.project.short_name }} Manual -A copy of the {{ site.data.project.short_name }} Manual is located [here](https://github.com/apache/incubator-rya/blob/develop/extras/rya.manual/src/site/markdown/index.md) +A copy of the {{ site.data.project.short_name }} Manual is located [here](https://github.com/apache/incubator-rya/blob/master/extras/rya.manual/src/site/markdown/index.md)
