Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/design/vocabulary.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ const result = vocabularyManager.validate(modelManager);
// result.vocabularies['org.acme/zh-cn'].additionalTerms.should.have.members([]);
```

Please refer to the [JavaScript API](/docs/reference/api/ref-concerto-js-api) for the `concerto-vocabulary` module for detailed API guidance.
Please refer to the [JavaScript API](../reference/api/ref-concerto-js-api) for the `concerto-vocabulary` module for detailed API guidance.
2 changes: 1 addition & 1 deletion docs/tutorials/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ The output should now be:

Well done, you've created your first Concerto model and used the CLI to validate data against the model! This is just the start...

You may want to continue to read about [static code generation](/docs/category/code-generation), or using the [JavaScript runtime API](/docs/reference/api/api-js-validation) to introspect models at runtime.
You may want to continue to read about [static code generation](/docs/category/code-generation), or using the [JavaScript runtime API](../reference/api/using-js-validation) to introspect models at runtime.