From 014093fbceef0b6700bf701a402f27e5da78eba4 Mon Sep 17 00:00:00 2001 From: Scott Lewis Date: Thu, 29 Aug 2024 17:31:01 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 815967e..2cc316c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Released versions of this bundle are available at [Maven Central](https://search For this provider to work, an etcd server must be running at some available hostname and port before the process using the etcd provider is started. Note that when the provider is started, it will immediately attempt to connect to the etcd server. If that connection cannot be made it will result in an ERROR to the OSGi log. -The entire list of configurable properties for the etcd provider is in [this class](https://github.com/ECF/etcd-provider/blob/master/bundles/org.eclipse.ecf.provider.etcd/src/org/eclipse/ecf/provider/etcd/EtcdDiscoveryContainerConfig.java) +The entire list of configurable properties for the etcd provider is in [this class](https://github.com/ECF/etcd3-discovery-provider/blob/main/org.eclipse.ecf.provider.etcd3/src/main/java/org/eclipse/ecf/provider/etcd3/container/Etcd3DiscoveryContainerConfig.java) The most important properties are: