Skip to content

Commit b51b9f6

Browse files
docs: replaced links to docs in github.com to docs.victoriametrics.com (#1493)
* docs: fixed vm docs links * fixed ci exclusions
1 parent c814722 commit b51b9f6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
ignore-paths:
7+
paths-ignore:
88
- 'docs/**'
99
- '*.md'
1010
- '.github/workflows/docs.yaml'
@@ -18,7 +18,7 @@ on:
1818
- synchronize
1919
- ready_for_review
2020
- converted_to_draft
21-
ignore-paths:
21+
paths-ignore:
2222
- 'docs/**'
2323
- '*.md'
2424
- '.github/workflows/docs.yaml'

docs/resources/vmagent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Now, even if something happens to one of the vmagent, you'll still have the data
206206

207207
### StatefulMode
208208

209-
VMAgent supports [persistent buffering](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/docs/vmagent/#replication-and-high-availability)
209+
VMAgent supports [persistent buffering](https://docs.victoriametrics.com/victoriametrics/vmagent/#replication-and-high-availability)
210210
for sending data to remote storage. By default, operator set `-remoteWrite.tmpDataPath` for `VMAgent` to `/tmp` (that use k8s ephemeral storage)
211211
and `VMAgent` loses state of the PersistentQueue on pod restarts.
212212

@@ -584,7 +584,7 @@ metadata:
584584

585585
### Additional information
586586

587-
`VMAgent` also has some extra options for relabeling actions, you can check it [docs](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/docs/vmagent#relabeling).
587+
`VMAgent` also has some extra options for relabeling actions, you can check it [docs](https://docs.victoriametrics.com/victoriametrics//vmagent/#relabeling).
588588

589589
## Version management
590590

docs/resources/vmsingle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ For using Enterprise version of [vmsingle](https://docs.victoriametrics.com/vict
127127

128128
### Downsampling
129129

130-
After that you can pass [Downsampling](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/docs/#downsampling)
130+
After that you can pass [Downsampling](https://docs.victoriametrics.com/victoriametrics/single-node-victoriametrics/#downsampling)
131131
flag to `VMSingle` with [extraArgs](./#extra-arguments) too.
132132

133-
Here are complete example for [Downsampling](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/docs/#downsampling):
133+
Here are complete example for [Downsampling](https://docs.victoriametrics.com/victoriametrics/single-node-victoriametrics/#downsampling):
134134

135135
```yaml
136136
apiVersion: operator.victoriametrics.com/v1beta1
@@ -155,7 +155,7 @@ spec:
155155

156156
### Retention filters
157157

158-
The same method is used to enable retention filters - here are complete example for [Retention filters](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/docs/#retention-filters).
158+
The same method is used to enable retention filters - here are complete example for [Retention filters](https://docs.victoriametrics.com/victoriametrics/single-node-victoriametrics/#retention-filters).
159159

160160
```yaml
161161
apiVersion: operator.victoriametrics.com/v1beta1

0 commit comments

Comments
 (0)