Skip to content

Commit

Permalink
fixing Layer links for READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejoYarce committed Nov 12, 2024
1 parent 07b44c8 commit b865735
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ function App() {

### Layers

- [LayerItem](https://github.com/wri/wri-design-systems/tree/main/src/components/LayerItem)
- [LayerGroup](https://github.com/wri/wri-design-systems/tree/main/src/components/LayerGroup)
- [LayerPanel](https://github.com/wri/wri-design-systems/tree/main/src/components/LayerPanel)
- [LayerItem](https://github.com/wri/wri-design-systems/tree/main/src/components/Layer/LayerItem)
- [LayerGroup](https://github.com/wri/wri-design-systems/tree/main/src/components/Layer/LayerGroup)
- [LayerPanel](https://github.com/wri/wri-design-systems/tree/main/src/components/Layer/LayerPanel)
2 changes: 1 addition & 1 deletion src/components/Layer/LayerGroup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { LayerGroupContainer, LayerGroup } from 'wri-design-systems'

## Usage

Add as many LayerGroups as you need, read the [LayerItem](https://github.com/wri/wri-design-systems/tree/main/src/components/LayerItem) documentation to know more about the props you can use
Add as many LayerGroups as you need, read the [LayerItem](https://github.com/wri/wri-design-systems/tree/main/src/components/Layer/LayerItem) documentation to know more about the props you can use

```html
<LayerGroupContainer defaultIndex={[0]}>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layer/LayerItem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Usage

LayerItem is used as part of [LayerGroups](https://github.com/wri/wri-design-systems/tree/main/src/components/LayerGroup)
LayerItem is used as part of [LayerGroups](https://github.com/wri/wri-design-systems/tree/main/src/components/Layer/LayerGroup)

## Props

Expand Down

0 comments on commit b865735

Please sign in to comment.