Skip to content

Commit bb028fe

Browse files
fix image paths for docs-assembler (#987)
1 parent a2fc00c commit bb028fe

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/reference/getting-started.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,11 @@ typedClient, err := elasticsearch.NewTypedClient(elasticsearch.Config{
5353
:::::::
5454
Your Elasticsearch endpoint can be found on the **My deployment** page of your deployment:
5555

56-
:::{image} images/es-endpoint.jpg
57-
:alt: Finding Elasticsearch endpoint
58-
:::
56+
![Finding Elasticsearch endpoint](images/es-endpoint.jpg)
5957

6058
You can generate an API key on the **Management** page under Security.
6159

62-
:::{image} images/create-api-key.png
63-
:alt: Create API key
64-
:::
60+
![Create API key](images/create-api-key.png)
6561

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

0 commit comments

Comments
 (0)