Skip to content

Commit 55a7184

Browse files
authored
Update getting_started.md
1 parent c8d7230 commit 55a7184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/home/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Although many solutions has been developed for work with CSV files into VBA, inc
3333
Starting on the version 3 of the VBA CSV interface library, the design philosophy changes from speed to usefulness and power when working with "big" files through streams. Despite this, the library still been a fast CSV/TSV file parser for VBA.
3434

3535
## Usage
36-
Refer to the [importation](https://ws-garcia.github.io/VBA-CSV-interface/examples/importation-examples.html) and [exportation](https://ws-garcia.github.io/VBA-CSV-interface/examples/exportation-examples.html) examples to familiarize yourself with the interface.
36+
Refer to the [project home page](https://github.com/ws-garcia/VBA-CSV-interface) examples to familiarize yourself with the interface.
3737

3838
Import whole CSV/TSV file into a VBA array:
3939

0 commit comments

Comments
 (0)