summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorliu-sheng <liusheng@huawei.com>2014-07-21 16:12:59 +0800
committerliu-sheng <liusheng@huawei.com>2014-07-21 16:14:47 +0800
commit091e6fc31f4c557798557ea75c3407759d15f8ee (patch)
tree97cb688677852a07c2417cb703a99b5a7560f554 /doc
parent9164d6f60bc9cd0f86cc8420015f114144691f9e (diff)
downloadceilometer-091e6fc31f4c557798557ea75c3407759d15f8ee.tar.gz
Fix two out-dated links in doc
Change-Id: Ie5f7fa53d334f09332661dc21ee27aff35be1c21
Diffstat (limited to 'doc')
-rw-r--r--doc/source/contributing/areas.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/contributing/areas.rst b/doc/source/contributing/areas.rst
index d1596279..255f11f0 100644
--- a/doc/source/contributing/areas.rst
+++ b/doc/source/contributing/areas.rst
@@ -18,7 +18,7 @@
=====================
The Ceilometer project maintains a list of things that need to be worked on at:
-http://wiki.openstack.org/EfficientMetering/RoadMap but feel free to work on
+https://wiki.openstack.org/wiki/Ceilometer/RoadMap but feel free to work on
something else.
Plugins
@@ -39,13 +39,13 @@ Core
The core parts of ceilometer, not separated into a plugin, are fairly
simple but depend on code that is part of ``nova`` right now. One
project goal is to move the rest of those dependencies out of ``nova``
-and into ``openstack-common``. Logging and RPC are already done, but
+and into ``oslo``. Logging and RPC are already done, but
the service and manager base classes still need to move.
.. seealso::
* https://launchpad.net/nova
- * https://launchpad.net/openstack-common
+ * https://launchpad.net/oslo
Testing
=======