Skip to content

Commit 4719822

Browse files
committed
clean up links and docusaurus references
1 parent 929cd81 commit 4719822

File tree

3 files changed

+4
-108
lines changed

3 files changed

+4
-108
lines changed

docs/reference/making-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ others don't.
115115

116116
[exec-apis]: https://github.com/ethereum/execution-apis
117117
[pm]: https://github.com/ethereum/pm
118-
[test-gen]: ./tests/README.md
118+
[test-gen]: https://github.com/ethereum/execution-apis/blob/main/tests/README.mdests

docusaurus.config.mts

Lines changed: 0 additions & 104 deletions
This file was deleted.

docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const config: Config = {
7373
label: 'API Reference',
7474
},
7575
{
76-
href: 'https://github.com/facebook/docusaurus',
76+
href: 'https://github.com/ethereum/execution-apis',
7777
label: 'GitHub',
7878
position: 'right',
7979
},
@@ -87,12 +87,12 @@ const config: Config = {
8787
items: [
8888
{
8989
label: 'GitHub',
90-
href: 'https://github.com/facebook/docusaurus',
90+
href: 'https://github.com/ethereum/execution-apis',
9191
},
9292
],
9393
},
9494
],
95-
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
95+
copyright: `Copyright © ${new Date().getFullYear()} Ethereum. Built with Docusaurus.`,
9696
},
9797
prism: {
9898
theme: prismThemes.github,

0 commit comments

Comments
 (0)