Skip to content

Commit 17426ca

Browse files
docs: fix image path (#243)
* docs: fix image path * fix
1 parent 33207cf commit 17426ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cp -r docs ${TARGET}
4848
cp README.md ${TARGET}/
4949
sed -i '/VictoriaLogs datasource for Grafana/g' ${TARGET}/README.md
50-
sed -i 's|docs/assets/|victorialogs-grafana-datasource/assets/|g' ${TARGET}/README.md
50+
sed -i 's|docs/assets/|victorialogs/grafana-datasource/assets/|g' ${TARGET}/README.md
5151
echo "SHORT_SHA=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_OUTPUT
5252
working-directory: __vl-datasource
5353

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ docker-compose -f docker-compose.yaml up
6464

6565
After Grafana starts successfully, datasource should be available in the datasources tab
6666

67-
![Configuration](https://raw.githubusercontent.com/VictoriaMetrics/victorialogs-datasource/refs/heads/main/docs/assets/provision_datasources.webp)
67+
![Configuration](docs/assets/provision_datasources.webp)
6868

6969
### Install in Kubernetes
7070

0 commit comments

Comments
 (0)