Skip to content

Commit f90dfb6

Browse files
authored
fix: Fix image paths (#1439)
The current image paths break the publishing step, e.g. ``` Error: failed to create new draft version: failed to process doc images: error processing image "/images/asset_inventory_dash.png": open /images/asset_inventory_dash.png: no such file or directory ``` Looking at other transformations, they use relative paths.
1 parent 2351cff commit f90dfb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

visualizations/aws/asset_inventory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ This contains an AWS Asset Inventory Dashboard for Grafana on top of CloudQuery
2727

2828
Once you have connected Grafana to your Postgres database and have imported the dashboard template, you should see a dashboard similar to this one:
2929

30-
![AWS Asset Inventory](/images/asset_inventory_dash.png)
30+
![AWS Asset Inventory](./images/asset_inventory_dash.png)

visualizations/aws/data_resilience/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This package contains an AWS Resilience and Backup Dashboard for Grafana on top
2828

2929
Once you have connected Grafana to your Postgres database and have imported the AWS Asset Inventory template, you will see a dashboard similar to this one:
3030

31-
![AWS Data Resilience](/images/aws-resiliency-dash.png)
31+
![AWS Data Resilience](./images/aws-resiliency-dash.png)

0 commit comments

Comments
 (0)