Skip to content

Commit

Permalink
doc: fix the links to http://ceph.com/docs
Browse files Browse the repository at this point in the history
they should point to http://docs.ceph.com/docs/master/.. instead

Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Mar 15, 2017
1 parent 6ba4858 commit e14b8cb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/changelog/v0.61.3.txt
Expand Up @@ -685,7 +685,7 @@ Date: Tue May 21 14:36:11 2013 -0700
mon: implement --extract-monmap <filename>

This will make for a simpler process for
http://ceph.com/docs/master/rados/operations/add-or-rm-mons/#removing-monitors-from-an-unhealthy-cluster
http://docs.ceph.com/docs/master/rados/operations/add-or-rm-mons/#removing-monitors-from-an-unhealthy-cluster

Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit c0268e27497a4d8228ef54da9d4ca12f3ac1f1bf)
Expand Down
2 changes: 1 addition & 1 deletion doc/changelog/v0.94.3.txt
Expand Up @@ -1947,7 +1947,7 @@ Date: Wed Apr 29 13:12:38 2015 +1000
This adds SuSEfirewall2 service files for Ceph MON, OSD and MDS, for use
on SLES and openSUSE. The MON template opens port 6789 and the OSD/MDS
template opens the range 6800-7300 as per
http://ceph.com/docs/master/rados/configuration/network-config-ref/
http://docs.ceph.com/docs/master/rados/configuration/network-config-ref/

Signed-off-by: Tim Serong <tserong@suse.com>
(cherry picked from commit 77685f5b787c56bcb1c4d9f1e058e25312fa62fe)
Expand Down
2 changes: 1 addition & 1 deletion doc/install/get-packages.rst
Expand Up @@ -109,7 +109,7 @@ You may find releases for CentOS/RHEL and others (installed with YUM) at::

The major releases of Ceph are summarized at:

http://download.ceph.com/docs/master/releases/
http://docs.ceph.com/docs/master/releases/

Every second major release is considered Long Term Stable (LTS). Critical
bugfixes are backported to LTS releases until their retirement. Since retired
Expand Down
4 changes: 2 additions & 2 deletions doc/install/upgrading-ceph.rst
Expand Up @@ -337,7 +337,7 @@ you may need to uninstall, auto remove dependencies and reinstall.

See `v0.65`_ for details on the new command line interface.

.. _v0.65: http://ceph.com/docs/master/release-notes/#v0-65
.. _v0.65: http://docs.ceph.com/docs/master/release-notes/#v0-65


Monitor
Expand Down Expand Up @@ -409,7 +409,7 @@ you may need to uninstall, auto remove dependencies and reinstall.

See `v0.65`_ for details on the new command line interface.

.. _v0.65: http://ceph.com/docs/master/release-notes/#v0-65
.. _v0.65: http://docs.ceph.com/docs/master/release-notes/#v0-65


Upgrade Sequence
Expand Down
2 changes: 1 addition & 1 deletion examples/librados/hello_world.cc
Expand Up @@ -149,7 +149,7 @@ int main(int argc, const char **argv)
* now let's read that object back! Just for fun, we'll do it using
* async IO instead of synchronous. (This would be more useful if we
* wanted to send off multiple reads at once; see
* http://ceph.com/docs/master/rados/api/librados/#asychronous-io )
* http://docs.ceph.com/docs/master/rados/api/librados/#asychronous-io )
*/
{
librados::bufferlist read_buf;
Expand Down
2 changes: 1 addition & 1 deletion examples/librados/hello_world_c.c
Expand Up @@ -139,7 +139,7 @@ int main(int argc, const char **argv)
* now let's read that object back! Just for fun, we'll do it using
* async IO instead of synchronous. (This would be more useful if we
* wanted to send off multiple reads at once; see
* http://ceph.com/docs/master/rados/api/librados/#asychronous-io )
* http://docs.ceph.com/docs/master/rados/api/librados/#asychronous-io )
*/
{
int read_len = 4194304; // this is way more than we need
Expand Down
2 changes: 1 addition & 1 deletion qa/tasks/devstack.py
Expand Up @@ -51,7 +51,7 @@ def install(ctx, config):
This was created using documentation found here:
https://github.com/openstack-dev/devstack/blob/master/README.md
http://ceph.com/docs/master/rbd/rbd-openstack/
http://docs.ceph.com/docs/master/rbd/rbd-openstack/
"""
if config is None:
config = {}
Expand Down

0 comments on commit e14b8cb

Please sign in to comment.