Fix 404 in README.md

This commit is contained in:
Abe Pazos
2023-08-28 08:33:33 +00:00
committed by GitHub
parent 862d7dc291
commit b6712b4cff

View File

@@ -1,13 +1,13 @@
# orx-parameters # orx-parameters
Provides annotations and tools for turning Kotlin properties into introspectable parameters. Provides annotations and tools for turning Kotlin properties into introspectable parameters.
Used by [`orx-gui`](../orx-gui/README.md) to automatically generate user interfaces. Used by [`orx-gui`](../orx-jvm/orx-gui/README.md) to automatically generate user interfaces.
Note that `orx-parameters` does _not_ generate user interfaces, Note that `orx-parameters` does _not_ generate user interfaces,
it only provides the information needed to create them. it only provides the information needed to create them.
For an example (and a highly usable implementation) of generating interfaces For an example (and a highly usable implementation) of generating interfaces
from the annotations you are encouraged to check out [`orx-gui`](../orx-gui/README.md). from the annotations you are encouraged to check out [`orx-gui`](../orx-jvm/orx-gui/README.md).
Currently orx-parameters facilitates the following annotations: Currently orx-parameters facilitates the following annotations: