mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
Update doc-validator
workflow (#77024)
Update doc-validator No longer produce errors for the use of https://grafana.com/ links. This is the first step towards just using fully qualified URLs everywhere. The website link render-hook will internally transform these URLs into the partial URL that works across all hostnames. Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
parent
7a9ec6b4e0
commit
07909464f1
2
.github/workflows/doc-validator.yml
vendored
2
.github/workflows/doc-validator.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
doc-validator:
|
||||
runs-on: "ubuntu-latest"
|
||||
container:
|
||||
image: "grafana/doc-validator:v3.2.1"
|
||||
image: "grafana/doc-validator:v4.0.0"
|
||||
steps:
|
||||
- name: "Checkout code"
|
||||
uses: "actions/checkout@v4"
|
||||
|
Loading…
Reference in New Issue
Block a user