Skip to content

Commit

Permalink
Replace http links by https in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeyer committed Aug 6, 2023
1 parent 204b09a commit 8ce22a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
For a list of releases including release notes, go to
[bandit's releases page on GitHub](//github.com/banditcpp/bandit/releases).

Bandit will be using [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html)
Bandit will be using [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html)
beginning from the next major release v3.0.0.
In the following, we list breaking changes per major release.

Expand Down
2 changes: 1 addition & 1 deletion docs/writingtests.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ this file includes tests that we want to be part of the execution by using the

Inside `go_bandit()` we can now write our tests.

Bandit takes some inspiration from frameworks like [RSpec](http://rspec.info/),
Bandit takes some inspiration from frameworks like [RSpec](https://rspec.info/),
where our tests take the form of specifications that describe how a component
should work.
These specifications can be executed to verify that your code fulfills them.
Expand Down

0 comments on commit 8ce22a2

Please sign in to comment.