From 05c4a76202bc67b1febdd07d346cae20fa4e853e Mon Sep 17 00:00:00 2001 From: Raphael Luba Date: Fri, 3 Nov 2017 09:43:32 +0100 Subject: [PATCH] Fix reference to partition table documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … and link to it. Signed-off-by: krzychb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a3ed824c4..e2bf85ea9e 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ The simplest way to use the partition table is to `make menuconfig` and choose o In both cases the factory app is flashed at offset 0x10000. If you `make partition_table` then it will print a summary of the partition table. -For more details about partition tables and how to create custom variations, view the `docs/partition-tables.rst` file. +For more details about partition tables and how to create custom variations, view the [`docs/api-guides/partition-tables.rst`](docs/api-guides/partition-tables.rst) file. ## Erasing Flash