Skip to content

Commit

Permalink
Fix "develop" page links to native app & web app
Browse files Browse the repository at this point in the history
  • Loading branch information
notjosh authored and mariotaku committed Jan 6, 2025
1 parent 2a1d57c commit be5af84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/develop/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<p class="text-secondary">Learn how to develop apps for webOS.</p>
<ul class="list-unstyled">
<li><a href="/develop/guides/env-setup">SDK configuration</a></li>
<li><a href="/develop/guides/web-app">Native app development</a></li>
<li><a href="/develop/guides/native-app">Web app development</a></li>
<li><a href="/develop/guides/native-app">Native app development</a></li>
<li><a href="/develop/guides/web-app">Web app development</a></li>
<li class="d-none dev-only"><a href="https://repo.webosbrew.org/submit">Publish to homebrew app repository</a>
</li>
<li><a href="/develop/guides">All guides</a></li>
Expand Down Expand Up @@ -78,4 +78,4 @@
<div class="row mt-2 g-3">
</div>
</section>
{{/page}}
{{/page}}

0 comments on commit be5af84

Please # to comment.