Skip to content

Commit f38d299

Browse files
authored
fix: the docs lint errors (#481)
1 parent d6162c7 commit f38d299

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'tools/make/docs.mk'
99
pull_request:
1010
branches:
11-
- "main"
11+
- "master"
1212
paths:
1313
- 'docs/site/**'
1414
- 'tools/make/docs.mk'

docs/site/content/en/latest/tasks/prometheus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ It will push the test results data into Prometheus [PushGateway](https://github.
1313
Then Prometheus could get the metrics from it.
1414

1515
Skip the following instructions if you are familiar with Prometheus:
16+
1617
```shell
1718
docker run \
1819
-p 9090:9090 \

docs/site/content/en/news/releases/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type = "docs"
88
+++
99

1010
This document provides details on API Testing releases.
11-
API Testing follows the Semantic Version Control [v2.0.0 specification][] for release version control.
11+
API Testing follows the Semantic Version Control [v2.0.0 specification](https://semver.org/) for release version control.
1212
Since API Testing is a new project, minor versions are the only versions defined.
1313
Additional release details, such as patch versions, will be created by API Testing maintainers at a future date.
1414

docs/site/content/zh/news/releases/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type = "docs"
88
+++
99

1010
本文档提供了 API Testing 版本的详细信息。
11-
API Testing 遵循语义版本控制 [v2.0.0 规范][]进行发布版本控制。
11+
API Testing 遵循语义版本控制 [v2.0.0 规范](https://semver.org/)进行发布版本控制。
1212
由于 API Testing 是一个新项目,因此次要版本是唯一被定义的版本。
1313
API Testing 维护人员在未来的某个日期将建立额外的发布详细信息,例如补丁版本。
1414

0 commit comments

Comments
 (0)