Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

update repo org #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions src/component/dashboard/main.appbar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const MainAppbarComponent: React.FunctionComponent<MainAppbarProps> = ({
WAFFLER. WAF Policy Editor
<IconButton
color="inherit"
href="https://github.com/464d41/f5-waf-policy-editor"
href="https://github.com/f5devcentral/f5-waf-policy-editor"
target="_blank"
rel="noreferrer"
>
Expand All @@ -55,7 +55,7 @@ export const MainAppbarComponent: React.FunctionComponent<MainAppbarProps> = ({
</Typography>
<IconButton
color="inherit"
href="https://github.com/464d41/aws-waf-solutuon-template"
href="https://github.com/f5devcentral/aws-waf-solutuon-template"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/component/dashboard/main.sidebar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const MainSidebarComponent: React.FunctionComponent<MainSidebarProps> =
button
component="a"
target="_blank"
href="https://github.com/464d41/f5-waf-policy-editor"
href="https://github.com/f5devcentral/f5-waf-policy-editor"
>
<ListItemIcon>
<GitHubIcon />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const PolicyEditorDashboardComponent: React.FunctionComponent = ({
<Typography variant="caption" color="textSecondary">
<IconButton
color="inherit"
href="https://github.com/464d41/f5-waf-policy-editor"
href="https://github.com/f5devcentral/f5-waf-policy-editor"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/component/policy-editor/policy-editor.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const PolicyEditorComponent: React.VoidFunctionComponent = () => {
<ButtonGroup>
<Button
startIcon={<IconCloudFormation />}
href="https://github.com/464d41/aws-waf-solutuon-template"
href="https://github.com/f5devcentral/aws-waf-solutuon-template"
target="_blank"
rel="noreferrer"
>
Expand Down