Skip to content

Commit ae5cce9

Browse files
committed
docs update
1 parent ff61ae3 commit ae5cce9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VBA CSV interface is the most complete, and open source, CSV/TSV VBA parser libr
1414
* __Flexible__. Import only certain range of records from the given file, import fields (columns) by indexes or names.
1515
* __Dynamic Typing support__. Turn CSV data field to a desired VBA data type.
1616
* __Data sorting__. Sort CSV imported data using the hyper-fast [Yaroslavskiy Dual-Pivot Quicksort](https://web.archive.org/web/20151002230717/http://iaroslavski.narod.ru/quicksort/DualPivotQuicksort.pdf) like Java.
17-
* __Microsoft Access compatible__. The library has a version for those who feel in comfort working through DAO databases, [download from here](https://github.com/ws-garcia/VBA-CSV-interface/blob/master/src/Access_version.zip).
17+
* __Microsoft Access compatible__. The library has a version for those who feel in comfort working through DAO databases, [download from here](https://github.com/ws-garcia/VBA-CSV-interface/raw/master/src/Access_version.zip).
1818
* __RFC-4180 specs compliant__.
1919

2020
## Getting started

docs/api/methods/dumptoaccesstable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Dumps the data from the current instance to a Microsoft Access Database (.accdb)
1818

1919
>⚠️**Caution**
2020
>{: .text-grey-lt-000 .bg-green-000 }
21-
>This method is only available in the [Access version of the CSVinterface.cls](https://github.com/ws-garcia/VBA-CSV-interface/blob/master/src/Access_version.zip) module.
21+
>This method is only available in the [Access version of the CSVinterface.cls](https://github.com/ws-garcia/VBA-CSV-interface/raw/master/src/Access_version.zip) module.
2222
{: .text-grey-dk-300 .bg-yellow-000 }
2323

2424
## Syntax

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ VBA CSV interface is the most complete, and open source, CSV/TSV VBA parser libr
2121
* __Flexible__. Import only certain range of records from the given file, import fields (columns) by indexes or names.
2222
* __Dynamic Typing support__. Turn CSV data field to a desired VBA data type.
2323
* __Data sorting__. Sort CSV imported data using the hyper-fast [Yaroslavskiy Dual-Pivot Quicksort](https://web.archive.org/web/20151002230717/http://iaroslavski.narod.ru/quicksort/DualPivotQuicksort.pdf) like Java.
24-
* __Microsoft Access compatible__. The library has a version for those who feel in comfort working through DAO databases, [download from here](https://github.com/ws-garcia/VBA-CSV-interface/blob/master/src/Access_version.zip).
24+
* __Microsoft Access compatible__. The library has a version for those who feel in comfort working through DAO databases, [download from here](https://github.com/ws-garcia/VBA-CSV-interface/raw/master/src/Access_version.zip).
2525
* __RFC-4180 specs compliant__.

0 commit comments

Comments
 (0)