Skip to content

Commit b0857f7

Browse files
angelozerrdatho7561
authored andcommitted
Fix relaxng links
Signed-off-by: azerr <[email protected]>
1 parent 29457ac commit b0857f7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This VS Code extension provides support for creating and editing XML documents,
1919
| ------------------ | ------------------------------------------- |
2020
| enabled by default | requires additional configuration to enable |
2121

22-
* [RelaxNG (experimental) support](https://github.com/redhat-developer/vscode-xml/blob/main/docs/Features/RelaxNGFeatures#relaxng-features) (since v0.22.0)
22+
* [RelaxNG (experimental) support](https://github.com/redhat-developer/vscode-xml/blob/main/docs/Features/RelaxNGFeatures.md#relaxng-features) (since v0.22.0)
2323
* Syntax error reporting
2424
* General code completion
2525
* [Auto-close tags](https://github.com/redhat-developer/vscode-xml/blob/main/docs/Features/XMLFeatures.md#xml-tag-auto-close)

docs/Features/RelaxNGFeatures.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ You can associate your XML file with `RelaxNG grammar` (`file` or `URL`) using :
2222
</addressBook>
2323
```
2424

25-
* an `XML catalog` using the same method as [XSD](Validation#XML-catalog-with-XSD)
26-
* a `file association` using the same method as [XSD](Validation#XML-file-association-with-xsd)
25+
* an `XML catalog` using the same method as [XSD](Validation.md#XML-catalog-with-XSD)
26+
* a `file association` using the same method as [XSD](Validation.md#XML-file-association-with-xsd)
2727

2828
## RelaxNG grammar
2929

@@ -121,7 +121,7 @@ element addressBook {
121121
```
122122

123123
The following file, `addressBook.xml`, references `addressBook.rng` using the `xml-model` processing instruction.
124-
[vscode-xml](https://github.com/redhat-developer/vscode-xml) will provide the features based on the grammar shown in [the demo at the beginning of this page](#relaxng-support) when you open `addressBook.xml`.
124+
[vscode-xml](https://github.com/redhat-developer/vscode-xml) will provide the features based on the grammar shown in [the demo at the beginning of this page](#relaxng-features) when you open `addressBook.xml`.
125125

126126
```xml
127127
<?xml-model href="addressBook.rng" type="application/xml"?>

docs/Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ This feature is specific to the VSCode client.
401401

402402
## Validation with RelaxNG grammar
403403

404-
See [RelaxNG features](Features/RelaxNGFeatures#relaxng-features)
404+
See [RelaxNG features](Features/RelaxNGFeatures.md#relaxng-features)
405405

406406
# Other Validation Settings
407407

0 commit comments

Comments
 (0)