Don't open docs in new tab

This commit is contained in:
JC Brand 2014-12-07 01:32:46 +01:00
parent d65d4e2fee
commit d3eb6b431f

View File

@ -60,7 +60,7 @@
<a href="https://github.com/jcbrand/converse.js/releases" class="button" target="_blank">Download</a>
</li>
<li class="page-scroll">
<a href="/docs/html/index.html" target="_blank">Documentation</a>
<a href="/docs/html/index.html">Documentation</a>
</li>
</ul>
</div>
@ -106,7 +106,7 @@
</p>
<p>
It's possible to enable single-site-login, whereby users already authenticated in your website will also automatically be logged in on the chat server.
Please refer to the <strong><a target="_blank" href="/docs/html/index.html">documentation</a></strong> for more info.
Please refer to the <strong><a href="/docs/html/index.html">documentation</a></strong> for more info.
</p>
</div>
</div>
@ -255,7 +255,6 @@
converse.initialize({
bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
debug: false,
i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported
keepalive: true,
message_carbons: true,