Skip to content

Commit 028074c

Browse files
Fix markdown lint (#1395)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. --> ## Overview <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. --> ## Checklist <!-- Please complete the checklist to ensure that the PR is ready to be reviewed. IMPORTANT: PRs should be left in Draft until the below checklist is completed. --> - [ ] New and updated code has appropriate documentation - [ ] New and updated code has new and/or updated testing - [ ] Required CI checks are passing - [ ] Visual proof for any user facing features like CLI or documentation updates - [ ] Linked issues closed with keywords <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Discontinued backporting patches to the `v0.11.x` branch; will continue for the `v0.10.x` branch. - **Documentation** - Updated documentation links to point to the main branch instead of a specific version (`v0.11.x`). <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 034a6c7 commit 028074c

3 files changed

Lines changed: 5 additions & 13 deletions

File tree

.github/mergify.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
pull_request_rules:
2-
- name: backport patches to v0.11.x branch
3-
conditions:
4-
- base=main
5-
- label=backport:v0.11.x
6-
actions:
7-
backport:
8-
branches:
9-
- v0.11.x
102
- name: backport patches to v0.10.x branch
113
conditions:
124
- base=main
135
- label=backport:v0.10.x
146
actions:
157
backport:
168
branches:
17-
- v0.10.x-lts
9+
- v0.10.x

state/block-executor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ See [block executor]
118118

119119
[4] [ABCI documentation][ABCI interface]
120120

121-
[block executor]: https://github.com/rollkit/rollkit/blob/v0.11.x/state/executor.go
122-
[block manager]: https://github.com/rollkit/rollkit/blob/v0.11.x/block/block-manager.md
123-
[block validation]: https://github.com/rollkit/rollkit/blob/v0.11.x/types/block_spec.md
121+
[block executor]: https://github.com/rollkit/rollkit/blob/main/state/executor.go
122+
[block manager]: https://github.com/rollkit/rollkit/blob/main/block/block-manager.md
123+
[block validation]: https://github.com/rollkit/rollkit/blob/main/types/block_spec.md
124124
[ABCI interface]: https://github.com/cometbft/cometbft/blob/main/spec/abci/abci%2B%2B_basic_concepts.md

state/validators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ See [block manager]
3535

3636
[1] [Block Manager][block manager]
3737

38-
[block manager]: https://github.com/rollkit/rollkit/blob/v0.11.x/block/block-manager.md
38+
[block manager]: https://github.com/rollkit/rollkit/blob/main/block/block-manager.md

0 commit comments

Comments
 (0)