Skip to content

Commit eab028a

Browse files
committed
Fix broken url's
1 parent 5b61ec2 commit eab028a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ![VBA-CSV interface](/docs/assets/img/CSVinterface.png)
2-
[![version](https://img.shields.io/static/v1?label=version&message=latest&color=brightgreen&style=plastic)](https://github.com/ws-garcia/VBA-CSV-interface/releases/latest/download/latest.zip)
2+
[![version](https://img.shields.io/static/v1?label=version&message=latest&color=brightgreen&style=plastic)](https://github.com/ws-garcia/VBA-CSV-interface/releases/latest/)
33
[![version](https://img.shields.io/static/v1?label=licence&message=GPL&color=informational&style=plastic)](https://www.gnu.org/licenses/)
44

55
## Introductory words

docs/home/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For use the lasted release into your VBA code you must to download the provides
1515

1616
**_Important note_**: *do not use copy and paste the content from the `.cls` file to your project. The class file contains certain information the VBA-IDE needs to parse to ensure the `CSVinterface.cls` works properly*.
1717

18-
[Download now](https://github.com/ws-garcia/VBA-CSV-interface/releases/latest/download/latest.zip){: .btn .btn-primary .fs-4 .mb-4 .mb-md-0 .mr-2 } [View it on GitHub](https://github.com/ws-garcia/VBA-CSV-interface){: .btn .fs-4 .mb-4 .mb-md-0 }
18+
[Download now](https://github.com/ws-garcia/VBA-CSV-interface/releases/latest/){: .btn .btn-primary .fs-4 .mb-4 .mb-md-0 .mr-2 } [View it on GitHub](https://github.com/ws-garcia/VBA-CSV-interface){: .btn .fs-4 .mb-4 .mb-md-0 }
1919
---
2020

2121
Congratulations! Now you can proceed to the [Getting Started](https://ws-garcia.github.io/VBA-CSV-interface/home/getting_started.html) section to know how to start with the VBA CSV interface class. See you there!

0 commit comments

Comments
 (0)