Skip to content

Commit

Permalink
Minor docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Oct 14, 2023
1 parent 5683004 commit 44edb27
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/linters/.markdown-link-check.json

This file was deleted.

2 changes: 1 addition & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
DISABLE_LINTERS: [SPELL_CSPELL, SPELL_PROSELINT]
DISABLE_LINTERS: [SPELL_CSPELL, SPELL_PROSELINT, MARKDOWN_MARKDOWN_LINK_CHECK]
GITHUB_STATUS_REPORTER: false
PRINT_ALPACA: false
YAML_PRETTIER_FILE_EXTENSIONS: [.yml, .md]
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@
[#394]: https://github.com/IlanCosman/tide/issues/394
[#398]: https://github.com/IlanCosman/tide/pull/398
[#399]: https://github.com/IlanCosman/tide/issues/399
[#437]: https://github.com/IlanCosman/tide/issues/437
[prettier action]: https://github.com/actionsx/prettier
[super-linter]: https://github.com/github/super-linter
[v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ In general, just run `make` to do everything.

## Documentation Conventions

All links should be in the [reference style][], with references at the bottom of the document in alphabetical order.
All links should be in reference style, with references at the bottom of the document in alphabetical order.

### Images

Expand Down Expand Up @@ -96,4 +96,3 @@ All links should be in the [reference style][], with references at the bottom of
[littlecheck]: https://github.com/ridiculousfish/littlecheck
[mega-linter]: https://github.com/nvuillam/mega-linter
[prettier]: https://github.com/prettier/prettier
[reference style]: https://www.markdownguide.org/basic-syntax/#reference-style-links

0 comments on commit 44edb27

Please sign in to comment.