Skip to content

Commit

Permalink
Fix broken link in doc (#7094)
Browse files Browse the repository at this point in the history
The doc in
[dupsort.md](https://github.com/ledgerwatch/erigon/blob/devel/docs/programmers_guide/dupsort.md#erigon)
points to a non-existent `AbstractKV.md`

As best as I can tell, the `AbstractKV.md` was reworked and renamed in
commit

0bc61c0

then, this was later moved into erigon-lib. This commit simply repoints
the doc at this new location.

Co-authored-by: Jason Yellick <jason@enya.ai>
  • Loading branch information
jyellick and jyellick authored Mar 14, 2023
1 parent aec1dcd commit 4f6d769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/programmers_guide/dupsort.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ Erigon
This article target is to show tricky concepts on examples. Future
reading [here](./db_walkthrough.MD#table-history-of-accounts)

Erigon supports multiple typed cursors, see [AbstractKV.md](./../../ethdb/AbstractKV.md)
Erigon supports multiple typed cursors, see the [KV
Readme.md](https://github.com/ledgerwatch/erigon-lib/tree/main/kv)



0 comments on commit 4f6d769

Please sign in to comment.