diff --git a/docs/standalone-library-instrumentation.md b/docs/standalone-library-instrumentation.md
index a43483b89b..568e85a8d9 100644
--- a/docs/standalone-library-instrumentation.md
+++ b/docs/standalone-library-instrumentation.md
@@ -27,3 +27,9 @@ that can be used if you prefer that over using the Java agent:
* [Spring RestTemplate](../instrumentation/spring/spring-web-3.1/library)
* [Spring Web MVC](../instrumentation/spring/spring-webmvc-3.1/library)
* [Spring WebFlux Client](../instrumentation/spring/spring-webflux-5.0/library)
+
+And some libraries are publishing their own OpenTelemetry instrumentation (yay!), e.g.
+
+* [http4k](https://www.http4k.org/guide/reference/opentelemetry/)
+
+If you know of additional libraries that are publishing their own OpenTelemetry instrumentation, please let us know!
diff --git a/docs/supported-libraries.md b/docs/supported-libraries.md
index 3453c0a3db..9b959e1783 100644
--- a/docs/supported-libraries.md
+++ b/docs/supported-libraries.md
@@ -61,7 +61,6 @@ These are the supported libraries and frameworks:
| [GWT](http://www.gwtproject.org/) | 2.0+ |
| [Hibernate](https://github.com/hibernate/hibernate-orm) | 3.3+ |
| [HttpURLConnection](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/HttpURLConnection.html) | Java 8+ |
-| [http4k †](https://www.http4k.org/guide/modules/opentelemetry/) | 3.270.0+ |
| [Hystrix](https://github.com/Netflix/Hystrix) | 1.4+ |
| [Java Executors](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Executor.html) | Java 8+ |
| [Java Http Client](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/package-summary.html) | Java 11+ |
@@ -116,8 +115,6 @@ These are the supported libraries and frameworks:
| [Vert.x HttpClient](https://vertx.io/docs/apidocs/io/vertx/core/http/HttpClient.html) | 3.0+ |
| [Vert.x RxJava2](https://vertx.io/docs/vertx-rx/java2/) | 3.5+ |
-† OpenTelemetry support provided by the library
-
## Application Servers
These are the application servers that the smoke tests are run against: