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

Updating links in README.md #8

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
This public Github repository provides resources to help developers build their own Fusion Query stage plugins.
The resources include documentation on how to use the SDK, as well as an example plugin implementation:

* [Query Stage Plugin SDK](query-stage-plugin-sdk/README.md) - Query Stage SDK library. It contains
* [Query Stage Plugin SDK](query-stage-plugin-sdk/README.adoc) - Query Stage SDK library. It contains
classes and interfaces necessary for building new query plugin stages. Documentation can be found in both the README and javadocs.
* [Example Plugin Stage](examples/sample-plugin-stage/README.md) - contains an example of how a plugin can be implemented as well as information on how to build and deploy the plugin.
* [Example Plugin Stage](examples/sample-plugin-stage/README.adoc) - contains an example of how a plugin can be implemented as well as information on how to build and deploy the plugin.

# Fusion Version

Expand Down