Skip to content

Commit 3ba366b

Browse files
author
markzegarelli
authored
Fix Consent Manager URL (#3298)
1 parent 80d245b commit 3ba366b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
' ',
182182
React.createElement(
183183
'a',
184-
{ href: '/https://segment.com/legal/website-data-collection-policy/', target: '_blank' },
184+
{ href: 'https://segment.com/legal/website-data-collection-policy/', target: '_blank' },
185185
'Website Data Collection Policy'
186186
),
187187
'.'

0 commit comments

Comments
 (0)