Fix internal link in documentation

This commit is contained in:
Adrien Crivelli 2017-03-10 19:49:40 +09:00
parent f99eb8dbba
commit da9df0ba78
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ has been created using one of the previous two methods.
Details of the different spreadsheet formats supported, and the options Details of the different spreadsheet formats supported, and the options
available to read them into a Spreadsheet object are described fully in 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 ``` php
$inputFileName = './sampleData/example1.xls'; $inputFileName = './sampleData/example1.xls';