strongloop-community / loopback-sdk-android

Android Client SDK for the LoopBack framework.
Other
67 stars 41 forks source link

docs/index: use a relative link to javadoc pages #39

Closed bajtos closed 10 years ago

bajtos commented 10 years ago

The absolute URL breaks API doc versioning, since all versions are pointing to the same URL. With the relative link in place, browser will include the version in the request URL.

Base URL: http://apidocs.strongloop.com/loopback-sdk-android/v/1.4.1/

Relative link: api/index.html

Result: http://apidocs.strongloop.com/loopback-sdk-android/v/1.4.1/api/index.html

/cc @ritch @crandmck

The change requires https://github.com/strongloop-internal/docs.strongloop.com/pull/41