Skip to content

Commit da479a1

Browse files
committed
Fix link
1 parent 7c9fe5c commit da479a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ JSON Configuration File is a plugin for Godot that aims to aid reading user inpu
1818
* [**JSONPropertyFile:**](./files/JSON-PROPERTY-FILE.md) Strings representing a path to a file.
1919
* [**JSONPropertyJSONConfigFile:**](./files/JSON-PROPERTY-JSON-CONFIG-FILE.md) Strings representing a path to a JSON configuration file.
2020
* [**JSONPropertyImage:**](./files/JSON-PROPERTY-IMAGE.md) Strings representing a path to an image file.
21-
* [**JSONConfigProcessor:**](./files/JSON-PROPERTY-PROCESSOR.md) The abstract class from which any custom process must extend. The functionality of this class is a bit advanced, but basically, it serves as a way to create functions to process the user input before or after the property tests.
21+
* [**JSONConfigProcessor:**](./files/JSON-CONFIG-PROCESSOR.md) The abstract class from which any custom process must extend. The functionality of this class is a bit advanced, but basically, it serves as a way to create functions to process the user input before or after the property tests.

0 commit comments

Comments
 (0)