diff --git a/README.md b/README.md index 6aeb29e6..88a4ca43 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This VS Code extension provides support for creating and editing XML documents, | ------------------ | ------------------------------------------- | | enabled by default | requires additional configuration to enable | - * [RelaxNG (experimental) support](https://github.com/redhat-developer/vscode-xml/blob/main/docs/Features/RelaxNGFeatures#relaxng-features) (since v0.22.0) + * [RelaxNG (experimental) support](https://github.com/redhat-developer/vscode-xml/blob/main/docs/Features/RelaxNGFeatures.md#relaxng-features) (since v0.22.0) * Syntax error reporting * General code completion * [Auto-close tags](https://github.com/redhat-developer/vscode-xml/blob/main/docs/Features/XMLFeatures.md#xml-tag-auto-close) diff --git a/docs/Features/RelaxNGFeatures.md b/docs/Features/RelaxNGFeatures.md index 3550972c..9d61a8b3 100644 --- a/docs/Features/RelaxNGFeatures.md +++ b/docs/Features/RelaxNGFeatures.md @@ -22,8 +22,8 @@ You can associate your XML file with `RelaxNG grammar` (`file` or `URL`) using : ``` - * an `XML catalog` using the same method as [XSD](Validation#XML-catalog-with-XSD) - * a `file association` using the same method as [XSD](Validation#XML-file-association-with-xsd) + * an `XML catalog` using the same method as [XSD](Validation.md#XML-catalog-with-XSD) + * a `file association` using the same method as [XSD](Validation.md#XML-file-association-with-xsd) ## RelaxNG grammar @@ -121,7 +121,7 @@ element addressBook { ``` The following file, `addressBook.xml`, references `addressBook.rng` using the `xml-model` processing instruction. -[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`. +[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`. ```xml diff --git a/docs/Validation.md b/docs/Validation.md index 33f5bcd2..b115d6e5 100644 --- a/docs/Validation.md +++ b/docs/Validation.md @@ -401,7 +401,7 @@ This feature is specific to the VSCode client. ## Validation with RelaxNG grammar -See [RelaxNG features](Features/RelaxNGFeatures#relaxng-features) +See [RelaxNG features](Features/RelaxNGFeatures.md#relaxng-features) # Other Validation Settings