Skip to content

Commit

Permalink
Fix link to Embedded Resource example in Plugins.md (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstardev authored Nov 27, 2023
1 parent 654e05d commit 020a276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Development/Plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ For now, these are the basics you should know about …

### Assets

In order to reference assets (CSS, JavaScript and images), the plugin project needs to [embed a `Resources` folder](https://github.com/btcpayserver/btcpayserver-plugin-template/blob/master/BTCPayServer.Plugins.Template.csproj#L9) like this:
In order to reference assets (CSS, JavaScript and images), the plugin project needs to [embed a `Resources` folder](https://github.com/btcpayserver/btcpayserver-plugin-template/blob/master/BTCPayServer.Plugins.Template/BTCPayServer.Plugins.Template.csproj#L32) like this:

```xml
<ItemGroup>
Expand Down

0 comments on commit 020a276

Please sign in to comment.