Skip to content

Commit fc0458f

Browse files
linchizhenmergify[bot]melekes
authored
docs: fix 404 links (cometbft#4779)
Signed-off-by: linchizhen <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Anton Kaliaev <[email protected]>
1 parent 7eb9b83 commit fc0458f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/references/architecture/adr-107-betaize-proto-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ versions.
7878
* [ADR 103]: Protobuf definition versioning
7979
* [cometbft#95], the meta tracking issue.
8080

81-
[ADR 103]: https://github.com/cometbft/cometbft/blob/main/docs/architecture/adr-103-proto-versioning.md
81+
[ADR 103]: https://github.com/cometbft/cometbft/blob/main/docs/references/architecture/adr-103-proto-versioning.md
8282
[cometbft#95]: https://github.com/cometbft/cometbft/issues/95
8383
[cometbft#736]: https://github.com/cometbft/cometbft/issues/736
8484
[bsr]: https://buf.build/product/bsr/

docs/references/rfc/rfc-102-rust-gen-builders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ limitations of a particular language binding.
3939
prost-build.
4040
* [Notes](https://docs.google.com/document/d/1DoxKiYtUx44xZv5my-bkfWZKY6TklvxpSUrdX9yOpNw/edit?usp=sharing) on the discussion during a 13 Apr 2023 meeting, detailing the
4141
considerations specific to CometBFT versioning.
42-
* [ADR 103](https://github.com/cometbft/cometbft/blob/main/docs/architecture/adr-103-proto-versioning.md) details the versioning approach as currently
42+
* [ADR 103](https://github.com/cometbft/cometbft/blob/main/docs/references/architecture/adr-103-proto-versioning.md) details the versioning approach as currently
4343
accepted.
4444

4545
## Discussion

test/e2e/pkg/grammar/grammar-auto/parser/parser.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func newParser(l *lexer.Lexer) *parser {
4747
}
4848

4949
// Parse returns the BSR set containing the parse forest.
50-
// If the parse was successfull []*Error is nil
50+
// If the parse was successful []*Error is nil
5151
func Parse(l *lexer.Lexer) (*bsr.Set, []*Error) {
5252
return newParser(l).parse()
5353
}
@@ -2066,7 +2066,7 @@ type Error struct {
20662066
// Index of token that caused the error.
20672067
cI int
20682068

2069-
// Grammar slot at which the error occured.
2069+
// Grammar slot at which the error occurred.
20702070
Slot slot.Label
20712071

20722072
// The token at which the error occurred.

0 commit comments

Comments
 (0)