Skip to content

Commit

Permalink
Update the terms and privacy URLs in the invite email
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
  • Loading branch information
rdimitrov committed Jul 2, 2024
1 parent fa80a3b commit 85d2868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/email/email.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ func getEmailBodyHTML(code, sponsor, project, role, inviteeEmail string) string
InvitationURL: fmt.Sprintf("https://cloud.minder.com/join/%s", code),
RecipientEmail: inviteeEmail,
MinderURL: "https://cloud.minder.com",
TermsURL: "https://cloud.minder.com/terms",
PrivacyURL: "https://cloud.minder.com/privacy",
TermsURL: "https://stacklok.com/stacklok-terms-of-service",
PrivacyURL: "https://stacklok.com/privacy-policy/",
SignInURL: "https://cloud.minder.com",
RoleName: role,
}
Expand Down

0 comments on commit 85d2868

Please sign in to comment.