Skip to content

Commit 7b94ef2

Browse files
Fix copyright and GitHub links
1 parent 4ccba0a commit 7b94ef2

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

docusaurus.config.js

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
},
2525
// {to: 'blog', label: 'Blog', position: 'left'},
2626
{
27-
href: 'https://github.com/rust-bitcoin/rust-lightning',
27+
href: 'https://github.com/lightningdevkit',
2828
label: 'GitHub',
2929
position: 'right',
3030
},
@@ -53,27 +53,23 @@ module.exports = {
5353
label: 'Slack',
5454
href: 'https://lightningdevkit.slack.com/',
5555
},
56-
{
57-
label: 'Twitter',
58-
href: 'https://twitter.com/sqcrypto',
59-
},
6056
],
6157
},
6258
{
6359
title: 'More',
6460
items: [
65-
{
66-
label: 'Blog',
67-
to: 'blog',
68-
},
61+
// {
62+
// label: 'Blog',
63+
// to: 'blog',
64+
// },
6965
{
7066
label: 'GitHub',
71-
href: 'https://github.com/rust-bitcoin/rust-lightning',
67+
href: 'https://github.com/lightningdevkit',
7268
},
7369
],
7470
},
7571
],
76-
copyright: `Copyright © ${new Date().getFullYear()} Square Crypto, Inc.`,
72+
copyright: `Copyright © ${new Date().getFullYear()} LDK Developers`,
7773
},
7874
prism: {
7975
additionalLanguages: ['rust'],

0 commit comments

Comments
 (0)