Skip to content

Commit 9a4ca1e

Browse files
authored
Merge pull request #8498 from colleenmcginnis/fix-images-when-assembled
[docs] Fix image paths for docs-assembler
2 parents 9d4467b + a2573c3 commit 9a4ca1e

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

docs/reference/getting-started.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,11 @@ var client = new ElasticsearchClient("<CLOUD_ID>", new ApiKey("<API_KEY>"));
3535

3636
Your Elasticsearch endpoint can be found on the **My deployment** page of your deployment:
3737

38-
:::{image} images/es-endpoint.jpg
39-
:alt: Finding Elasticsearch endpoint
40-
:::
38+
![Finding Elasticsearch endpoint](images/es-endpoint.jpg)
4139

4240
You can generate an API key on the **Management** page under Security.
4341

44-
:::{image} images/create-api-key.png
45-
:alt: Create API key
46-
:::
42+
![Create API key](images/create-api-key.png)
4743

4844
For other connection options, refer to the [*Connecting*](/reference/connecting.md) section.
4945

docs/reference/troubleshoot/logging-with-fiddler.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ A web debugging proxy such as [Fiddler](http://www.telerik.com/fiddler) is a use
1111

1212
To capture traffic against a remote cluster is as simple as launching Fiddler! You may want to also filter traffic to only show requests to the remote cluster by using the filters tab
1313

14-
:::{image} ../images/elasticsearch-client-net-api-capture-requests-remotehost.png
15-
:alt: Capturing requests to a remote host
16-
:::
14+
![Capturing requests to a remote host](../images/elasticsearch-client-net-api-capture-requests-remotehost.png)
1715

1816

1917
## Capturing traffic to a local cluster [_capturing_traffic_to_a_local_cluster]
@@ -37,14 +35,10 @@ var client = new ElasticClient(connectionSettings);
3735

3836
With Fiddler running, the requests and responses will now be captured and can be inspected in the Inspectors tab
3937

40-
:::{image} ../images/elasticsearch-client-net-api-inspect-requests.png
41-
:alt: Inspecting requests and responses
42-
:::
38+
![Inspecting requests and responses](../images/elasticsearch-client-net-api-inspect-requests.png)
4339

4440
As before, you may also want to filter traffic to only show requests to `ipv4.fiddler` on the port on which you are running Elasticsearch.
4541

46-
:::{image} ../images/elasticsearch-client-net-api-capture-requests-localhost.png
47-
:alt: Capturing requests to localhost
48-
:::
42+
![Capturing requests to localhost](../images/elasticsearch-client-net-api-capture-requests-localhost.png)
4943

5044

0 commit comments

Comments
 (0)