summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Ruiz <ignacio.ruiz.292@gmail.com>2022-03-25 17:19:25 +0100
committerGitHub <noreply@github.com>2022-03-25 19:19:25 +0300
commit784892467f292dae27d3544148515795cd8eeee8 (patch)
tree9eff6965b48c6ee6f0eedd3ccd6d96183856cd48
parent7dca5ed28cdd01c4783b572d311917e4edf7a00c (diff)
downloadkotlinx.serialization-784892467f292dae27d3544148515795cd8eeee8.tar.gz
Wrong link to class discriminator key customisation docs (#1885)
-rw-r--r--docs/polymorphism.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/polymorphism.md b/docs/polymorphism.md
index 2bc3f2e4..c41228aa 100644
--- a/docs/polymorphism.md
+++ b/docs/polymorphism.md
@@ -231,7 +231,7 @@ This way we can have a stable _serial name_ that is not affected by the class's
<!--- TEST -->
> In addition to that, JSON can be configured to use a different key name for the class discriminator.
-> You can find an example in the [Class discriminator](json.md#class-discriminator) section.
+> You can find an example in the [Class discriminator for polymorphism](json.md#class-discriminator-for-polymorphism) section.
### Concrete properties in a base class