diff --git a/new_docs/contents/nest/connecting.markdown b/new_docs/contents/nest/connecting.markdown index c3ca8f7ca86..5f32818cde8 100644 --- a/new_docs/contents/nest/connecting.markdown +++ b/new_docs/contents/nest/connecting.markdown @@ -14,10 +14,6 @@ This section describes how to instantiate a client and have it connect to the se `NEST` follows pretty much the same design as `Elasticsearch.Net` when it comes to choosing the right [connection strategy](/elasticsearch-net/connecting.html) - new ElasticClient(); - -will create a non failover client that talks to `http://localhost:9200`. - var uri = new Uri("http://mynode.somewhere.com/"); var settings = new ConnectionSettings(uri, defaultIndex: "my-application");