Skip to content

Commit b9f65a4

Browse files
authored
Fix links in README.md (elastic#2252)
1 parent 63b1e45 commit b9f65a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ you can find them inside [`/specification`](./specification).
55
The [`/compiler`](./compiler) folder contains a TypeScript program that compiles the entire definition
66
in a JSON representation that can be used for generating language clients.
77

8-
This JSON representation is formally defined by [a set of TypeScript definitions (a meta-model)](./compiler/model/metamodel.ts)
8+
This JSON representation is formally defined by [a set of TypeScript definitions (a meta-model)](./compiler/src/model/metamodel.ts)
99
that also explains the various properties and their values.
1010

1111
## Prepare the environment
@@ -64,7 +64,7 @@ Usage:
6464

6565
### Structure of the JSON representation
6666

67-
The JSON representation is [formally defined as TypeScript definitions](./compiler/model/metamodel.ts).
67+
The JSON representation is [formally defined as TypeScript definitions](./compiler/src/model/metamodel.ts).
6868
Refer to them for the full details. It is an object with two top level keys:
6969

7070
```jsonc
@@ -163,7 +163,7 @@ the `request` and `response` value will be `null`.
163163
## How to validate the specification
164164

165165
The specification is validated daily by the [client-flight-recorder](https://github.com/elastic/clients-flight-recorder) project.
166-
The validation result can be found [here](https://github.com/elastic/clients-flight-recorder/blob/dev/recordings/types-validation/types-validation.md).
166+
The validation result can be found [here](https://github.com/elastic/clients-flight-recorder/blob/main/recordings/types-validation/types-validation.md).
167167

168168
### Validate the specification in your machine
169169

0 commit comments

Comments
 (0)