Skip to content

Commit

Permalink
chore: update konstruct links (#517)
Browse files Browse the repository at this point in the history
* fix: remove saas global values

* chore: update konstruct links
  • Loading branch information
CristhianF7 authored Oct 21, 2024
1 parent 1d44c9a commit 16b30da
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/auth/signin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function SignIn() {
</Typography>
</Button>
</Content>
<NextLink href="https://kubefirst.io/slack" target="_blank">
<NextLink href="http://konstruct.io/slack" target="_blank">
<Typography variant="body2">Help and Support</Typography>
</NextLink>
</Form>
Expand Down
2 changes: 1 addition & 1 deletion constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const FLAPPY_TWEET = `The @kubefirst team is making kubernetes platform p
<note: add a screenshot of your high score for a chance to win a monthly prize!>`;

export const AUTHENTICATION_ERROR_MSG = `
Please check that your cloud provider authentication inputs are correct, then click Next to retry. If the issue persists please <a href="https://kubefirst.io/slack" target="_blank">contact the kubefirst team via Slack</a>.
Please check that your cloud provider authentication inputs are correct, then click Next to retry. If the issue persists please <a href="http://konstruct.io/slack" target="_blank">contact the kubefirst team via Slack</a>.
`;

export const CLUSTER_TAG_CONFIG: Record<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const AdvancedOptions: FunctionComponent<AdvancedOptionsProps> = ({
rules={{
required: false,
}}
helperText={`Example format: https://${gitProvider}.com/kubefirst/gitops-template`}
helperText={`Example format: https://${gitProvider}.com/konstructio/gitops-template`}
/>
<ControlledTextField
control={control}
Expand Down
6 changes: 3 additions & 3 deletions containers/GitOpsCatalog/GitOpsCatalog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,18 @@ const GitOpsCatalog: FunctionComponent<GitOpsCatalogProps> = ({ catalogApplicati
<GitOpsCatalogCard {...STATIC_HELP_CARD} showSubmitButton={false} excludeTruncate>
<>
To suggest an open source app that installs to your cluster, discuss your idea via an{' '}
<NextLink href="https://github.com/kubefirst/kubefirst/issues" target="_blank">
<NextLink href="https://github.com/konstructio/kubefirst/issues" target="_blank">
issue
</NextLink>
. Learn how you can do this on our{' '}
<NextLink href="https://github.com/kubefirst/gitops-catalog" target="_blank">
<NextLink href="https://github.com/konstructio/gitops-catalog" target="_blank">
Contributing file
</NextLink>
.
<br />
<br />
Alternatively contact us via our{' '}
<NextLink href="https://kubefirst.io/slack" target="_blank">
<NextLink href="http://konstruct.io/slack" target="_blank">
Slack Community
</NextLink>{' '}
in the #helping-hands or #contributors channels.
Expand Down
2 changes: 1 addition & 1 deletion containers/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Header: FunctionComponent<HeaderProps> = ({ handleOpenFlappy, handleOpenKu
{
icon: <BsSlack color={VOLCANIC_SAND} />,
title: 'Slack',
path: 'https://kubefirst.io/slack',
path: 'http://konstruct.io/slack',
},
{
icon: <Image src={Youtube} alt="youtube" />,
Expand Down
2 changes: 1 addition & 1 deletion containers/License/License.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const License: FunctionComponent<LicenseProps> = ({
footerContent={
<BottomFormContainer>
<LearnMore
href="https://kubefirst.io/slack"
href="http://konstruct.io/slack"
description="Should you need assistance reach out to us on our"
linkTitle="Slack channel."
/>
Expand Down
2 changes: 1 addition & 1 deletion containers/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const Navigation: FunctionComponent<NavigationProps> = ({
},
{
icon: <BsSlack size={24} />,
path: 'https://kubefirst.io/slack',
path: 'http://konstruct.io/slack',
title: 'Slack',
color: '',
},
Expand Down

0 comments on commit 16b30da

Please sign in to comment.