diff options
author | Sage Weil <sage@newdream.net> | 2012-05-03 12:26:17 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2012-05-03 12:26:17 -0700 |
commit | b5a18ad8f9dc7b67aa71cedb1cf7edfa8bb97160 (patch) | |
tree | 9ac6b1a5378d16fe56e71b8be40249aa5099b5ed | |
parent | 1e7dc441ffad619ea548b83b4a5ab1efc3796045 (diff) | |
download | ceph-b5a18ad8f9dc7b67aa71cedb1cf7edfa8bb97160.tar.gz |
doc: fix some underscores
Signed-off-by: Sage Weil <sage@newdream.net>
-rw-r--r-- | doc/start/quick-start.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/start/quick-start.rst b/doc/start/quick-start.rst index 557a0194be6..4c5aed8b857 100644 --- a/doc/start/quick-start.rst +++ b/doc/start/quick-start.rst @@ -6,6 +6,6 @@ single host. Quick start is intended for Debian/Ubuntu Linux distributions. #. `Install Ceph packages <../../install/debian>`_ #. Create a ``ceph.conf`` file. - See `Ceph Configuration Files <../../config-cluster/ceph_conf>`_ for details. + See `Ceph Configuration Files <../../config-cluster/ceph-conf>`_ for details. #. Create and start a Ceph cluster. - See `Deploying Ceph with mkcephfs <../../config_cluster/deploying_ceph_with_mkcephfs>`_ + See `Deploying Ceph with mkcephfs <../../config-cluster/deploying-ceph-with-mkcephfs>`_ |