Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/api-reference/layers/editable-geojson-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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

Expand Down