We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7e3e8 commit d650234Copy full SHA for d650234
README.md
@@ -22,7 +22,7 @@ All branches push new nuget packages on successful CI builds to https://ci.appve
22
23
The version of the package matches the published ECS schema version, with the same corresponding branch names.
24
25
-- Nested Schema *(C# types generated from this resource)*: `https://github.com/elastic/ecs/blob/{version}/generated/ecs/ecs_nested.yml`
+- Nested Schema *(C# types generated from this resource)*: `https://github.com/elastic/ecs/blob/v{version}/generated/ecs/ecs_nested.yml`
26
- .NET types: `https://github.com/elastic/ecs-dotnet/tree/{version}`
27
28
Where `{version}` is the ECS schema version, e.g. `1.2.0`.
0 commit comments