This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git
commit c16246b883bf1a60dcabc32faea80d5c1e2b190a Author: Josh Tynjala <[email protected]> AuthorDate: Thu Jan 9 12:45:39 2025 -0800 formatter, linter: fixed broken link --- formatter/asformat-config-file.md | 2 +- linter/aslint-config-file.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/formatter/asformat-config-file.md b/formatter/asformat-config-file.md index 153345b..39985bc 100644 --- a/formatter/asformat-config-file.md +++ b/formatter/asformat-config-file.md @@ -24,7 +24,7 @@ permalink: /formatter/asformat-config-file Configure the Royale formatter for a specific project -If the current working directory contains an _asformat-config.xml_ file, the [**asformat**](formatter/) tool included with [Apache Royale](https://royale.apache.org/) will conveniently load this file automatically to configure its options. +If the current working directory contains an _asformat-config.xml_ file, the [**asformat**](formatter) tool included with [Apache Royale](https://royale.apache.org/) will conveniently load this file automatically to configure its options. The root of this file is an `<asformat-config>` element. To specify a [formatter option](formatter/formatter-options), add it as a child element. diff --git a/linter/aslint-config-file.md b/linter/aslint-config-file.md index 66369d6..42eaf4d 100644 --- a/linter/aslint-config-file.md +++ b/linter/aslint-config-file.md @@ -24,7 +24,7 @@ permalink: /linter/aslint-config-file Configure the Royale linter for a specific project -If the current working directory contains an _aslint-config.xml_ file, the [**aslint**](/linter/) tool included with [Apache Royale](https://royale.apache.org/) will conveniently load this file automatically to configure its options. +If the current working directory contains an _aslint-config.xml_ file, the [**aslint**](linter) tool included with [Apache Royale](https://royale.apache.org/) will conveniently load this file automatically to configure its options. The root of this file is an `<aslint-config>` element. To specify a [linter option](linter/linter-options), add it as a child element.
