diff --git a/README.md b/README.md
index c35e158..1b12978 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,25 @@
## Documentation
The documentation for Tapeti is available on Read the Docs:
-[Develop branch](http://tapeti.readthedocs.io/en/latest/)
-[![Documentation Status](https://readthedocs.org/projects/tapeti/badge/?version=latest)](http://tapeti.readthedocs.io/en/latest/?badge=latest)
+[2.0 beta release branch](http://tapeti.readthedocs.io/en/release-2.0/introduction.html)
+[![Documentation Status](https://readthedocs.org/projects/tapeti/badge/?version=release-2.0)](http://tapeti.readthedocs.io/en/latest/introduction.html?badge=release-2.0)
+
+[Master branch (stable release)](http://tapeti.readthedocs.io/en/stable/introduction.html)
+[![Documentation Status](https://readthedocs.org/projects/tapeti/badge/?version=stable)](http://tapeti.readthedocs.io/en/stable/introduction.html?badge=stable)
+
+[Develop branch](http://tapeti.readthedocs.io/en/latest/introduction.html)
+[![Documentation Status](https://readthedocs.org/projects/tapeti/badge/?version=latest)](http://tapeti.readthedocs.io/en/latest/introduction.html?badge=latest)
-[Master branch](http://tapeti.readthedocs.io/en/stable/)
-[![Documentation Status](https://readthedocs.org/projects/tapeti/badge/?version=stable)](http://tapeti.readthedocs.io/en/stable/?badge=stable)
## Builds
Builds are automatically run using AppVeyor, with the resulting packages being pushed to NuGet.
-
-Latest build
-[![Build status](https://ci.appveyor.com/api/projects/status/cyuo0vm7admy0d9x?svg=true)](https://ci.appveyor.com/project/MvRens/tapeti)
+2.0 beta release build
+[![Build status](https://ci.appveyor.com/api/projects/status/cyuo0vm7admy0d9x/branch/release/2.0?svg=true)](https://ci.appveyor.com/project/MvRens/tapeti/branch/release/2.0)
Master build
[![Build status](https://ci.appveyor.com/api/projects/status/cyuo0vm7admy0d9x/branch/master?svg=true)](https://ci.appveyor.com/project/MvRens/tapeti/branch/master)
+
+Latest build
+[![Build status](https://ci.appveyor.com/api/projects/status/cyuo0vm7admy0d9x?svg=true)](https://ci.appveyor.com/project/MvRens/tapeti)