Skip to content

adaptived: README: Fix internal README links #47

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

Merged
merged 1 commit into from
Mar 28, 2025
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 adaptived/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ in realtime to adapt to a changing workload.

Adaptived has several built-in causes and effects. When using only the built-in
causes and effects, adaptived can be invoked directly by calling the adaptived
daemon. See the [Getting Started Section](https://github.com/oracle/adaptivemm/tree/readme/adaptived#getting-started).
daemon. See the [Getting Started Section](./README.md#getting-started).
To use custom cause and effects, a user must use the adaptived library
and its C APIs. See the [Advanced Use Case Section](https://github.com/oracle/adaptivemm/tree/readme/adaptived#advanced-use-case---custom-causes-andor-effects).
and its C APIs. See the [Advanced Use Case Section](./README.md#advanced-use-case---custom-causes-andor-effects).
If there is sufficient demand, we may consider adding Python
bindings.

Expand Down
Loading