From c3765bc48b491f49282055925e68acef5a6c824c Mon Sep 17 00:00:00 2001 From: Robin Stevens <73103348+robin-xyzt-ai@users.noreply.github.com> Date: Tue, 28 May 2024 14:28:38 +0200 Subject: [PATCH] Update broken links in editable-geojson-layer.md --- docs/api-reference/layers/editable-geojson-layer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-reference/layers/editable-geojson-layer.md b/docs/api-reference/layers/editable-geojson-layer.md index 66631bdb6..262fb8100 100644 --- a/docs/api-reference/layers/editable-geojson-layer.md +++ b/docs/api-reference/layers/editable-geojson-layer.md @@ -67,7 +67,7 @@ _Note: passing a single `Feature` is not supported. However, you can pass a `Fea The `mode` property defines the mode used to handle user interaction events (e.g. pointer events) in order to accomplish edits. This can either be a constructor for an `EditMode` or an instance of `EditMode`. -There are a extensive number of modes that come out-of-the-box with nebula.gl. See [modes overview](../modes/overview.md). +There are a extensive number of modes that come out-of-the-box with nebula.gl. See [modes overview](/docs/api-reference/modes/overview.md). #### `modeConfig` (Object, optional) @@ -143,7 +143,7 @@ The `onEdit` event is the core event provided by this layer and must be handled * `featureIndexes` (Array<number>): The indexes of the edited/added features. -* `editContext` (Object): `null` or an object containing additional context about the edit. This is populated by the active mode, see [modes overview](../modes/overview.md). +* `editContext` (Object): `null` or an object containing additional context about the edit. This is populated by the active mode, see [modes overview](/docs/api-reference/modes/overview.md). ### Guide style properties and data getters