summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2019-09-24 21:31:57 +0300
committerGitHub <noreply@github.com>2019-09-24 21:31:57 +0300
commit697e0061adb6f10ed254a8c0702d4dad105a1fc1 (patch)
tree195c3fd5dbd0bf68e718729cb6ebda15d5ae169b /docs
parent4ddcf70e5c4fe50b8f0e3dea37dfc5d4d8b2f1da (diff)
downloadrabbitmq-server-git-697e0061adb6f10ed254a8c0702d4dad105a1fc1.tar.gz
A typo
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index dafe542372..dba1983378 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -3,7 +3,7 @@
This directory contains [CLI tool](https://rabbitmq.com/cli.html) man page sources as well as a few documentation extras:
* An [annotated rabbitmq.conf example](./rabbitmq.conf.example) (see [new style configuration format](https://www.rabbitmq.com/configure.html#config-file-formats))
- * An [annotated advanced.config example](./advanced.config.example) (see [new style configuration format](https://www.rabbitmq.com/configure.html#advanced-config-file))
+ * An [annotated advanced.config example](./advanced.config.example) (see [The advanced.config file](https://www.rabbitmq.com/configure.html#advanced-config-file))
* A [systemd unit file example](./rabbitmq-server.service.example)
Please [see rabbitmq.com](https://rabbitmq.com/documentation.html) for documentation guides.