Moving docs and images into subfolder
diff --git a/README.md b/README.md
index 2204573..73c2ec1 100755
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@
 To build Oboe you will need the [Android NDK](https://developer.android.com/ndk/index.html) r15 or above
 
 ## Documentation
-- [Getting Started Guide](GettingStarted.md)
-- [Full Guide to Oboe](FullGuide.md)
+- [Getting Started Guide](docs/GettingStarted.md)
+- [Full Guide to Oboe](docs/FullGuide.md)
 
 ## Sample code
 Sample apps can be found in the [samples directory](samples). Also check out the [Rhythm Game codelab](https://codelabs.developers.google.com/codelabs/musicalgame-using-oboe/index.html#0).