Fix internal docs link

This commit is contained in:
Graham Esau 2019-12-26 16:52:52 +00:00
parent 583edc08ca
commit 01966ba9bf

View file

@ -7,9 +7,7 @@ permalink: /implementing
# Implementing JsonSchema # Implementing JsonSchema
How to implement JsonSchema manually, without deriving it... [Deriving `JsonSchema`]({{ site.baseurl }}{% link 1-deriving.md %}) is usually the easiest way to enable JSON schema generation for your types. But if you need more customisation, you can also implement `JsonSchema` manually. This trait has two associated functions which must be implemented, and one which can optionally be implemented:
[Deriving `JsonSchema`]({% link 1-deriving.md %}) is usually the easiest way to enable JSON schema generation for your types. But if you need more customisation, you can also implement `JsonSchema` manually. This trait has two associated functions which must be implemented, and one which can optionally be implemented:
## schema_name ## schema_name
```rust ```rust