Skip to content

Commit 98fa1fe

Browse files
authored
Fix docs
1 parent a048512 commit 98fa1fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ STAC-Manager is a react app designed for managing the values of a STAC (SpatioTe
1010
The ecosystem is composed of a web app (the client) and a plugin system that powers it.
1111
The different parts of the project are located in the `packages` directory structured as follows:
1212

13-
- [`@stac-manager/client`](./packages/client) - STAC-Manager web app.
14-
- [`@stac-manager/data-core`](./packages/data-core) - Core functionality of the form builder plugin system.
15-
- [`@stac-manager/data-widgets`](./packages/data-widgets) - Form components to be used by the form builder plugin system, when custom ones are not provided.
16-
- [`@stac-manager/data-plugins`](./packages/data-plugins) - Data plugins for the forms. Each plugin defines how a section of the data structure is displayed and edited.
13+
- [`@stac-manager/client`](../packages/client) - STAC-Manager web app.
14+
- [`@stac-manager/data-core`](../packages/data-core) - Core functionality of the form builder plugin system.
15+
- [`@stac-manager/data-widgets`](../packages/data-widgets) - Form components to be used by the form builder plugin system, when custom ones are not provided.
16+
- [`@stac-manager/data-plugins`](../packages/data-plugins) - Data plugins for the forms. Each plugin defines how a section of the data structure is displayed and edited.
1717

1818
The `@stac-manager/data-*` packages contain the default implementation of the plugin system, the widgets used to render the forms and some core functions to allow the system to be extended.
1919

0 commit comments

Comments
 (0)