Skip to content

Commit

Permalink
Merge pull request #140 from seasonedcc/org
Browse files Browse the repository at this point in the history
Rename GitHub org
  • Loading branch information
danielweinmann authored Jan 6, 2023
2 parents 190f38d + cc434de commit 4823702
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/web/app/routes/conf/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Component() {
Then, we'll show you how Remix Forms does all the work for you.
</Feature>
<Feature icon={GiftIcon} title="With a powerful DX">
<ExternalLink href="https://github.com/SeasonedSoftware/remix-forms/tree/main/apps/web/app/routes/conf">
<ExternalLink href="https://github.com/seasonedcc/remix-forms/tree/main/apps/web/app/routes/conf">
Play around
</ExternalLink>{' '}
to experience our end-to-end type safety and our flexible API.
Expand All @@ -50,7 +50,7 @@ export default function Component() {
</div>
<p className="text-lg">
Check out the{' '}
<ExternalLink href="https://github.com/SeasonedSoftware/remix-forms-site/tree/main/app/routes/conf">
<ExternalLink href="https://github.com/seasonedcc/remix-forms-site/tree/main/app/routes/conf">
complete code for the examples
</ExternalLink>
.
Expand Down
2 changes: 1 addition & 1 deletion apps/web/app/routes/examples/actions/environment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function Component() {
description={
<>
In this example, we use Remix Domain&apos;s{' '}
<ExternalLink href="https://github.com/SeasonedSoftware/domain-functions#taking-parameters-that-are-not-user-input">
<ExternalLink href="https://github.com/seasonedcc/domain-functions#taking-parameters-that-are-not-user-input">
environment
</ExternalLink>{' '}
to authorize a specific header.
Expand Down
6 changes: 3 additions & 3 deletions apps/web/app/routes/get-started.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export default function Component() {
<SubHeading>Create your mutation</SubHeading>
<p>
Create a mutation function using{' '}
<ExternalLink href="https://github.com/SeasonedSoftware/domain-functions">
<ExternalLink href="https://github.com/seasonedcc/domain-functions">
Domain Functions
</ExternalLink>
&apos; <em>makeDomainFunction</em>. It&apos;s a function that receives
Expand Down Expand Up @@ -297,7 +297,7 @@ export default function Component() {
<div className="flex flex-col space-y-2">
<p>
Check out{' '}
<ExternalLink href="https://github.com/SeasonedSoftware/remix-forms/blob/main/apps/web/app/ui/form.tsx">
<ExternalLink href="https://github.com/seasonedcc/remix-forms/blob/main/apps/web/app/ui/form.tsx">
how we customized the styles
</ExternalLink>{' '}
for this website. We basically created a bunch of UI components and
Expand Down Expand Up @@ -343,7 +343,7 @@ export default function Component() {
Zod
</ExternalLink>
,{' '}
<ExternalLink href="https://github.com/SeasonedSoftware/domain-functions">
<ExternalLink href="https://github.com/seasonedcc/domain-functions">
Domain Functions
</ExternalLink>
, and a multitude of other open-source projects. Thank you!
Expand Down
2 changes: 1 addition & 1 deletion apps/web/app/ui/top-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function TopBar() {
Examples
</SecondaryButtonLink>
<ExternalLink
href="https://github.com/SeasonedSoftware/remix-forms"
href="https://github.com/seasonedcc/remix-forms"
className="text-white no-underline"
>
<GitHub />
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-forms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Documentation at [remix-forms.seasoned.cc](https://remix-forms.seasoned.cc).

Source code at [https://github.com/SeasonedSoftware/remix-forms](https://github.com/SeasonedSoftware/remix-forms).
Source code at [https://github.com/seasonedcc/remix-forms](https://github.com/seasonedcc/remix-forms).
4 changes: 2 additions & 2 deletions packages/remix-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SeasonedSoftware/remix-forms.git"
"url": "git+https://github.com/seasonedcc/remix-forms.git"
},
"bugs": {
"url": "https://github.com/SeasonedSoftware/remix-forms/issues"
"url": "https://github.com/seasonedcc/remix-forms/issues"
},
"homepage": "https://remix-forms.seasoned.cc",
"keywords": [
Expand Down

0 comments on commit 4823702

Please sign in to comment.