Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 87a42ae

Browse files
authored
fix links that were missed (#1472)
1 parent ad8aed4 commit 87a42ae

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

modules/activemq/integrations/activemq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ The following options can be defined globally: update_every, autodetection_retry
113113
| webadmin | Webadmin root path. | admin | yes |
114114
| max_queues | Maximum number of concurrently collected queues. | 50 | no |
115115
| max_topics | Maximum number of concurrently collected topics. | 50 | no |
116-
| queues_filter | Queues filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | | no |
117-
| topics_filter | Topics filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | | no |
116+
| queues_filter | Queues filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns). | | no |
117+
| topics_filter | Topics filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns). | | no |
118118
| username | Username for basic HTTP authentication. | | no |
119119
| password | Password for basic HTTP authentication. | | no |
120120
| proxy_username | Username for proxy basic HTTP authentication. | | no |

modules/activemq/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ modules:
8383
required: false
8484
- name: queues_filter
8585
description: |
86-
Queues filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns).
86+
Queues filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns).
8787
default_value: ""
8888
required: false
8989
- name: topics_filter
9090
description: |
91-
Topics filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns).
91+
Topics filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns).
9292
default_value: ""
9393
required: false
9494
- name: username

modules/consul/integrations/consul.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ The following options can be defined globally: update_every, autodetection_retry
223223
| url | Server URL. | http://localhost:8500 | yes |
224224
| acl_token | ACL token used in every request. | | no |
225225
| max_checks | Checks processing/charting limit. | | no |
226-
| max_filter | Checks processing/charting filter. Uses [simple patterns](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md). | | no |
226+
| max_filter | Checks processing/charting filter. Uses [simple patterns](https://github.com/netdata/netdata/blob/master/src/libnetdata/simple_pattern/README.md). | | no |
227227
| username | Username for basic HTTP authentication. | | no |
228228
| password | Password for basic HTTP authentication. | | no |
229229
| proxy_url | Proxy URL. | | no |

modules/consul/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ modules:
9999
default_value: ""
100100
required: false
101101
- name: max_filter
102-
description: Checks processing/charting filter. Uses [simple patterns](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md).
102+
description: Checks processing/charting filter. Uses [simple patterns](https://github.com/netdata/netdata/blob/master/src/libnetdata/simple_pattern/README.md).
103103
default_value: ""
104104
required: false
105105
- name: username

modules/vsphere/integrations/vmware_vcenter_server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The following options can be defined globally: update_every, autodetection_retry
224224
Metrics of hosts matching the selector will be collected.
225225

226226
- Include pattern syntax: "/Datacenter pattern/Cluster pattern/Host pattern".
227-
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns).
227+
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns).
228228
- Syntax:
229229

230230
```yaml
@@ -240,7 +240,7 @@ Metrics of hosts matching the selector will be collected.
240240
Metrics of VMs matching the selector will be collected.
241241
242242
- Include pattern syntax: "/Datacenter pattern/Cluster pattern/Host pattern/VM pattern".
243-
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns).
243+
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns).
244244
- Syntax:
245245
246246
```yaml

modules/vsphere/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ modules:
115115
Metrics of hosts matching the selector will be collected.
116116
117117
- Include pattern syntax: "/Datacenter pattern/Cluster pattern/Host pattern".
118-
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns).
118+
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns).
119119
- Syntax:
120120
121121
```yaml
@@ -132,7 +132,7 @@ modules:
132132
Metrics of VMs matching the selector will be collected.
133133
134134
- Include pattern syntax: "/Datacenter pattern/Cluster pattern/Host pattern/VM pattern".
135-
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns).
135+
- Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree/master/src/libnetdata/simple_pattern#simple-patterns).
136136
- Syntax:
137137
138138
```yaml

pkg/prometheus/selector/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In the simplest form you need to specify only a metric name.
2121
<metric_name_pattern> ::= simple pattern
2222
```
2323

24-
The metric name pattern syntax is [simple pattern](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md).
24+
The metric name pattern syntax is [simple pattern](https://github.com/netdata/netdata/blob/master/src/libnetdata/simple_pattern/README.md).
2525

2626
### Examples
2727

@@ -58,16 +58,16 @@ It is possible to filter these time series further by appending a comma separate
5858
<label_value_pattern> ::= a label value pattern, depends on <op>
5959
```
6060

61-
The metric name pattern syntax is [simple pattern](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md).
61+
The metric name pattern syntax is [simple pattern](https://github.com/netdata/netdata/blob/master/src/libnetdata/simple_pattern/README.md).
6262

6363
Label matching operators:
6464

6565
- `=`: Match labels that are exactly equal to the provided string.
6666
- `!=`: Match labels that are not equal to the provided string.
6767
- `=~`: Match labels that [regex-match](https://golang.org/pkg/regexp/syntax/) the provided string.
6868
- `!~`: Match labels that do not [regex-match](https://golang.org/pkg/regexp/syntax/) the provided string.
69-
- `=*`: Match labels that [simple-pattern-match](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md) the provided string.
70-
- `!*`: Match labels that do not [simple-pattern-match](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md) the provided string.
69+
- `=*`: Match labels that [simple-pattern-match](https://github.com/netdata/netdata/blob/master/src/libnetdata/simple_pattern/README.md) the provided string.
70+
- `!*`: Match labels that do not [simple-pattern-match](https://github.com/netdata/netdata/blob/master/src/libnetdata/simple_pattern/README.md) the provided string.
7171

7272
### Examples
7373

0 commit comments

Comments
 (0)