Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ enable_shortcodes = true

### Start Building

<p class="subtitle mb-5">The <a href="/hub">Spin Hub</a> is an open library of templates, plugins and resources to help you create powerful apps, fast.</p>
<p class="subtitle mb-5">The <a href="https://spinframework.dev/hub" target="_blank">Spin Hub</a> is an open library of templates, plugins and resources to help you create powerful apps, fast.</p>

{{suh_cards}}
{{card_element "sample" "Next.js React App" "An app template for running Next.js as a Wasm app with Spin." "https://spinframework.dev/hub/preview/template_nextjs" "JS,Next,http" true }}
Expand Down
4 changes: 2 additions & 2 deletions templates/content_navbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
<div class="overlay"></div>

{{!-- quicklinks can be added to the topbar here --}}
<a class="navbar-item plausible-event-name=docs-nav-hub" href="/hub" title="Sample apps, plugins and templates in Spin Hub">
Spin Hub
<a class="navbar-item plausible-event-name=docs-nav-hub" href="https://spinframework.dev/hub" title="Sample apps, plugins and templates in Spin Hub" target="_blank">
Spin Hub <img src="/static/image/arrowexternal.svg" alt="external link" class="external"/>
</a>

{{#if (active_project request.spin-path-info "/cloud/" )}}
Expand Down