Skip to content

Commit 6c43382

Browse files
committed
remove broken link
1 parent d6f2d8a commit 6c43382

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/mintlify-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Build documentation
2626
run: |
2727
cd docs
28-
mintlify build
28+
mintlify broken-links
29+
mintlify dev
2930
3031
- name: Check build status
3132
run: |

docs/development.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,4 @@ Repeat step 3.
9292
Try navigating to the root of your device and delete the ~/.mintlify folder.
9393
Then run `mintlify dev` again.
9494
</Accordion>
95-
</AccordionGroup>
96-
97-
Curious about what changed in a CLI version? [Check out the CLI changelog.](/changelog/command-line)
95+
</AccordionGroup>

0 commit comments

Comments
 (0)