documentation link updated
diff --git a/planetstack/templates/admin/base.html b/planetstack/templates/admin/base.html
index 08d19d1..2d00343 100644
--- a/planetstack/templates/admin/base.html
+++ b/planetstack/templates/admin/base.html
@@ -90,7 +90,7 @@
{% block userlinks %}
{% url 'django-admindocs-docroot' as docsroot %}
{% if docsroot %}
- <a href="{{ docsroot }}">{% trans 'Documentation' %}</a>
+ <a href="http://open-cloud.github.io/">{% trans 'Documentation' %}</a>
<span class="separator">|</span>
{% endif %}
<a href="{% url 'admin:password_change' %}">{% trans 'Change password' %}</a>