Skip to content

Commit a15dd30

Browse files
committed
fix: old domain name
1 parent 379f952 commit a15dd30

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![github](https://github.com/kainlite/tr/actions/workflows/coverage.yaml/badge.svg)](https://github.com/kainlite/tr/actions/workflows/coverage.yaml)
44
[![codecov](https://codecov.io/gh/kainlite/tr/branch/master/graph/badge.svg)](https://codecov.io/gh/kainlite/tr)
55

6-
This is the source code for my blog, you can check it out [here](https://redbeard.team/blog)
6+
This is the source code for my blog, you can check it out [here](https://segfault.pw/blog)
77

88
# Development
99

assets/js/app.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ CookieConsent.run({
187187
acceptAllBtn: "Aceptar todo",
188188
showPreferencesBtn: "Preferencias",
189189
footer:
190-
'<a href="https://redbeard.team/privacy">Politica de privacidad</a>',
190+
'<a href="https://segfault.pw/privacy">Politica de privacidad</a>',
191191
},
192192
preferencesModal: {
193193
title: "Consentimiento de cookies",
@@ -204,7 +204,7 @@ CookieConsent.run({
204204
{
205205
title: "Mas informacion",
206206
description:
207-
'Por cualquier consulta relacionada al sitio o las cookies, por favor contactarnos aqui <a class="cc__link" href="mailto:gabriel@redbeard.team">gabriel@redbeard.team</a>.',
207+
'Por cualquier consulta relacionada al sitio o las cookies, por favor contactarnos aqui <a class="cc__link" href="mailto:gabriel@segfault.pw">gabriel@segfault.pw</a>.',
208208
},
209209
],
210210
},
@@ -216,7 +216,7 @@ CookieConsent.run({
216216
"Please accept the usage of cookies to be able to continue browsing our site.",
217217
acceptAllBtn: "Accept all",
218218
showPreferencesBtn: "Manage preferences",
219-
footer: '<a href="https://redbeard.team/privacy">Privacy Policy</a>',
219+
footer: '<a href="https://segfault.pw/privacy">Privacy Policy</a>',
220220
},
221221
preferencesModal: {
222222
title: "Consent Preferences Center",
@@ -233,7 +233,7 @@ CookieConsent.run({
233233
{
234234
title: "More information",
235235
description:
236-
'For any query in relation to my policy on cookies and your choices, please <a class="cc__link" href="mailto:gabriel@redbeard.team">gabriel@redbeard.team</a>.',
236+
'For any query in relation to my policy on cookies and your choices, please <a class="cc__link" href="mailto:gabriel@segfault.pw">gabriel@segfault.pw</a>.',
237237
},
238238
],
239239
},

0 commit comments

Comments
 (0)