Skip to content

Commit

Permalink
chore: fixes the link to namespace implementation (#3653)
Browse files Browse the repository at this point in the history
This link was previously fixed, but apparently, the file for namespace
implementation has been moved again (the directory name has changed).
Hence, here is the new fix.
  • Loading branch information
staheri14 authored Jul 5, 2024
1 parent 1be58c1 commit 3fafc00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specs/src/specs/namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ Among the potential consequences is the _Woods Attack_, as elaborated in this fo

## Implementation

See [go-square/namespace](https://github.com/celestiaorg/go-square/blob/main/shares/namespace.go).
See the [namespace implementation in go-square](https://github.com/celestiaorg/go-square/blob/be3c2801e902a0f90f694c062b9c4e6a7e01154e/namespace/namespace.go).
For the most recent version, which may not reflect the current specifications, refer to [the latest namespace code](https://github.com/celestiaorg/go-square/blob/main/share/namespace.go).

## Go Definition

Expand Down

0 comments on commit 3fafc00

Please sign in to comment.