Skip to content

Commit

Permalink
update link and fix sentence in plugin doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed May 10, 2023
1 parent d2cc59a commit 316b83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/bids_app/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ A plugin can be used to implement any logic that can be handled by a Python func


```{note}
When creating a custom error for your Snakebids plugin, it is recommended to inherit from the ``SnakebidsPluginError`` class such that errors will be recognized as a plugin error.
```
When creating a custom error for your Snakebids plugin, it is recommended to inherit from {class}`SnakebidsPluginError <snakebids.exceptions.SnakebidsPluginError>` such that errors will be recognized as a plugin error.
```

0 comments on commit 316b83a

Please sign in to comment.