yahoo / OneMobileSDK-releases-android

Main starting point for OneMobileSDK Android users ... contains getting started (readme), changelog/release notes, and artifactory binaries of Android releases.
MIT License
3 stars 1 forks source link

Javadoc link in README is relative, not absolute #6

Open davidliu opened 6 years ago

davidliu commented 6 years ago

In your README.md, your Javadoc link is parsed as relative, which ends up linking to https://github.com/aol-public/OneMobileSDK-releases-android/blob/maven/vidible.github.io/mobile-sdk-android

Just add the https:// within the link at the front, so it's parsed correctly.

[Relative](vidible.github.io/mobile-sdk-android) = Relative

vs

[Absolute](https://vidible.github.io/mobile-sdk-android) = Absolute