Skip to content

Commit 90a944e

Browse files
authored
use Toml Validator in Docs (#108)
1 parent e81083c commit 90a944e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/get-started/configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ C:\Users\<USER_NAME>\pactus\config.toml
3333

3434
Modifying the TOML file is straightforward, but because TOML is sensitive to spaces,
3535
it's important to ensure the file is formatted correctly.
36-
Online tools like [TOML Lint](https://www.toml-lint.com/) can help check the validity of the config file.
36+
Online tools like
37+
[TOML Validator](https://codebeautify.org/toml-validator/) can help check the validity of the config file.
3738

3839
## Example Configuration
3940

0 commit comments

Comments
 (0)