Skip to content

Commit

Permalink
Merge pull request #1219 from PrefectHQ/legal-link
Browse files Browse the repository at this point in the history
BugFix: Update link to legal page on website
  • Loading branch information
zhen0 authored Feb 15, 2022
2 parents 5528f54 + a97c1c4 commit 8112726
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const links = [
},
{
text: 'Legal',
link: 'https://www.prefect.io/legal/cloud-saas-license'
link:
'https://www.prefect.io/legal/prefect-cloud-software-as-a-service-saas-agreement'
},
{
text: 'Community',
Expand Down

0 comments on commit 8112726

Please sign in to comment.