Skip to content

Commit

Permalink
Fix missing commit hyperlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
panhania committed Nov 17, 2023
1 parent 2e58120 commit 552d518
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/creating-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Creating actions
================

Creating new actions is easy but requires some boilerplate to be written first.
You can take a look at commit 845c87b7c3373abacf41a17729ad95e1d6ab046a to see
an example of that. Follow the steps outlined in this guide for more details.
You can take a look at commit [`845c87b`] to see an example of that. Follow the
steps outlined in this guide for more details.

### Define Protocol Buffers messages

Expand Down Expand Up @@ -151,3 +151,5 @@ feature disabled.

[`rrg::action`]: https://github.com/google/rrg/blob/master/crates/rrg/src/action.rs
[`rrg::request`]: https://github.com/google/rrg/blob/master/crates/rrg/src/request.rs

[`845c87b`]: https://github.com/google/rrg/commit/845c87b7c3373abacf41a17729ad95e1d6ab046a

0 comments on commit 552d518

Please sign in to comment.