Skip to content

Commit

Permalink
chore(ci): fixing broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jun 27, 2024
1 parent 0a72246 commit 663ca5a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .mdlc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^(?!https{0,1}).*$"
}
]
}
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- start changelog -->

(unreleased)=
## [Unreleased](https://github.com/jeertmans/DiffeRT2d/compare/0.3.2...HEAD)
## [Unreleased](https://github.com/jeertmans/DiffeRT2d/compare/v0.3.2...HEAD)

(unreleased-chore)=
### Chore
Expand All @@ -17,12 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#68](https://github.com/jeertmans/DiffeRT2d/pull/68)

(v0.3.2)=
## [v0.3.2](https://github.com/jeertmans/DiffeRT2d/compare/0.3.1...HEAD)
## [v0.3.2](https://github.com/jeertmans/DiffeRT2d/compare/v0.3.1...v0.3.2)

Small documentation enhancements.

(v0.3.1)=
## [v0.3.1](https://github.com/jeertmans/DiffeRT2d/compare/0.3.0...HEAD)
## [v0.3.1](https://github.com/jeertmans/DiffeRT2d/compare/v0.3.0...v0.3.1)

(v0.3.1-added)=
### Added
Expand Down Expand Up @@ -135,7 +135,7 @@ Small documentation enhancements.
+ Fixed how path candidates are computed, which actually removes the
`get_visibility` matrix method and changes the output type of `all_path_candidates`
to a list of arrays.
[#48](https://github.com/jeertmans/DiffeRT2d/pull/458)
[#48](https://github.com/jeertmans/DiffeRT2d/pull/48)

## [v0.1.0](https://github.com/jeertmans/DiffeRT2d/commits/v0.1.0)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ filename = "CHANGELOG.md"
replace = '''<!-- start changelog -->
(unreleased)=
## [Unreleased](https://github.com/jeertmans/DiffeRT2d/compare/{new_version}...HEAD)'''
## [Unreleased](https://github.com/jeertmans/DiffeRT2d/compare/v{new_version}...HEAD)'''
search = "<!-- start changelog -->"

[tool.codespell]
Expand Down

0 comments on commit 663ca5a

Please sign in to comment.