From 84c68445f9e56160874e6e2f0c3dccc6322fa782 Mon Sep 17 00:00:00 2001 From: Fwiffo Date: Fri, 30 May 2014 13:05:49 -0700 Subject: [PATCH] added space after a md formatted link bad: [my link](http://my.link.com): blahblah good: [my link](http://my.link.com) : blahblah bad: [my link](http://my.link.com)! blahblah good: [my link](http://my.link.com) ! blahblah without the space, url_checker_pwl.pl will get confused --- README.md | 2 +- android/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2709f3d..0dfe866 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Let us know if you are interested in starting a [chapter](https://github.com/pap View a complete list of [past presentations](https://github.com/papers-we-love/papers-we-love/wiki/Past-Presentations) or check out our [Youtube](http://www.youtube.com/user/PapersWeLove) and [MixCloud](http://www.mixcloud.com/paperswelove/) (audio-only format) channels. ## Search this Repo! -[@polyfractal](https://github.com/polyfractal) indexed this repository with Elastic Search. Find papers [here](http://findpaperswelove.com)! +[@polyfractal](https://github.com/polyfractal) indexed this repository with Elastic Search. Find papers [here](http://findpaperswelove.com) ! ## Info diff --git a/android/README.md b/android/README.md index 1eec479..5158e58 100644 --- a/android/README.md +++ b/android/README.md @@ -2,7 +2,7 @@ ## Security -* Referenced by [Two Secure Coding Tools for Analyzing Android Apps](http://blog.sei.cmu.edu/post.cfm/secure-coding-tools-analyzing-android-apps-118): +* Referenced by [Two Secure Coding Tools for Analyzing Android Apps](http://blog.sei.cmu.edu/post.cfm/secure-coding-tools-analyzing-android-apps-118) : * [Analyzing Inter-Application Communication in Android](https://www.eecs.berkeley.edu/~daw/papers/intents-mobisys11.pdf) * [Effective Inter-Component Communication Mapping in Android with Epicc: An Essential Step Towards Holistic Security Analysis](http://www.cse.psu.edu/~duo114/pubs/octeau-sec13.pdf) - * [FlowDroid: Precise Context, Flow, Field, Object-sensitive and Lifecycle-aware Taint Analysis for Android Apps](http://www.bodden.de/pubs/far+14flowdroid.pdf) \ No newline at end of file + * [FlowDroid: Precise Context, Flow, Field, Object-sensitive and Lifecycle-aware Taint Analysis for Android Apps](http://www.bodden.de/pubs/far+14flowdroid.pdf)