From df5cded44ce6014fdb9b53af7e8f475da56858b2 Mon Sep 17 00:00:00 2001 From: Charles Daniels Date: Mon, 7 Oct 2024 16:46:20 -0400 Subject: [PATCH] fix broken javadoc link in developer docs --- docs/site/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/docs/index.md b/docs/site/docs/index.md index ba912bc1..9b859faa 100644 --- a/docs/site/docs/index.md +++ b/docs/site/docs/index.md @@ -2,7 +2,7 @@ This site is meant to assist developers of the [opa-java](https://github.com/StyraInc/opa-java/) project itself. Looking for docs on how to use it? Consider the [JavaDoc](./javadoc) or [SDK docs](https://docs.styra.com/sdk). -This site contains the developer documentation for [opa-java](https://github.com/StyraInc/opa-java/), a Java SDK for the [Open Policy Agent](https://www.openpolicyagent.org/) [REST API](https://www.openpolicyagent.org/docs/latest/rest-api/). "Low level" wrappers around the REST API methods are generated using [Speakeasy](https://www.speakeasyapi.dev/). A higher level human-written API is also provided, which is intended to simplify the most common tasks for OPA API consumers. The Speakeasy-generated API can be found in the [`com.styra.opa.sdk`](https://styrainc.github.io/opa-java/javadoc/com/styra/opa/sdk/package-summary.html) package, while the higher level API is located in [`com.styra.opa`](https://styrainc.github.io/opa-java/javadoc/com/styra/opa/package-summary.html). +This site contains the developer documentation for [opa-java](https://github.com/StyraInc/opa-java/), a Java SDK for the [Open Policy Agent](https://www.openpolicyagent.org/) [REST API](https://www.openpolicyagent.org/docs/latest/rest-api/). "Low level" wrappers around the REST API methods are generated using [Speakeasy](https://www.speakeasyapi.dev/). A higher level human-written API is also provided, which is intended to simplify the most common tasks for OPA API consumers. The Speakeasy-generated API can be found in the [`com.styra.opa.openapi`](https://styrainc.github.io/opa-java/javadoc/com/styra/opa/openapi/package-summary.html) package, while the higher level API is located in [`com.styra.opa`](https://styrainc.github.io/opa-java/javadoc/com/styra/opa/package-summary.html). ## Documentation Index