Add note that development is taking place in new repo (#128)

Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
diff --git a/README.md b/README.md
index 7efe045..39f6914 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
 <p align="center"><img src="/ui/images/kibble-logo.png" width="300"/></p>
 
-# Apache Kibble
+# This is old version of Apache Kibble
+
+This repo contains archived code for Kibble v1. The current development for Apache Kibble happens at https://github.com/apache/kibble.
+
+## Apache Kibble
 
 Apache Kibble is a tool to collect, aggregate and visualize data about any software project that uses commonly known tools. It consists of two components:
 
@@ -11,22 +15,22 @@
  scanning applications each designed to work with a specific type of resource (git repo, mailing list, 
  JIRA, etc) and push compiled data objects to the Kibble Server.
 
-## Documentation
+### Documentation
 
 For information about the Kibble project and community, visit our
 web site at [https://kibble.apache.org/](https://kibble.apache.org/).
 
-## Live demo
+### Live demo
 
 If you would love to try Kibble without installing it on your own machine try the online demo of the Kibble
 service: [https://demo.kibble.apache.org/](https://demo.kibble.apache.org/).
 
 
-## Installation
+### Installation
 
 For installation steps see the [documentation](https://apache-kibble.readthedocs.io/en/latest/setup.html#installing-the-server).
 
-## Contributing
+### Contributing
 
 We welcome all contributions that improve the state of the Apache Kibble project. For contribution guidelines
 check the [CONTRIBUTING.md](/CONTRIBUTING.md).