Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit f35a570

Browse files
halfaliciousgumb0
authored andcommitted
Fix broken links in database.rst
Links were broken because they included the old primary branch name (develop instead of master)
1 parent 3f5a26f commit f35a570

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/database_layout.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Every record is:
3333

3434
Low-level access to both Blocks and Extras databases is encapsulated in
3535
`BlockChain
36-
class <https://github.com/ethereum/cpp-ethereum/blob/develop/libethereum/BlockChain.h>`__.
36+
class <https://github.com/ethereum/aleth/blob/master/libethereum/BlockChain.h>`__.
3737

3838
Extras
3939
------
@@ -99,11 +99,11 @@ database stores the nodes of this trie.
9999
``hash + 255 => preimage`` (``+`` is concatenation).
100100

101101
For the code managing the state see `State
102-
class <https://github.com/ethereum/cpp-ethereum/blob/develop/libethereum/State.h>`__
102+
class <https://github.com/ethereum/aleth/blob/master/libethereum/State.h>`__
103103
(also note free function ``commit`` there). Merkle Patricia Trie
104104
implemenation is in
105-
`TrieDB.h <https://github.com/ethereum/cpp-ethereum/blob/develop/libdevcore/TrieDB.h>`__.
105+
`TrieDB.h <https://github.com/ethereum/aleth/blob/master/libdevcore/TrieDB.h>`__.
106106
For lower-level code accessing the database itself see
107-
`OverlayDB <https://github.com/ethereum/cpp-ethereum/blob/develop/libdevcore/OverlayDB.h>`__
107+
`OverlayDB <https://github.com/ethereum/aleth/blob/master/libdevcore/OverlayDB.h>`__
108108
and
109-
`MemoryDB <https://github.com/ethereum/cpp-ethereum/blob/develop/libdevcore/MemoryDB.h>`__.
109+
`MemoryDB <https://github.com/ethereum/aleth/blob/master/libdevcore/MemoryDB.h>`__.

0 commit comments

Comments
 (0)