diff --git a/.gitmodules b/.gitmodules index 287e84d3458df..2bfe0fa685236 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = git://ceph.newdream.net/git/ceph-object-corpus.git [submodule "src/leveldb"] path = src/leveldb - url = git://github.com/NewDreamNetwork/leveldb.git + url = git://github.com/ceph/leveldb.git diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index 5a2ef98fc6f58..b088df083dbe9 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -1,3 +1,3 @@ Sphinx >=1.1.2 --e git+https://github.com/NewDreamNetwork/sphinx-ditaa.git#egg=sphinx-ditaa --e git+https://github.com/NewDreamNetwork/asphyxiate.git#egg=asphyxiate +-e git+https://github.com/ceph/sphinx-ditaa.git#egg=sphinx-ditaa +-e git+https://github.com/ceph/asphyxiate.git#egg=asphyxiate diff --git a/debian/control b/debian/control index 322593bb9f60a..946b0c37f3a0c 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: ceph Section: admin Priority: optional Homepage: http://ceph.newdream.net/ -Vcs-Git: git://github.com/NewDreamNetwork/ceph.git -Vcs-Browser: https://github.com/NewDreamNetwork/ceph +Vcs-Git: git://github.com/ceph/ceph.git +Vcs-Browser: https://github.com/ceph/ceph Maintainer: Laszlo Boszormenyi (GCS) Uploaders: Sage Weil Build-Depends: debhelper (>= 6.0.7~), autotools-dev, autoconf, automake, libfuse-dev, libboost-dev (>= 1.34), libedit-dev, libcrypto++-dev, libtool, libexpat1-dev, libfcgi-dev, libatomic-ops-dev, libgoogle-perftools-dev [i386 amd64], pkg-config, libgtkmm-2.4-dev, python, python-support, libcurl4-gnutls-dev, libkeyutils-dev, uuid-dev, libaio-dev diff --git a/doc/dev/documenting.rst b/doc/dev/documenting.rst index 1135f6c083c8e..eefceefa7cdeb 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 dece2d5b1441b..914fe9fe2cceb 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 <