Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix schema dependencies link #2885

Merged
merged 3 commits into from
Jun 27, 2022
Merged

docs: fix schema dependencies link #2885

merged 3 commits into from
Jun 27, 2022

Conversation

epicfaace
Copy link
Member

@@ -14,15 +14,15 @@ This component follows [JSON Schema](http://json-schema.org/documentation.html)

The `anyOf` and `oneOf` keywords are supported; however, properties declared inside the `anyOf/oneOf` should not overlap with properties "outside" of the `anyOf/oneOf`.

You can also use `oneOf` with [schema dependencies](../usage/dependencies.md) to dynamically add schema properties based on input data.
You can also use `oneOf` with [schema dependencies]([../usage/dependencies.md](https://react-jsonschema-form.readthedocs.io/en/docs/usage/dependencies/#schema-dependencies)) to dynamically add schema properties based on input data.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure these links work... I clicked on the view file to get to the rendered .md file and clicked the link and got a 404

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@heath-freenome my bad... I just fixed the links, can you check again?

@epicfaace epicfaace merged commit 8f9318f into master Jun 27, 2022
@epicfaace epicfaace deleted the epicfaace-patch-6 branch June 27, 2022 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants