Skip to content

Commit b31a0cf

Browse files
committed
fix broken link
1 parent cb27434 commit b31a0cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = 'https://test48320293.github.io/offsecnotes/'
1+
baseURL = 'https://github.com/frankheat/offsecnotes/'
22
languageCode = 'en-us'
33
title = 'offsecnotes'
44
theme = "mytheme"

themes/mytheme/layouts/partials/top-bar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</div>
1313
</div>
1414
<div class="col-4 text-end">
15-
<a href="https://github.com/francescovolpe/offsecnotes" target="_blank"
15+
<a href="https://github.com/frankheat/offsecnotes" target="_blank"
1616
class="d-inline-flex align-items-center text-decoration-none text-white rounded-pill px-3 py-1"
1717
style="background-color: rgb(214, 51, 132);">
1818
<svg height="18" width="18" viewBox="0 0 16 16" fill="currentColor" class="me-2">

0 commit comments

Comments
 (0)