Skip to content

Commit

Permalink
Rename repo owner to airbadge-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed May 21, 2024
1 parent 17a870a commit 1e33eac
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Launch a SaaS app without writing any authentiction or payment code!
- **Webhook handling**: All Stripe webhooks are handled for you.
- **Trials & Free plans**: Checkout can be skipped for free plans or trials.
- **Session data**: Subscription and plan data is included in the session.
- **Open source**: https://github.com/joshnuss/airbadge
- **Open source**: https://github.com/airbadge-dev/airbadge
- **BSL Licence**: Free to use. With optional [paid features](https://docs.airbadge.dev/license#paid-features).

## Gating
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{ url: '/gating', name: 'Gating' },
{ url: '/endpoints', name: 'Endpoints' },
{ url: 'https://demo.airbadge.dev', name: 'Live Demo' },
{ url: 'https://github.com/joshnuss/airbadge-example', name: 'Example Code' },
{ url: 'https://github.com/airbadge-dev/airbadge-example', name: 'Example Code' },
{ url: '/license', name: 'License' }
]
Expand Down Expand Up @@ -40,7 +40,7 @@
<Icon icon="bi-discord" />
</a>

<a href="https://github.com/joshnuss/airbadge">
<a href="https://github.com/airbadge-dev/airbadge">
<Icon icon="bi-github" />
</a>

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/routes/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ It integrates [Stripe Checkout](https://stripe.com/payments/checkout), [Customer
- [Gating](/gating)
- [Endpoints](/endpoints)
- [Live Demo](https://demo.airbadge.dev)
- [Example Code](https://github.com/joshnuss/airbadge-example)
- [Example Code](https://github.com/airbadge-dev/airbadge-example)
- [License](/license)
2 changes: 1 addition & 1 deletion apps/docs/src/routes/license/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ The paid features will be:
- **Per-seats pricing**: Ability to charge a fee based on number of seats.
- **Enterprise pricing**: Capability to create custom plans.

[Read full license](https://github.com/joshnuss/airbadge/blob/main/LICENSE.md)
[Read full license](https://github.com/airbadge-dev/airbadge/blob/main/LICENSE.md)
6 changes: 3 additions & 3 deletions apps/web/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
title: 'GitHub',
path: 'https://github.com/joshnuss/airbadge'
path: 'https://github.com/airbadge-dev/airbadge'
}
]
Expand Down Expand Up @@ -101,9 +101,9 @@
<section>
<h3>Links</h3>
<nav>
<a href="https://github.com/joshnuss/airbadge">GitHub</a>
<a href="https://github.com/airbadge-dev/airbadge">GitHub</a>
<a href="https://demo.airbadge.dev">Demo</a>
<a href="https://github.com/joshnuss/airbadge-example">Template</a>
<a href="https://github.com/airbadge-dev/airbadge-example">Template</a>
<a href="/discord">Discord</a>
</nav>
</section>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/routes/Demo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const { handle } = SvelteKitAuth({
Setup guide
</a>

<a class="btn" href="https://github.com/joshnuss/airbadge-example">
<a class="btn" href="https://github.com/airbadge-dev/airbadge-example">
Starter template
</a>

Expand Down
2 changes: 1 addition & 1 deletion packages/create/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# create-airbadge

Create a new AirBadge app based on this [template](https://github.com/joshnuss/airbadge-example).
Create a new AirBadge app based on this [template](https://github.com/airbadge-dev/airbadge-example).
2 changes: 1 addition & 1 deletion packages/create/src/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ const wait = prompt.spinner()

wait.start('Installing...')

spawnSync(degitPath, ['github:joshnuss/airbadge-example', cwd], { stdio: 'ignore' })
spawnSync(degitPath, ['github:airbadge-dev/airbadge-example', cwd], { stdio: 'ignore' })

wait.stop(`Installed to ${cwd}`)

0 comments on commit 1e33eac

Please sign in to comment.