Switch to unified view

a/index.html b/index.html
...
...
480
480
481
<pre class="hint">
481
<pre class="hint">
482
git config http.sslVerify false
482
git config http.sslVerify false
483
</pre>
483
</pre>
484
484
485
    <h3 name="platform-api">Is there an API to access platform?</h2>
485
    <h3><a name="platform-api">Is there an API to access platform?</a></h3>
486
    <p>The platform uses the Allura API, the same API used by Sourceforge. 
486
    <p>The platform uses the Allura API, the same API used by Sourceforge. 
487
    Tools compatible that are compatible with this API should work with no issues.
487
    Tools compatible that are compatible with this API should work with no issues.
488
    If you are writing your own client application, you can check this quick <a href="api/">introduction</a>.
488
    If you are writing your own client application, you can check this quick <a href="api/">introduction</a>.
489
    </p>
489
    </p>
490
490