Skip to content

Commit 8dc8d63

Browse files
authored
fix(dotnet): path to github samples (#1772)
1 parent 361365f commit 8dc8d63

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See the [provided examples in the `dotnet` SDK repository](https://github.com/getsentry/sentry-dotnet/tree/master/samples) for examples to send your first event to Sentry.
1+
See the [provided examples in the `dotnet` SDK repository](https://github.com/getsentry/sentry-dotnet/tree/main/samples) for examples to send your first event to Sentry.

src/collections/_documentation/platforms/dotnet/aspnetcore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,6 @@ Opt-in to capture values from [System.Diagnostic.Activity](https://github.com/do
195195

196196
### Samples
197197

198-
* A [simple example](https://github.com/getsentry/sentry-dotnet/tree/master/samples/Sentry.Samples.AspNetCore.Basic) without MVC.
199-
* An [example](https://github.com/getsentry/sentry-dotnet/tree/master/samples/Sentry.Samples.AspNetCore.Mvc) using MVC and most of the SDK features.
198+
* A [simple example](https://github.com/getsentry/sentry-dotnet/tree/main/samples/Sentry.Samples.AspNetCore.Basic) without MVC.
199+
* An [example](https://github.com/getsentry/sentry-dotnet/tree/main/samples/Sentry.Samples.AspNetCore.Mvc) using MVC and most of the SDK features.
200200
* For [more samples](https://github.com/getsentry/sentry-dotnet-samples) of the .NET SDKs

src/collections/_documentation/platforms/dotnet/log4net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ One common case to not add the DSN to the XML configuration file (which would in
5757

5858
### Sample
5959

60-
For a [sample app.config](https://github.com/getsentry/sentry-dotnet/blob/master/samples/Sentry.Samples.Log4Net/app.config) or a complete working [sample](https://github.com/getsentry/sentry-dotnet/tree/master/samples/Sentry.Samples.Log4Net) to see it in action.
60+
For a [sample app.config](https://github.com/getsentry/sentry-dotnet/blob/master/samples/Sentry.Samples.Log4Net/app.config) or a complete working [sample](https://github.com/getsentry/sentry-dotnet/tree/main/samples/Sentry.Samples.Log4Net) to see it in action.
6161

6262
![Sample event in Sentry]({% asset log4net-sample.gif @path %})

src/collections/_documentation/platforms/dotnet/microsoft-extensions-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,5 @@ A list of filters which are invoked before processing any log message. This allo
160160

161161
### Samples
162162

163-
* A [simple example](https://github.com/getsentry/sentry-dotnet/tree/master/samples/Sentry.Samples.ME.Logging) using simply the `LoggerFactory`.
164-
* An [example](https://github.com/getsentry/sentry-dotnet/tree/master/samples/Sentry.Samples.GenericHost) using the _generic host_.
163+
* A [simple example](https://github.com/getsentry/sentry-dotnet/tree/main/samples/Sentry.Samples.ME.Logging) using simply the `LoggerFactory`.
164+
* An [example](https://github.com/getsentry/sentry-dotnet/tree/main/samples/Sentry.Samples.GenericHost) using the _generic host_.

src/collections/_documentation/platforms/dotnet/nlog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ Any additional tags to apply to each logged message.
184184

185185
### Samples
186186

187-
* A [simple example](https://github.com/getsentry/sentry-dotnet/tree/master/samples/Sentry.Samples.NLog).
187+
* A [simple example](https://github.com/getsentry/sentry-dotnet/tree/main/samples/Sentry.Samples.NLog).

src/collections/_documentation/platforms/dotnet/serilog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ Whether or not this integration should initialize the SDK. If you intend to call
9292

9393
### Samples
9494

95-
* A [simple example](https://github.com/getsentry/sentry-dotnet/tree/master/samples/Sentry.Samples.Serilog).
96-
* An [example with ASP.NET Core](https://github.com/getsentry/sentry-dotnet/tree/master/samples/Sentry.Samples.AspNetCore.Serilog).
95+
* A [simple example](https://github.com/getsentry/sentry-dotnet/tree/main/samples/Sentry.Samples.Serilog).
96+
* An [example with ASP.NET Core](https://github.com/getsentry/sentry-dotnet/tree/main/samples/Sentry.Samples.AspNetCore.Serilog).

0 commit comments

Comments
 (0)