diff --git a/docs/_config.yml b/docs/_config.yml index 6c88dc6..8cb5762 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -18,7 +18,7 @@ title: Draco 3D Data Compression email: webmaster@webmproject.org description: > Description here -baseurl: "/docs" # the subpath of your site, e.g. /blog +#baseurl: "/docs" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: webm github_username: webmproject diff --git a/docs/index.md b/docs/index.md index fcf894c..dcdb08f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,5 +6,5 @@ title: Draco 3D Graphics Compression * [Draft Draco Bitstream Specification][spec] * [README file for specification authors][readme] -[spec]: /docs/spec/ -[readme]: /docs/spec/README \ No newline at end of file +[spec]: spec +[readme]: spec/README