Skip to content

Commit 2affafd

Browse files
authored
[ECS reference docs] Fix broken link (#486)
This PR fixes a broken link in https://docs-v3-preview.elastic.dev/elastic/ecs-dotnet/tree/main/reference/ecs-dotnet.
1 parent 548d38d commit 2affafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ecs-dotnet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Use [Elastic.Ingest.Elasticsearch.CommonSchema](https://github.com/elastic/ecs-d
2929
The version of the Elastic.CommonSchema package matches the published ECS version, with the same corresponding branch names:
3030

3131
* Nested Schema (The C# types are generated from this YAML file): [https://github.com/elastic/ecs/blob/v1.4.0/generated/ecs/ecs_nested.yml](https://github.com/elastic/ecs/blob/v1.4.0/generated/ecs/ecs_nested.yml)
32-
* .NET types: [https://github.com/elastic/ecs-dotnet/tree/v1.4.0](https://github.com/elastic/ecs-dotnet/tree/v1.4.0)
32+
* .NET types: [https://github.com/elastic/ecs-dotnet/tree/v1.4.0](https://github.com/elastic/ecs-dotnet)
3333

3434
The version numbers of the NuGet package must match the exact version of ECS used within Elasticsearch. Attempting to use mismatched versions, for example a NuGet package with version 1.2.0 against an Elasticsearch index configured to use an ECS template with version 1.1.0, will result in indexing and data problems.
3535

0 commit comments

Comments
 (0)