Skip to content

Commit

Permalink
remove html extension
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored and jeremydmiller committed Oct 23, 2023
1 parent b898c27 commit 1e9e4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/http/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ match Wolverine HTTP endpoints with ASP.Net Core MVC handling Razor views.

Server side applications are frequently built with some mixture of HTTP web services, asynchronous processing, and
asynchronous messaging. Wolverine by itself can help you with the asynchronous processing through its [local queue functionality](/guide/messaging/transports/local),
and it certainly covers all common [asynchronous messaging](/guide/messaging/introduction.html) requirements.
and it certainly covers all common [asynchronous messaging](/guide/messaging/introduction) requirements.

For a simplistic example, let's say that we're inevitably building a "Todo" application where we want a web service
endpoint that allows our application to create a new `Todo` entity, save it to a database, and raise an `TodoCreated` event
Expand Down

0 comments on commit 1e9e4b6

Please sign in to comment.