Skip to content

Commit d5b850d

Browse files
committed
fix: correct docs site URL to match repository name
1 parent a649196 commit d5b850d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
site_name: Lean Ethereum Specifications
22
site_description: Reference implementations of the Lean Ethereum protocol
33
site_author: Ethereum Foundation
4-
site_url: https://leanethereum.github.io/lean-spec/
4+
site_url: https://leanethereum.github.io/leanSpec/
55

6-
repo_name: leanEthereum/lean-spec
7-
repo_url: https://github.com/leanEthereum/lean-spec
6+
repo_name: leanEthereum/leanSpec
7+
repo_url: https://github.com/leanEthereum/leanSpec
88
edit_uri: edit/main/docs/
99

1010
theme:
@@ -63,7 +63,7 @@ nav:
6363
extra:
6464
social:
6565
- icon: fontawesome/brands/github
66-
link: https://github.com/leanEthereum/lean-spec
66+
link: https://github.com/leanEthereum/leanSpec
6767

6868
copyright: |
6969
© 2025 Ethereum Foundation

0 commit comments

Comments
 (0)