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.

View File

@@ -50,7 +50,6 @@ make:
- ubuntu
- osx
url_info:
download_base_url: http://dl.byronimo.de
asset_urls:
crates_img: https://raw.githubusercontent.com/rust-lang/crates.io/master/public/favicon.ico
ubuntu_img: http://megaicons.net/static/img/icons_sizes/6/140/16/ubuntu-icon.png
@@ -82,7 +81,7 @@ cargo:
# All APIs should live in the same repository
repository_url: https://github.com/Byron/google-apis-rs
urls:
authenticator_delegate: ../yup-oauth2/trait.AuthenticatorDelegate.html
authenticator_delegate: https://docs.rs/yup-oauth2/*/yup_oauth2/trait.AuthenticatorDelegate.html
copyright:
license_abbrev: "MIT"
# should at some point be 2015-2016 ...

View File

@@ -124,7 +124,7 @@ ${method_type} supported by ...
% if rust_doc:
Not what you are looking for ? Find all other Google APIs in their Rust [documentation index](../index.html).
Not what you are looking for ? Find all other Google APIs in their Rust [documentation index](http://byron.github.io/google-apis-rs).
% endif
# Structure of this Library