From 1ac1c09b259054bae5ef5e701821e6db6327ffa1 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Fri, 8 Jul 2016 09:54:07 -0400 Subject: [PATCH] Fix links to docs in README.md JerryScript-DCO-1.0-Signed-off-by: Dave Methvin dave.methvin@gmail.com --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac2d5f149..6e576b668 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,10 @@ make release.linux -j For additional information see [Getting Started](docs/GETTING-STARTED.md). ## Documentation -- [API Reference](docs/API-REFERENCE.md) -- [API Example](docs/API-EXAMPLE.md) -- [Internals](docs/INTERNALS.md) +- [Getting Started](docs/01.GETTING-STARTED.md) +- [API Reference](docs/02.API-REFERENCE.md) +- [API Example](docs/03.API-EXAMPLE.md) +- [Internals](docs/04.INTERNALS.md) ## License JerryScript is Open Source software under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). Complete license and copyright information can be found in the source code.