From 08e7931ba4c8ff766ddfb8915d2aef5a315e431d Mon Sep 17 00:00:00 2001
From: "Sean M. Collins" <sean@coreitpro.com>
Date: Thu, 29 Aug 2013 14:08:20 -0400
Subject: [PATCH] Add link to Nova developer documentation

Change-Id: Ic3456c80fc25c70da54d79c5d13e79f4bdeac3d6
---
 www/.htaccess                         | 2 +-
 www/developer/openstack-projects.html | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/www/.htaccess b/www/.htaccess
index 5492115f58..d242aef09b 100644
--- a/www/.htaccess
+++ b/www/.htaccess
@@ -39,5 +39,5 @@ redirect 301 /install/ /
 redirect 301 /basic-install/ /
 redirect 301 /run/ /
 redirect 301 /api/index.html /
-redirect 301 /developer/index.html /
+redirect 301 /developer/index.html /developer/openstack-projects.html
 redirect 301 /cli/ /
diff --git a/www/developer/openstack-projects.html b/www/developer/openstack-projects.html
index 15e4da780d..b125627d38 100644
--- a/www/developer/openstack-projects.html
+++ b/www/developer/openstack-projects.html
@@ -130,6 +130,9 @@
 		</h2>
 			<p>Online developer documentation for working on the OpenStack Dashboard.
 		</p>
+			<h2><a href="http://docs.openstack.org/developer/nova/">Compute Service Developer Documentation (nova)</a>
+			</h2>
+			<p>Developer documentation for the OpenStack Compute service.</p>
 			<h2><a href="http://docs.openstack.org/developer/keystone/">Identity Service Developer Documentation (keystone)</a>
 			</h2>
 			<p>Developer documentation for the common OpenStack Identity service.</p>