summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Branca <chewbranca@gmail.com>2013-03-11 16:39:57 -0700
committerRussell Branca <chewbranca@gmail.com>2013-03-11 16:39:57 -0700
commit1bb903bed7d0bfda05d5c9eb0084a9dbd69110f5 (patch)
treeee461029df8518876dff09ee6092c011229bef9c
parent9667be958948cad2e5d410ca4bc403664d694679 (diff)
downloadcouchdb-1bb903bed7d0bfda05d5c9eb0084a9dbd69110f5.tar.gz
Add link to docs in api bar
-rw-r--r--src/fauxton/app/templates/fauxton/api_bar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fauxton/app/templates/fauxton/api_bar.html b/src/fauxton/app/templates/fauxton/api_bar.html
index 0d2f13e9a..ff35ee9df 100644
--- a/src/fauxton/app/templates/fauxton/api_bar.html
+++ b/src/fauxton/app/templates/fauxton/api_bar.html
@@ -16,7 +16,7 @@ the License.
<div class="navbar-inner">
<div class="container">
<div class="input-prepend input-append">
- <span class="add-on">API reference <i class="icon-question-sign"></i></span><input type="text" class="input-xxlarge" value="<%= endpoint %>"><a href="#" class="btn">Show me</a>
+ <span class="add-on">API reference <a href="http://docs.couchdb.org/en/latest/" target="_couchdb"><i class="icon-question-sign"></i></a></span><input type="text" class="input-xxlarge" value="<%= endpoint %>"><a href="#" class="btn">Show me</a>
</div>
</div>