Skip to content

Commit c5273f5

Browse files
authored
fix: Incorrect links (#48)
1 parent d9b2355 commit c5273f5

File tree

1 file changed

+31
-23
lines changed

1 file changed

+31
-23
lines changed

index.html

+31-23
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,34 @@ <h6>The REST server and dashboard to manage your data.</h6>
4343
<section class="docs" id="docs">
4444
<h3>Documentation</h3>
4545
<h6>
46-
Learn more about deploying your own Parse Server, or dive into our detailed client SDK guides.
46+
Learn more about deploying your own Parse Server, or dive into our detailed client SDK guides.
4747
</h6>
48-
<div class="tableWrapper">
48+
<div class="tableWrapper">
4949
<table>
50-
<tr class="repoList">
51-
<td>
52-
<a href="//docs.parseplatform.org/parse-server/guide/"><h4>Parse Server Guide</h4><p class="repoDescription">Guide for the open source version of the Parse backend.</p></a>
53-
</td>
54-
</tr>
55-
<tr class="repoList">
56-
<td>
57-
<a href="//docs.parseplatform.org"><h4>Client SDK Guides</h4><p class="repoDescription">
58-
Comprehensive usage guides for each platform.</p></a>
59-
</td>
60-
</tr>
50+
<tr class="repoList">
51+
<td>
52+
<a href="//docs.parseplatform.org/parse-server/guide/"><h4>Parse Server
53+
Guide</h4>
54+
<p class="repoDescription">Guide for the open source version of the Parse
55+
backend.</p></a>
56+
</td>
57+
</tr>
58+
<tr class="repoList">
59+
<td>
60+
<a href="//docs.parseplatform.org/parse-server/api"><h4>Parse Server API
61+
Reference</h4>
62+
<p class="repoDescription">
63+
API Reference for the open source version of the Parse
64+
backend.</p></a>
65+
</td>
66+
</tr>
67+
<tr class="repoList">
68+
<td>
69+
<a href="//docs.parseplatform.org"><h4>Client SDK Guides</h4>
70+
<p class="repoDescription">
71+
Comprehensive usage guides for each platform.</p></a>
72+
</td>
73+
</tr>
6174
</table>
6275
</div>
6376
</section><!-- Other section -->
@@ -184,11 +197,6 @@ <h4>JavaScript</h4>
184197
<p>Latest Release</p>
185198
</div>
186199
</a>
187-
<div class="repoLink expandableRepoLink">
188-
<p>Modules</p>
189-
<ul>
190-
</ul>
191-
</div>
192200
<div class="repoButton">
193201
<a href="//github.com/parse-community/Parse-SDK-JS" target="_blank">
194202
<button class="outline">View on GitHub</button>
@@ -248,12 +256,12 @@ <h4>Flutter</h4>
248256
</span>
249257
</p>
250258
</div>
251-
<a href="//github.com/parse-community/Parse-SDK-Flutter/tree/master/packages/flutter#getting-started" target="_blank">
259+
<a href="//docs.parseplatform.org/flutter/guide" target="_blank">
252260
<div class="repoLink">
253261
<p>Guide</p>
254262
</div>
255263
</a>
256-
<a href="//pub.dev/documentation/parse_server_sdk_flutter/latest/flutter_parse_sdk_flutter/flutter_parse_sdk_flutter-library.html" target="_blank">
264+
<a href="//docs.parseplatform.org/flutter/api" target="_blank">
257265
<div class="repoLink">
258266
<p>API Reference</p>
259267
</div>
@@ -284,12 +292,12 @@ <h4>Dart</h4>
284292
</span>
285293
</p>
286294
</div>
287-
<a href="//github.com/parse-community/Parse-SDK-Flutter/tree/master/packages/dart#getting-started" target="_blank">
295+
<a href="//docs.parseplatform.org/dart/guide" target="_blank">
288296
<div class="repoLink">
289297
<p>Guide</p>
290298
</div>
291299
</a>
292-
<a href="//pub.dev/documentation/parse_server_sdk/latest/flutter_parse_sdk/flutter_parse_sdk-library.html" target="_blank">
300+
<a href="//docs.parseplatform.org/dart/api" target="_blank">
293301
<div class="repoLink">
294302
<p>API Reference</p>
295303
</div>
@@ -327,7 +335,7 @@ <h4>PHP</h4>
327335
<p>Guide</p>
328336
</div>
329337
</a>
330-
<a href="//parse-community.github.io/parse-php-sdk/namespaces/Parse.html" target="_blank">
338+
<a href="//parse-community.github.io/parse-php-sdk" target="_blank">
331339
<div class="repoLink">
332340
<p>API Reference</p>
333341
</div>

0 commit comments

Comments
 (0)