From b6712b4cffcc4625888b431818e07f23806d4cab Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Mon, 28 Aug 2023 08:33:33 +0000 Subject: [PATCH] Fix 404 in README.md --- orx-parameters/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orx-parameters/README.md b/orx-parameters/README.md index 76e5e501..5ea366e5 100644 --- a/orx-parameters/README.md +++ b/orx-parameters/README.md @@ -1,13 +1,13 @@ # orx-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, it only provides the information needed to create them. 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: