aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDon Turner <donturner@google.com>2018-06-13 16:42:03 +0100
committerDon Turner <dturner@users.noreply.github.com>2018-06-14 10:36:05 +0100
commit902e42a551d60e30c0953b5b6654a55970bf61ae (patch)
tree261ec590c4889aae9d46275b3c38648e345bae2b /README.md
parentd307077c420b74b21549c68c8d28563321df8742 (diff)
downloadoboe-902e42a551d60e30c0953b5b6654a55970bf61ae.tar.gz
Moving docs and images into subfolder
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 22045737..73c2ec16 100755
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@ Want your project added? [File an issue](https://github.com/google/oboe/issues/n
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).