@@ -16,14 +16,14 @@ Learn more in the [ECS Logging Reference](https://www.elastic.co/guide/en/ecs-lo
16
16
* [ Java Util Logging] ( https://www.elastic.co/guide/en/ecs-logging/java/current/setup.html )
17
17
* [ JBoss LogManager] ( https://www.elastic.co/guide/en/ecs-logging/java/current/setup.html )
18
18
* [ PHP] ( https://github.com/elastic/ecs-logging-php ) ([ docs] ( https://www.elastic.co/guide/en/ecs-logging/php/current/intro.html ) )
19
- * [ Monolog v2.x] ( https://github.com/elastic/ecs-logging-php/blob/master /docs/Monolog_v2.md )
19
+ * [ Monolog v2.x] ( https://github.com/elastic/ecs-logging-php/blob/main /docs/Monolog_v2.md )
20
20
* [ .NET] ( https://github.com/elastic/ecs-dotnet ) ([ docs] ( https://www.elastic.co/guide/en/ecs-logging/dotnet/current/intro.html ) )
21
- * [ Serilog] ( https://github.com/elastic/ecs-dotnet/tree/master /src/Elastic.CommonSchema.Serilog )
22
- * [ NLog] ( https://github.com/elastic/ecs-dotnet/tree/master /src/Elastic.CommonSchema.NLog )
21
+ * [ Serilog] ( https://github.com/elastic/ecs-dotnet/tree/main /src/Elastic.CommonSchema.Serilog )
22
+ * [ NLog] ( https://github.com/elastic/ecs-dotnet/tree/main /src/Elastic.CommonSchema.NLog )
23
23
* [ Node.js] ( https://github.com/elastic/ecs-logging-nodejs ) ([ docs] ( https://www.elastic.co/guide/en/ecs-logging/nodejs/current/intro.html ) )
24
- * [ Pino] ( https://github.com/elastic/ecs-logging-nodejs/tree/master /loggers/pino )
25
- * [ Winston] ( https://github.com/elastic/ecs-logging-nodejs/tree/master /loggers/winston )
26
- * [ Morgan] ( https://github.com/elastic/ecs-logging-nodejs/tree/master /loggers/morgan )
24
+ * [ Pino] ( https://github.com/elastic/ecs-logging-nodejs/tree/main /loggers/pino )
25
+ * [ Winston] ( https://github.com/elastic/ecs-logging-nodejs/tree/main /loggers/winston )
26
+ * [ Morgan] ( https://github.com/elastic/ecs-logging-nodejs/tree/main /loggers/morgan )
27
27
* [ Python] ( https://github.com/elastic/ecs-logging-python ) ([ docs] ( https://www.elastic.co/guide/en/ecs-logging/python/current/intro.html ) )
28
28
* Go
29
29
* [ zap] ( https://github.com/elastic/ecs-logging-go-zap ) ([ docs] ( https://www.elastic.co/guide/en/ecs-logging/go-zap/current/intro.html ) )
@@ -33,10 +33,10 @@ Learn more in the [ECS Logging Reference](https://www.elastic.co/guide/en/ecs-lo
33
33
## APM
34
34
35
35
* [ .NET] ( https://github.com/elastic/ecs-dotnet )
36
- * [ Serilog Enricher] ( https://github.com/elastic/ecs-dotnet/tree/master /src/Elastic.Apm.SerilogEnricher )
37
- * [ NLog Enricher] ( https://github.com/elastic/ecs-dotnet/tree/master /src/Elastic.Apm.NLog )
36
+ * [ Serilog Enricher] ( https://github.com/elastic/ecs-dotnet/tree/main /src/Elastic.Apm.SerilogEnricher )
37
+ * [ NLog Enricher] ( https://github.com/elastic/ecs-dotnet/tree/main /src/Elastic.Apm.NLog )
38
38
39
39
## Benchmarking
40
40
41
41
* [ .NET] ( https://github.com/elastic/ecs-dotnet )
42
- * [ BenchmarkDotNet Exporter] ( https://github.com/elastic/ecs-dotnet/tree/master /src/Elastic.CommonSchema.BenchmarkDotNetExporter )
42
+ * [ BenchmarkDotNet Exporter] ( https://github.com/elastic/ecs-dotnet/tree/main /src/Elastic.CommonSchema.BenchmarkDotNetExporter )
0 commit comments