Skip to content

Commit de3bacc

Browse files
committed
Fix broken images
1 parent f351280 commit de3bacc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/apm/services-list-map.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Services maps are built automatically from distributed tracing data in real time
2525
* Filter by environment (up to 10 values), if your tracing data has the deployment environment tag (`deployment.environment=[environment]`)
2626
* Search for a service by name
2727

28-
<img src={useBaseUrl('img/apm/traces/services-map.png')} style={{border: '1px solid gray'}} alt="services-map" width="800"/>
28+
<img src={useBaseUrl('img/apm/services-map.png')} style={{border: '1px solid gray'}} alt="services-map" width="800"/>
2929

3030
### Settings
3131

3232
Use the **General Settings** to configure [anomaly detection](#anomaly-detection).<br/><img src={useBaseUrl('img/apm/traces/settings-general.png')} style={{border: '1px solid gray'}} alt="service map gear icon for settings" width="300"/>
3333

3434
### Map legend
3535

36-
<img src={useBaseUrl('img/apm/traces/services-map-legend.png')} style={{border: '1px solid gray'}} alt="services-map-legend" width="500"/>
36+
<img src={useBaseUrl('img/apm/services-map-legend.png')} style={{border: '1px solid gray'}} alt="services-map-legend" width="500"/>
3737

3838
* **Color** of services:
3939
* Red represents anomalies.

0 commit comments

Comments
 (0)