README link fix
diff --git a/README.md b/README.md
index 6d96493..52c24db 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 
 #### 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)