From 678589a80908530e26d83183e0920c6674b0374d Mon Sep 17 00:00:00 2001 From: Gabin Aureche Date: Wed, 11 Oct 2017 09:42:59 +0200 Subject: [PATCH] Fix broken link to setKeyGenerator (#1214) --- docs/reference/slate/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/slate/node.md b/docs/reference/slate/node.md index 5cadfc849..8a1e3bf9e 100644 --- a/docs/reference/slate/node.md +++ b/docs/reference/slate/node.md @@ -13,7 +13,7 @@ A short-lived, unique identifier for the node. By default, keys are **not** meant to be long-lived unique identifiers for nodes that you might store in a database, or elsewhere. They are meant purely to identify a node inside of a single Slate instance. For that reason, they are simply auto-incrementing strings. (eg. `'0'`, `'1'`, `'2'`, ...) -If you want to make your keys uniqueness long-lived, you'll need to supply your own key generating function via the [`setKeyGenerator`](../utils/utils.md#setkeygenerator) util. +If you want to make your keys uniqueness long-lived, you'll need to supply your own key generating function via the [`setKeyGenerator`](./utils.md#setkeygenerator) util. ### `nodes` `Immutable.List`