Skip to content

Commit a8a8f84

Browse files
authored
[DOCS] [8.2] Removes link to master
## Description Relates to elastic/docs#3160 This PR fixes the following broken link: ``` INFO:build_docs: /tmp/docsbuild/target_repo/html/en/beats/devguide/8.2/creating-metricbeat-module.html contains broken links to: --   | INFO:build_docs: - en/beats/metricbeat/master/metricbeat-module-mysql.html ```
1 parent 393b336 commit a8a8f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devguide/create-module.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ This will enable the module and rename file `metricbeat/modules.d/mysql.yml.disa
134134
$ cat modules.d/mysql.yml
135135
136136
# Module: mysql
137-
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/master/metricbeat-module-mysql.html
137+
# Docs: {metricbeat-ref}/metricbeat-module-mysql.html[MySQL module].
138138
139139
- module: mysql
140140
metricsets:

0 commit comments

Comments
 (0)