Skip to content

Commit 2d6f8d8

Browse files
authored
Merge branch 'main' into knn-query-similarity
2 parents a28a08f + 676cf67 commit 2d6f8d8

File tree

60 files changed

+3278
-825
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3278
-825
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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)