@@ -32,16 +32,17 @@ impl ServiceEndpoints {
3232/// changing these properties:
3333///
3434/// - You are using the <a href="https://docs.launchdarkly.com/home/advanced/relay-proxy">LaunchDarkly
35- /// Relay Proxy</a>. In this case, use [ServiceEndpointsBuilder::relay_proxy] with the URL of the relay proxy instance.
35+ /// Relay Proxy</a>. In this case, use [ServiceEndpointsBuilder::relay_proxy] with the URL of the
36+ /// relay proxy instance.
3637///
3738/// - You are connecting to a private instance of LaunchDarkly, rather than the standard production
38- /// services. In this case, there will be custom base URIs for each service. You need to configure
39- /// each endpoint with [ServiceEndpointsBuilder::polling_base_url],
40- /// [ServiceEndpointsBuilder::streaming_base_url], and [ServiceEndpointsBuilder::events_base_url].
39+ /// services. In this case, there will be custom base URIs for each service. You need to configure
40+ /// each endpoint with [ServiceEndpointsBuilder::polling_base_url],
41+ /// [ServiceEndpointsBuilder::streaming_base_url], and [ServiceEndpointsBuilder::events_base_url].
4142///
4243/// - You are connecting to a test fixture that simulates the service endpoints. In this case, you
43- /// may set the base URLs to whatever you want, although the SDK will still set the URL paths to
44- /// the expected paths for LaunchDarkly services.
44+ /// may set the base URLs to whatever you want, although the SDK will still set the URL paths to
45+ /// the expected paths for LaunchDarkly services.
4546///
4647/// # Examples
4748///
0 commit comments