From da9df0ba78c22980a3d577c9d2eb5f6c90ab0259 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Fri, 10 Mar 2017 19:49:40 +0900 Subject: [PATCH] Fix internal link in documentation --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 847a4ee6..e6a26c2d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -169,7 +169,7 @@ has been created using one of the previous two methods. Details of the different spreadsheet formats supported, and the options available to read them into a Spreadsheet object are described fully in -the [Reading Files](../topics/reading-files.md) document. +the [Reading Files](./topics/reading-files.md) document. ``` php $inputFileName = './sampleData/example1.xls';