Brion VIBBER has submitted this change and it was merged. Change subject: fix links in readme ......................................................................
fix links in readme oh Markdown why you gotta be picky about punctuation? pssssh Change-Id: I07ef057e0515b2f451e2f64a0fe395b545db2d5f --- M README.md 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Brion VIBBER: Verified; Looks good to me, approved diff --git a/README.md b/README.md index f6cca67..316c35e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ New (late 2013) native rewrite of the [Wikipedia reader application](https://www.mediawiki.org/wiki/Wikimedia_Apps/Wikipedia) for iOS. -This version has not yet been deployed to the App Store -- the source of the older app currently in the store is in the (WikipediaMobile project on GitHub)[https://github.com/wikimedia/WikipediaMobile]. +This version has not yet been deployed to the App Store -- the source of the older app currently in the store is in the [WikipediaMobile project on GitHub](https://github.com/wikimedia/WikipediaMobile). * OS target: iOS 6.0 or higher * Device target: primary iPhone/iPod, secondary iPad @@ -18,11 +18,11 @@ # Building -Requires (Xcode 5 or higher)[https://itunes.apple.com/us/app/xcode/id497799835] on Mac OS X, with the bundled iOS 7 SDK. +Requires [Xcode 5 or higher](https://itunes.apple.com/us/app/xcode/id497799835) on Mac OS X, with the bundled iOS 7 SDK. Standard Xcode project stuff: check out the repo, open Wikipedia-iOS.xcodeproj in Xcode 5, pick a device or simulator target and hit ⌘R. -Note that due to Apple's restrictions on iOS app installation, to run a custom build on a standard iOS device you must pay for a (developer account with Apple)[https://developer.apple.com/devcenter/ios/index.action] and register the device with your account. +Note that due to Apple's restrictions on iOS app installation, to run a custom build on a standard iOS device you must pay for a [developer account with Apple](https://developer.apple.com/devcenter/ios/index.action) and register the device with your account. # Running tests @@ -32,7 +32,7 @@ # Filing Bugs -Please file bugs at (bugzilla.wikimedia.org)[https://bugzilla.wikimedia.org/]; use the "Wikipedia App" component. +Please file bugs at [bugzilla.wikimedia.org](https://bugzilla.wikimedia.org/); use the "Wikipedia App" component. Note that existing bug reports for other versions of the app may be mixed in there; this requires some cleanup. -- To view, visit https://gerrit.wikimedia.org/r/92291 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I07ef057e0515b2f451e2f64a0fe395b545db2d5f Gerrit-PatchSet: 1 Gerrit-Project: apps/ios/wikipedia Gerrit-Branch: master Gerrit-Owner: Brion VIBBER <[email protected]> Gerrit-Reviewer: Brion VIBBER <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
