Skip to content

Commit c6901d8

Browse files
committed
Fix excel file link
1 parent 26bd01c commit c6901d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Inspired by: https://github.com/Snooz82/robotframework-datadriver
1616
Keyword documentation
1717
------------
1818

19-
See `keyword documentation <https://qahive.github.io/robotframework-ExcelDataDriver/ExcelDataDriven.html>`_ for available keywords and more information about the library in general.
19+
See `keyword documentation <https://qahive.github.io/robotframework-ExcelDataDriver/ExcelDataDriver.html>`_ for available keywords and more information about the library in general.
2020

2121

2222
Installation
@@ -53,7 +53,7 @@ Usage
5353
To write tests with Robot Framework and ExcelDataDriver,
5454
ExcelDataDriver must be imported into your RF test suite.
5555

56-
1. Create Excel file by copy from template (`download <https://github.com/qahive/robotframework-CoreRPAHive/raw/master/Examples/test_data/DefaultDemoData.xlsx>`_).
56+
1. Create Excel file by copy from template (`download <https://github.com/qahive/robotframework-ExcelDataDriver/raw/master/Examples/test_data/DefaultDemoData.xlsx>`_).
5757

5858
Mandatory Columns:
5959
- [Status] For report test result Pass/Fail

0 commit comments

Comments
 (0)