summaryrefslogtreecommitdiff
path: root/doc/dev
diff options
context:
space:
mode:
authorSage Weil <sage.weil@dreamhost.com>2012-03-02 11:00:08 -0800
committerSage Weil <sage.weil@dreamhost.com>2012-03-02 11:00:08 -0800
commit70360f840e9b0f28d7aca20bb1bb71b8c098dec8 (patch)
tree386f54535d0e8bfc1947b7dbda0e45f1d1980fd6 /doc/dev
parentcacf0fdec8189f90b0af81e9ef03f707d8c0d02c (diff)
downloadceph-70360f840e9b0f28d7aca20bb1bb71b8c098dec8.tar.gz
github.com/NewDreamNetwork -> github.com/ceph
Diffstat (limited to 'doc/dev')
-rw-r--r--doc/dev/documenting.rst6
1 files changed, 3 insertions, 3 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
================