summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSage Weil <sage.weil@dreamhost.com>2012-03-02 20:00:08 +0100
committerSage Weil <sage.weil@dreamhost.com>2012-03-02 20:00:08 +0100
commit70360f840e9b0f28d7aca20bb1bb71b8c098dec8 (patch)
tree386f54535d0e8bfc1947b7dbda0e45f1d1980fd6 /doc
parentfilestore: fix rollback safety check (diff)
downloadceph-70360f840e9b0f28d7aca20bb1bb71b8c098dec8.tar.xz
ceph-70360f840e9b0f28d7aca20bb1bb71b8c098dec8.zip
github.com/NewDreamNetwork -> github.com/ceph
Diffstat (limited to 'doc')
-rw-r--r--doc/dev/documenting.rst6
-rw-r--r--doc/ops/autobuilt.rst4
-rw-r--r--doc/ops/install/mkcephfs.rst2
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/dev/documenting.rst b/doc/dev/documenting.rst
index 1135f6c083c..eefceefa7cd 100644
--- a/doc/dev/documenting.rst
+++ b/doc/dev/documenting.rst
@@ -9,7 +9,7 @@ C and C++ can be documented with Doxygen_, using the subset of Doxygen
markup supported by Asphyxiate_.
.. _Doxygen: http://www.stack.nl/~dimitri/doxygen/
-.. _Asphyxiate: https://github.com/NewDreamNetwork/asphyxiate
+.. _Asphyxiate: https://github.com/ceph/asphyxiate
The general format for function documentation is::
@@ -29,8 +29,8 @@ functions should be grouped into logical categories. The `librados C
API`_ provides a complete example. It is pulled into Sphinx by
`librados.rst`_, which is rendered at :doc:`/api/librados`.
-.. _`librados C API`: https://github.com/NewDreamNetwork/ceph/blob/master/src/include/rados/librados.h
-.. _`librados.rst`: https://raw.github.com/NewDreamNetwork/ceph/master/doc/api/librados.rst
+.. _`librados C API`: https://github.com/ceph/ceph/blob/master/src/include/rados/librados.h
+.. _`librados.rst`: https://raw.github.com/ceph/ceph/master/doc/api/librados.rst
Drawing diagrams
================
diff --git a/doc/ops/autobuilt.rst b/doc/ops/autobuilt.rst
index dece2d5b144..914fe9fe2cc 100644
--- a/doc/ops/autobuilt.rst
+++ b/doc/ops/autobuilt.rst
@@ -12,7 +12,7 @@ distributions (`distro list`_):
.. |ceph.git| replace::
``ceph.git`` repository
-.. _`ceph.git`: https://github.com/NewDreamNetwork/ceph
+.. _`ceph.git`: https://github.com/ceph/ceph
.. _`arch list`: http://ceph.newdream.net/debian-snapshot-amd64/master/dists/natty/main/
.. _`distro list`: http://ceph.newdream.net/debian-snapshot-amd64/master/dists/
@@ -38,7 +38,7 @@ code you want to run, e.g. ``master``, ``stable`` or ``v0.34`` (`branch list`_ [
Run these commands on all nodes::
- wget -q -O- https://raw.github.com/NewDreamNetwork/ceph/master/keys/autobuild.asc \
+ wget -q -O- https://raw.github.com/ceph/ceph/master/keys/autobuild.asc \
| sudo apt-key add -
sudo tee /etc/apt/sources.list.d/ceph.list <<EOF
diff --git a/doc/ops/install/mkcephfs.rst b/doc/ops/install/mkcephfs.rst
index 1437eff666e..e33db531814 100644
--- a/doc/ops/install/mkcephfs.rst
+++ b/doc/ops/install/mkcephfs.rst
@@ -42,7 +42,7 @@ operating system.
Run these commands on all nodes::
- wget -q -O- https://raw.github.com/NewDreamNetwork/ceph/master/keys/release.asc \
+ wget -q -O- https://raw.github.com/ceph/ceph/master/keys/release.asc \
| sudo apt-key add -
sudo tee /etc/apt/sources.list.d/ceph.list <<EOF