Skip to content

Commit

Permalink
ENG-3030: fix broken GCS documentation link in GCS dialog (#1364)
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Giron <[email protected]>
  • Loading branch information
agiron123 and Andre Giron authored May 25, 2023
1 parent 2cdd1bc commit 5aa732d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const BigQueryDialog: React.FC<IntegrationDialogProps> = ({
<Link
sx={{ fontSize: 'inherit' }}
target="_blank"
href="https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account"
href="https://cloud.google.com/iam/docs/service-accounts-create"
>
here
</Link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const GCSDialog: React.FC<GCSDialogProps> = ({
<Link
sx={{ fontSize: 'inherit' }}
target="_blank"
href="https://docs.aqueducthq.com/integrations/data-systems/non-sql-systems/google-cloud-storage"
href="https://cloud.google.com/iam/docs/service-accounts-create"
>
here
</Link>
Expand Down

0 comments on commit 5aa732d

Please sign in to comment.