Skip to content

Commit

Permalink
Update index.md (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis authored Mar 21, 2024
1 parent c5966e6 commit 0e50578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ app.MapPost("/Forecast/New", (ForecastRequestDto request, WeatherService weather
.WithName("NewWeatherForecast");
```

The full Minimal API sample can be found in the [sample folder](./sample/Ardalis.Result.SampleMinimalApi/Program.cs).
The full Minimal API sample can be found in the [sample folder](https://github.com/ardalis/Result/tree/main/sample/Ardalis.Result.SampleMinimalApi/Program.cs).

### Mapping Results From One Type to Another

Expand Down

0 comments on commit 0e50578

Please sign in to comment.