From 99eb518eedf45c12569b71825a05cfbfc43ac365 Mon Sep 17 00:00:00 2001 From: liuyedong Date: Mon, 16 Feb 2015 16:15:00 +0800 Subject: [PATCH] =?UTF-8?q?README=20=E6=B7=BB=E5=8A=A0=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3755d6b..da8368f 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ It is a android project which using "Best Practices" with "Dependency Inject", " 补充: 该项目的 MVP_ 以及代码结构,灵感来自 Android-CleanArchitecture_ ,同时也做了大量改动。 -Presenter的设计,借鉴了 square's Flow_ 与 Mortar_ 。 +Presenter_ 的设计,借鉴了 square's Flow_ 与 Mortar_ 。 .. _Robolectric: https://github.com/robolectric/robolectric @@ -29,6 +29,9 @@ Presenter的设计,借鉴了 square's Flow_ 与 Mortar_ 。 .. _MVP: https://github.com/baoti/Pioneer/tree/master/libPresenter +.. _Presenter: + https://github.com/baoti/Pioneer/blob/master/libPresenter/src/main/java/com/github/baoti/android/presenter/Presenter.java + .. _Android-CleanArchitecture: https://github.com/android10/Android-CleanArchitecture