Skip to content

fix: Incorrect links #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix urls
  • Loading branch information
mbfakourii committed May 27, 2023
commit 65ae02c58df3576006973dd0e0bd07e5bb371ba7
194 changes: 69 additions & 125 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,56 +8,26 @@
<h3>Help & Communication</h3>
<h6>Our preferred channels of communication for help, issues and disscussion.</h6>
<div class="tableWrapper">
<table>
<tr class="repoList">
<td>
<a href="https://stackoverflow.com/tags/{{ site.stackoverflow_tag }}">
<h4>Stack Overflow
<ins>parse-platform</ins>
tag
</h4>
<p class="repoDescription">Use for any code level questions related to the
Parse Platform. Please also use other tags where appropriate, such as
<ins>parse-server</ins>
,
<ins>parse-dashboard</ins>
,
<ins>parse-cloud-code</ins>
,
<ins>parse-javascript-sdk</ins>
,
<ins>parse-ios-sdk</ins>
,
<ins>parse-android-sdk</ins>
,
<ins>parse-dotnet-sdk</ins>
,
<ins>parse-rest-api</ins>
and
<ins>parse-live-query</ins>
.
</p>
</a>
</td>
</tr>
<tr class="repoList">
<td>
<a href="//community.parseplatform.org"><h4>Community Forum</h4>
<p class="repoDescription">
Use for questions and high level discussions about the Parse
Platform.</p></a>
</td>
</tr>
<tr class="repoList">
<td>
<a href="https://github.com/{{ site.github_username }}"><h4>Github Issues</h4>
<p class="repoDescription">
Use for reporting bugs and making pull requests for specific
repositories.</p></a>
</td>
</tr>
</table>
</div>
<table>
<tr class="repoList">
<td>
<a href="https://stackoverflow.com/tags/{{ site.stackoverflow_tag }}"><h4>Stack Overflow <ins>parse-platform</ins> tag</h4><p class="repoDescription">Use for any code level questions related to the Parse Platform. Please also use other tags where appropriate, such as <ins>parse-server</ins>, <ins>parse-dashboard</ins>, <ins>parse-cloud-code</ins>, <ins>parse-javascript-sdk</ins>, <ins>parse-ios-sdk</ins>, <ins>parse-android-sdk</ins>, <ins>parse-dotnet-sdk</ins>, <ins>parse-rest-api</ins> and <ins>parse-live-query</ins>.</p></a>
</td>
</tr>
<tr class="repoList">
<td>
<a href="//community.parseplatform.org"><h4>Community Forum</h4><p class="repoDescription">
Use for questions and high level discussions about the Parse Platform.</p></a>
</td>
</tr>
<tr class="repoList">
<td>
<a href="https://github.com/{{ site.github_username }}"><h4>Github Issues</h4><p class="repoDescription">
Use for reporting bugs and making pull requests for specific repositories.</p></a>
</td>
</tr>
</table>
</div>
</section><!-- Help / Communication section -->

<!-- Parse Server section -->
Expand Down Expand Up @@ -120,7 +90,7 @@ <h4>Objective-C</h4>
<img src="img/starsDark.svg" alt="" class="icon">
<span class="sdkRepoStar"></span>
</span>
<span>
<span>
<img src="img/forksDark.svg" alt="" class="icon">
<span class="sdkRepoFork"></span>
</span>
Expand All @@ -129,32 +99,24 @@ <h4>Objective-C</h4>
<div class="repoLink expandableRepoLink">
<p>Guides</p>
<ul>
<a href="//docs.parseplatform.org/ios/guide" target="_blank">
<li>iOS Guide</li>
</a>
<a href="//docs.parseplatform.org/macos/guide" target="_blank">
<li>macOS Guide</li>
</a>
<a href="//docs.parseplatform.org/ios/guide" target="_blank"><li>iOS Guide</li></a>
<a href="//docs.parseplatform.org/macos/guide" target="_blank"><li>macOS Guide</li></a>
</ul>
</div>
<a href="//parse-community.github.io/Parse-SDK-iOS-OSX/api/" target="_blank">
<div class="repoLink">
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-iOS-OSX/releases/latest" target="_blank"
class="latestRelease">
<a href="//github.com/parse-community/Parse-SDK-iOS-OSX/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Release</p>
</div>
</a>
<div class="repoLink expandableRepoLink">
<p>Modules</p>
<ul>
<a href="//github.com/parse-community/ParseLiveQuery-iOS-OSX" target="_blank"
class="liveQuery">
<li>Live Query</li>
</a>
<a href="//github.com/parse-community/ParseLiveQuery-iOS-OSX" target="_blank" class="liveQuery"><li>Live Query</li></a>
</ul>
</div>
<div class="repoButton">
Expand Down Expand Up @@ -188,23 +150,16 @@ <h4>Android</h4>
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-Android/releases/latest" target="_blank"
class="latestRelease">
<a href="//github.com/parse-community/Parse-SDK-Android/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Release</p>
</div>
</a>
<div class="repoLink expandableRepoLink">
<p>Modules</p>
<ul>
<a href="//github.com/parse-community/ParseUI-Android" target="_blank"
class="parseUI">
<li>Parse UI</li>
</a>
<a href="//github.com/parse-community/ParseLiveQuery-Android" target="_blank"
class="parseUI">
<li>Live Query</li>
</a>
<a href="//github.com/parse-community/ParseUI-Android" target="_blank" class="parseUI"><li>Parse UI</li></a>
<a href="//github.com/parse-community/ParseLiveQuery-Android" target="_blank" class="parseUI"><li>Live Query</li></a>
</ul>
</div>
<div class="repoButton">
Expand Down Expand Up @@ -238,8 +193,7 @@ <h4>JavaScript</h4>
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-JS/releases/latest" target="_blank"
class="latestRelease">
<a href="//github.com/parse-community/Parse-SDK-JS/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Release</p>
</div>
Expand Down Expand Up @@ -282,8 +236,7 @@ <h4>Swift</h4>
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-Swift/releases/latest" target="_blank"
class="latestRelease">
<a href="//github.com/parse-community/Parse-Swift/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Release</p>
</div>
Expand Down Expand Up @@ -319,15 +272,13 @@ <h4>Flutter</h4>
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-Flutter/releases/latest" target="_blank"
class="latestRelease">
<a href="//github.com/parse-community/Parse-SDK-Flutter/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Release</p>
</div>
</a>
<div class="repoButton">
<a href="//github.com/parse-community/Parse-SDK-Flutter/tree/master/packages/flutter"
target="_blank">
<a href="//github.com/parse-community/Parse-SDK-Flutter/tree/master/packages/flutter" target="_blank">
<button class="outline">View on GitHub</button>
</a>
</div>
Expand Down Expand Up @@ -357,57 +308,54 @@ <h4>Dart</h4>
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-Flutter/releases/latest" target="_blank"
class="latestRelease">
<a href="//github.com/parse-community/Parse-SDK-Flutter/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Release</p>
</div>
</a>
<div class="repoButton">
<a href="//github.com/parse-community/Parse-SDK-Flutter/tree/master/packages/dart"
target="_blank">
<a href="//github.com/parse-community/Parse-SDK-Flutter/tree/master/packages/dart" target="_blank">
<button class="outline">View on GitHub</button>
</a>
</div>
</div>
</div>
<div class="repoRow">
<div class="repo phpRepo">
<div class="repoTitle">
<img src="img/php.svg" alt="" class="SDKLogo">
<h4>PHP</h4>
<p>
<div class="repoTitle">
<img src="img/php.svg" alt="" class="SDKLogo">
<h4>PHP</h4>
<p>
<span>
<img src="img/starsDark.svg" alt="" class="icon">
<span class="sdkRepoStar"></span>
</span>
<span>
<span>
<img src="img/forksDark.svg" alt="" class="icon">
<span class="sdkRepoFork"></span>
</span>
</p>
</div>
<a href="//docs.parseplatform.org/php/guide" target="_blank">
<div class="repoLink">
<p>Guide</p>
</div>
</a>
<a href="//parse-community.github.io/parse-php-sdk" target="_blank">
<div class="repoLink">
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/parse-php-sdk/releases" target="_blank"
class="latestRelease">
<div class="repoLink">
<p>Latest Release</p>
</div>
</a>
<div class="repoButton">
<a href="//github.com/parse-community/parse-php-sdk" target="_blank">
<button class="outline">View on GitHub</button>
</a>
</div>
</p>
</div>
<a href="//docs.parseplatform.org/php/guide" target="_blank">
<div class="repoLink">
<p>Guide</p>
</div>
</a>
<a href="//parse-community.github.io/parse-php-sdk" target="_blank">
<div class="repoLink">
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/parse-php-sdk/releases" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Release</p>
</div>
</a>
<div class="repoButton">
<a href="//github.com/parse-community/parse-php-sdk" target="_blank">
<button class="outline">View on GitHub</button>
</a>
</div>
</div>
<div class="repo xamarinRepo">
<div class="repoTitle">
Expand All @@ -434,8 +382,7 @@ <h4>.NET + Xamarin</h4>
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-dotNET/releases/latest" target="_blank"
class="latestRelease">
<a href="//github.com/parse-community/Parse-SDK-dotNET/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Release</p>
</div>
Expand Down Expand Up @@ -471,8 +418,7 @@ <h4>Unity</h4>
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-dotNET/releases/latest" target="_blank"
class="latestRelease">
<a href="//github.com/parse-community/Parse-SDK-dotNET/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Release</p>
</div>
Expand All @@ -494,7 +440,7 @@ <h4>Arduino</h4>
<img src="img/starsDark.svg" alt="" class="icon">
<span class="sdkRepoStar"></span>
</span>
<span>
<span>
<img src="img/forksDark.svg" alt="" class="icon">
<span class="sdkRepoFork"></span>
</span>
Expand All @@ -510,8 +456,7 @@ <h4>Arduino</h4>
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/Parse-SDK-Arduino/releases/latest" target="_blank"
class="latestRelease">
<a href="//github.com/parse-community/Parse-SDK-Arduino/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Release</p>
</div>
Expand All @@ -531,7 +476,7 @@ <h4>Embedded C</h4>
<img src="img/starsDark.svg" alt="" class="icon">
<span class="sdkRepoStar"></span>
</span>
<span>
<span>
<img src="img/forksDark.svg" alt="" class="icon">
<span class="sdkRepoFork"></span>
</span>
Expand All @@ -547,8 +492,7 @@ <h4>Embedded C</h4>
<p>API Reference</p>
</div>
</a>
<a href="//github.com/parse-community/parse-embedded-sdks/releases/latest"
target="_blank" class="latestRelease">
<a href="//github.com/parse-community/parse-embedded-sdks/releases/latest" target="_blank" class="latestRelease">
<div class="repoLink">
<p>Latest Release</p>
</div>
Expand Down Expand Up @@ -615,7 +559,7 @@ <h6>Official adapters for Parse Server.</h6>
<section class="other" id="other">
<h3>Other Helpful Repos</h3>
<h6>A list of useful tools, libraries, and miscellaneous goodies to help you.</h6>
<div class="tableWrapper">
<div class="tableWrapper">
<table></table>
</div>
</section><!-- Other section -->
Expand All @@ -624,4 +568,4 @@ <h6>A list of useful tools, libraries, and miscellaneous goodies to help you.</h
<section class="community" id="community">
<h3>Community Highlights</h3>
<h6>A curated list of community projects to expand how you use Parse.</h6>
</section><!-- Community section -->
</section><!-- Community section -->