summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/help
diff options
context:
space:
mode:
authorRicardo Cervera <rcervera@google.com>2014-02-06 21:26:03 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-06 21:26:03 +0000
commit6232c3caf580d805ef26648c645181ac37ab00ff (patch)
tree8907b6952e0bb827f9a00da861e1bea77e02fad6 /docs/html/tools/help
parentc667f054d5b5a87247cd84d78d483dc1c97af41a (diff)
parenta5e35cb002936291b79ff422c94eb2caabedfb3a (diff)
downloadframeworks_base-6232c3caf580d805ef26648c645181ac37ab00ff.zip
frameworks_base-6232c3caf580d805ef26648c645181ac37ab00ff.tar.gz
frameworks_base-6232c3caf580d805ef26648c645181ac37ab00ff.tar.bz2
am a5e35cb0: am 6ed26862: am 74d290fd: am d057fa6d: am 531939d1: Merge "docs: Fixed links to Proguard manual. Bug: 12713887" into klp-docs
* commit 'a5e35cb002936291b79ff422c94eb2caabedfb3a': docs: Fixed links to Proguard manual. Bug: 12713887
Diffstat (limited to 'docs/html/tools/help')
-rw-r--r--docs/html/tools/help/proguard.jd31
1 files changed, 17 insertions, 14 deletions
diff --git a/docs/html/tools/help/proguard.jd b/docs/html/tools/help/proguard.jd
index 3ba7db2..aa9a0bc 100644
--- a/docs/html/tools/help/proguard.jd
+++ b/docs/html/tools/help/proguard.jd
@@ -25,11 +25,14 @@ parent.link=index.html
<h2>See also</h2>
<ol>
- <li><a href="http://proguard.sourceforge.net/manual/introduction.html">ProGuard
- Manual &raquo;</a></li>
-
- <li><a href="http://proguard.sourceforge.net/manual/retrace/introduction.html">ProGuard
- ReTrace Manual &raquo;</a></li>
+ <li>
+ <a href="http://stuff.mit.edu/afs/sipb/project/android/sdk/android-sdk-linux/tools/proguard/docs/index.html#manual/introduction.html">ProGuard
+ Manual &raquo;</a>
+ </li>
+ <li>
+ <a href="http://stuff.mit.edu/afs/sipb/project/android/sdk/android-sdk-linux/tools/proguard/docs/index.html#manual/retrace/introduction.html">ProGuard
+ ReTrace Manual &raquo;</a>
+ </li>
</ol>
</div>
</div>
@@ -146,14 +149,14 @@ proguard.config=/path/to/proguard.cfg
</pre>
<p>There are many options and considerations when using the <code>-keep</code> option, so it is
- highly recommended that you read the <a href="http://proguard.sourceforge.net/manual/introduction.html">ProGuard
- Manual</a> for more information about customizing your configuration file. The <a href=
- "http://proguard.sourceforge.net/manual/usage.html#keepoverview">Overview of Keep options</a> and
- <a href="http://proguard.sourceforge.net/index.html#/manual/examples.html">Examples section</a>
- are particularly helpful. The <a href=
- "http://proguard.sourceforge.net/manual/troubleshooting.html">Troubleshooting</a> section of the
- ProGuard Manual outlines other common problems you might encounter when your code gets stripped
- away.</p>
+ highly recommended that you read the
+ <a href="http://stuff.mit.edu/afs/sipb/project/android/sdk/android-sdk-linux/tools/proguard/docs/index.html#manual/introduction.html">ProGuard
+ Manual</a> for more information about customizing your configuration file. The
+ <em>Overview of Keep options</em> and <em>Examples</em> sections are particularly helpful.
+ The <a href=
+ "http://stuff.mit.edu/afs/sipb/project/android/sdk/android-sdk-linux/tools/proguard/docs/index.html#manual/troubleshooting.html">Troubleshooting
+ </a> section of the ProGuard Manual outlines other common problems you might encounter
+ when your code gets stripped away.</p>
<h2 id="decoding">Decoding Obfuscated Stack Traces</h2>
@@ -192,4 +195,4 @@ proguard.config=/path/to/proguard.cfg
<p>How you save the <code>mapping.txt</code> file is your decision. For example, you can rename them to
include a version or build number, or you can version control them along with your source
- code.</p> \ No newline at end of file
+ code.</p>