doc(index): don't use relative links

Instead we link to the absolute location.

tech debt: we now use http://byron.github.io/google-apis-rs
multiple times and thus duplicate that information.
This commit is contained in:
Sebastian Thiel
2016-12-24 15:16:59 +01:00
parent 6279fd8f5d
commit cc30a2e20b
3 changed files with 2 additions and 7 deletions

View File

@@ -214,10 +214,6 @@ The last step will update the documentation index to point to the latest program
For now we assume hosting on GitHub-Pages, but the compiled documentation directory can be
hosted statically anywhere if required.
Please note that the generated download URLs are based on the `url_info.download_base_url` key in the
`etc/api/shared.yaml` file, in case you want to host the downloads anywhere else. In the latter case, you may
want to adjust other base-urls as well.
```bash
# This will run rust-doc on all APIs, generate the index html file and run gh-import at the end.
# The latter might require user-input in case no credentials are setup.