Skip to content

Commit 89176c4

Browse files
Michael HallikMichael Hallik
authored andcommitted
Add link to keyword doc to README
1 parent 3f3708c commit 89176c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ It provides structured and detailed reporting of XML parse errors (malformed XML
7373
- Customizable error attributes (`path`, `reason`, `message`, etc.)
7474
- Batch validation and per-file error tracking
7575
- Export collected errors to CSV (with optional file name timestamping).
76-
- And more (see below and the keyword documentation).
76+
- And more.
7777

7878
---
7979

@@ -212,11 +212,11 @@ The keyword further supports the dynamic matching (i.e. pairing) of XML and XSD
212212

213213
Of course, you may also refer to specific XML/XSD files (instead of to folders). In that case, no matching will be attempted, but the keyword will simply try to validate the specified XML file against the specified XSD file.
214214

215-
See for more details the keyword documentation.
215+
See for more details the [keyword documentation](https://michaelhallik.github.io/robotframework-xmlvalidator/XmlValidator.html).
216216

217217
### Keyword documentation
218218

219-
See [keyword documention](docs/XmlValidator.html).
219+
See the [keyword documention](https://michaelhallik.github.io/robotframework-xmlvalidator/XmlValidator.html).
220220

221221
The keyword documentation provides detailed descriptions of all functionalities, features and the various ways in which the library and its keywords can be employed.
222222

0 commit comments

Comments
 (0)