aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRover12421 <rover12421@163.com>2015-04-10 12:04:40 +0800
committerBen Gruver <bgruv@google.com>2015-04-09 21:51:09 -0700
commit17828564bae2c03788e5366b73ca9e259f70ca5d (patch)
tree1f641b6f9101089c37e04694814ec6792931e6c0
parentabd113eb3b0c564745c423b3c6460154ea0cda62 (diff)
downloadsmali-17828564bae2c03788e5366b73ca9e259f70ca5d.tar.gz
README link fix
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6d964932..52c24db9 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ The primary webpage is http://smali.googlecode.com, and the source is also mirro
#### Some useful links for getting started with smali
-- [Official dex bytecode reference](http://s.android.com/tech/dalvik/dalvik-bytecode.html)
+- [Official dex bytecode reference](https://source.android.com/devices/tech/dalvik/dalvik-bytecode.html)
- [Registers wiki page](https://code.google.com/p/smali/wiki/Registers)
- [Types, Methods and Fields wiki page](https://code.google.com/p/smali/wiki/TypesMethodsAndFields)
-- [Official dex format reference](http://s.android.com/tech/dalvik/dex-format.html) \ No newline at end of file
+- [Official dex format reference](https://source.android.com/devices/tech/dalvik/dex-format.html)