Skip to content

Commit

Permalink
README - fix links to github issues
Browse files Browse the repository at this point in the history
  • Loading branch information
geekq committed May 16, 2024
1 parent b118f24 commit 95b1d4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ When calling a `device.can_<fire_event>?` check, or attempting a `device.<event>
* If you've run out of events to check (eg. `battery_level == 0`), then the transition isn't possible.
You can also pass additional arguments, which can be evaluated by :if methods or procs. See examples in
[conditionals_test.rb](test/conditionals_test.rb#L45)
link:test/conditionals_test.rb#L45[conditionals_test.rb]
### Advanced transition hooks
Expand Down Expand Up @@ -517,13 +517,13 @@ Changelog
=== New in the version 3.1.0
* gh-227 allow event arguments to be taken into account when selecting the event
* link:GH-227 allow event arguments to be taken into account when selecting the event
=== New in the version 3.0.0
* gh-228 Support for Ruby 3 keyword args, provided by @agirling
* #228 Support for Ruby 3 keyword args, provided by @agirling
* retire Ruby 2.6 since it has reached end of live; please use workflow 2.x, if you still depend on that Ruby version
* gh-229 Switch from travis CI to GihHub actions for continuous integration
* #229 Switch from travis CI to GihHub actions for continuous integration
### New in the versions 2.x
Expand Down

0 comments on commit 95b1d4f

Please sign in to comment.