verion 4.8
diff --git a/rtd/source/conf.py b/rtd/source/conf.py
index 07cda0d..f99e2ee 100644
--- a/rtd/source/conf.py
+++ b/rtd/source/conf.py
@@ -63,16 +63,16 @@
 
 # General information about the project.
 project = u'Apache CloudStack'
-copyright = u'2015, Apache CloudStack'
+copyright = u'2016, Apache CloudStack'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '4.7'
+version = '4.8'
 # The full version, including alpha/beta/rc tags.
-release = '4.7.0'
+release = '4.8.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -359,7 +359,7 @@
 epub_title = u'CloudStack Docs'
 epub_author = u'Apache CloudStack'
 epub_publisher = u'Apache CloudStack'
-epub_copyright = u'2015, Apache CloudStack'
+epub_copyright = u'2016, Apache CloudStack'
 
 # The basename for the epub file. It defaults to the project name.
 #epub_basename = u'CloudStack Docs'
diff --git a/rtd/source/developer_guide.rst b/rtd/source/developer_guide.rst
index e2894c2..84c1e52 100644
--- a/rtd/source/developer_guide.rst
+++ b/rtd/source/developer_guide.rst
@@ -250,7 +250,7 @@
 
 ::
 
-   git checkout 4.2
+   git checkout 4.8
 
 To compile Apache CloudStack, go to the cloudstack source folder and
 run:
@@ -448,7 +448,7 @@
 section shows you the gist of how to build packages. We assume that the
 reader will know how to create a repository to serve this packages. The
 complete documentation is available on the
-`website <http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/sect-source-builddebs.html>`__
+`website <http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/building_from_source.html#building-deb-packages>`_
 
 To build debian packages you will need couple extra packages that we did
 not need to install for source compilation:
@@ -468,16 +468,16 @@
 
 ::
 
-   cloudstack_4.2.0_amd64.changes
-   cloudstack_4.2.0.dsc
-   cloudstack_4.2.0.tar.gz
-   cloudstack-agent_4.2.0_all.deb
-   cloudstack-awsapi_4.2.0_all.deb
-   cloudstack-cli_4.2.0_all.deb
-   cloudstack-common_4.2.0_all.deb
-   cloudstack-docs_4.2.0_all.deb
-   cloudstack-management_4.2.0_all.deb
-   cloudstack-usage_4.2.0_all.deb
+   cloudstack_4.8.0_amd64.changes
+   cloudstack_4.8.0.dsc
+   cloudstack_4.8.0.tar.gz
+   cloudstack-agent_4.8.0_all.deb
+   cloudstack-awsapi_4.8.0_all.deb
+   cloudstack-cli_4.8.0_all.deb
+   cloudstack-common_4.8.0_all.deb
+   cloudstack-docs_4.8.0_all.deb
+   cloudstack-management_4.8.0_all.deb
+   cloudstack-usage_4.8.0_all.deb
 
 Of course the community provides a repository for these packages and you
 can use it instead of building your own packages and putting them in