Fixed broken links. (#2470)

This commit is contained in:
Akash Nimare 2016-06-17 03:39:24 +05:30 committed by Michael Grinich
parent a04c1f4224
commit 36e0e0721d

View file

@ -1,7 +1,7 @@
<img src="/static/img/nylas-sdk-cuub@2x.png" class="center-logo"/> <img src="/static/img/nylas-sdk-cuub@2x.png" class="center-logo"/>
<h2 style="text-align:center; margin-top:-20px;">Nylas SDK</h2> <h2 style="text-align:center; margin-top:-20px;">Nylas SDK</h2>
<p style="text-align:center; margin:auto; margin-bottom:60px;">The Nylas SDK allows you to create powerful extensions to N1, a mail client for Mac OS X, Windows, and Linux. Building on N1 saves time and allows you to build innovative new experiences fast.<br> <p style="text-align:center; margin:auto; margin-bottom:60px;">The Nylas SDK allows you to create powerful extensions to N1, a mail client for Mac OS X, Windows, and Linux. Building on N1 saves time and allows you to build innovative new experiences fast.<br>
<a href="/sdk/getting-started" class="btn btn-redwood btn-sm btn-light btn-shadowed">Get Started</a> <a href="http://nylas.github.io/N1/docs/GettingStartedPart1.html" class="btn btn-redwood btn-sm btn-light btn-shadowed">Get Started</a>
</p> </p>
<table class="no-border"> <table class="no-border">
@ -24,8 +24,8 @@ N1 is available for Mac, Windows, and Linux. Download the latest build for your
Packages lie at the heart of N1. Each part of the core experience is a separate package that uses the Nylas Package API to add functionality to the client. Learn more about packages and create your first package. Packages lie at the heart of N1. Each part of the core experience is a separate package that uses the Nylas Package API to add functionality to the client. Learn more about packages and create your first package.
</p> </p>
<ul> <ul>
<li><a href="/sdk/getting-started">Create a Plugin</a></li> <li><a href="http://nylas.github.io/N1/docs/GettingStartedPart1.html">Create a Plugin</a></li>
<li><a href="/sdk/packageoverview">Plugin Overview</a></li> <li><a href="http://nylas.github.io/N1/docs/PackageOverview.html">Plugin Overview</a></li>
</ul> </ul>
</td></tr> </td></tr>
@ -34,11 +34,11 @@ Packages lie at the heart of N1. Each part of the core experience is a separate
<h4>Dive Deeper</h4> <h4>Dive Deeper</h4>
<ul> <ul>
<li><a href="/sdk/architecture">Application Architecture</a></li> <li><a href="http://nylas.github.io/N1/docs/Architecture.html">Application Architecture</a></li>
<li><a href="/sdk/react">React & Component Injection</a></li> <li><a href="http://nylas.github.io/N1/docs/React.html">React & Component Injection</a></li>
<li><a href="/sdk/interfaceconcepts">Core Interface Concepts</a></li> <li><a href="http://nylas.github.io/N1/docs/InterfaceConcepts.html">Core Interface Concepts</a></li>
<li><a href="/sdk/database">Accessing the Database</a></li> <li><a href="http://nylas.github.io/N1/docs/Database.html">Accessing the Database</a></li>
<li><a href="/sdk/draftstoreextensions">Draft Store Extensions</a></li> <li><a href="http://nylas.github.io/N1/docs/DraftStoreExtension.html">Draft Store Extensions</a></li>
</ul> </ul>
</td><td style="width:50%; vertical-align:top;"> </td><td style="width:50%; vertical-align:top;">
@ -48,14 +48,14 @@ Packages lie at the heart of N1. Each part of the core experience is a separate
N1 is built on top of Electron, which runs the latest version of Chromium. Learn how to access debug tools in Electron and use our Developer Tools Extensions: N1 is built on top of Electron, which runs the latest version of Chromium. Learn how to access debug tools in Electron and use our Developer Tools Extensions:
</p> </p>
<ul> <ul>
<li><a href="/sdk/debugging">Debugging in Nylas</a></li> <li><a href="http://nylas.github.io/N1/docs/Debugging.html">Debugging in Nylas</a></li>
</ul> </ul>
</td></tr> </td></tr>
<tr colspan="2"><td> <tr colspan="2"><td>
<h4>Questions?</h4> <h4>Questions?</h4>
<p> <p>
Need help? Check out the <a href="FAQ.html">FAQ</a> or post a question in the <a href="http://slack-invite.nylas.com/">slack channel</a>. Need help? Check out the <a href="https://support.nylas.com/hc/en-us">FAQ</a> or post a question in the <a href="http://slack-invite.nylas.com/">slack channel</a>.
</p> </p>
</td></tr> </td></tr>