From 87ad966e79c5128a11d8c9dda6ba341502999db9 Mon Sep 17 00:00:00 2001 From: Todd Anderson <127344469+tanderson-ld@users.noreply.github.com> Date: Tue, 28 May 2024 09:05:05 -0500 Subject: [PATCH] chore: update readme for archiving --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 319c026..b244e88 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,5 @@ -# LaunchDarkly SDK Java Common Code - -[![Circle CI](https://circleci.com/gh/launchdarkly/java-sdk-common.svg?style=shield)](https://circleci.com/gh/launchdarkly/java-sdk-common) -[![Javadocs](http://javadoc.io/badge/com.launchdarkly/launchdarkly-java-sdk-common.svg)](http://javadoc.io/doc/com.launchdarkly/launchdarkly-java-sdk-common) - -This project contains Java classes and interfaces that are shared between the LaunchDarkly server-side Java SDK and the LaunchDarkly Android SDK. Code that is specific to one or the other is in [java-server-sdk](https://github.com/launchdarkly/java-server-sdk) or [android-client-sdk](https://github.com/launchdarkly/android-client-sdk). - -## Supported Java versions - -This version of the library works with Java 7 and above. - -## Contributing - -See [Contributing](CONTRIBUTING.md). +# This code has a new home! +You can now find it here in our [java-core repository](https://github.com/launchdarkly/java-core). ## About LaunchDarkly