Skip to content

Commit 05bdb96

Browse files
committed
fix(docs): update documentation links in README to correct path for better accessibility
1 parent df14ba2 commit 05bdb96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const onSeatClick = (seat) => {
184184
</table>
185185

186186
<p align="center">
187-
<a href="https://alisaitteke.github.io/seatmap-canvas/docs/frameworks/vue"><img src="https://img.shields.io/badge/📖_Full_Documentation-4FC08D?style=for-the-badge&logoColor=white" alt="Documentation"/></a>
187+
<a href="https://alisaitteke.github.io/seatmap-canvas/docs/docs/frameworks/vue"><img src="https://img.shields.io/badge/📖_Full_Documentation-4FC08D?style=for-the-badge&logoColor=white" alt="Documentation"/></a>
188188
&nbsp;
189189
<a href="examples/vue/"><img src="https://img.shields.io/badge/🎯_Examples-35495E?style=for-the-badge&logoColor=white" alt="Examples"/></a>
190190
</p>
@@ -240,7 +240,7 @@ function App() {
240240
</table>
241241

242242
<p align="center">
243-
<a href="https://alisaitteke.github.io/seatmap-canvas/docs/frameworks/react"><img src="https://img.shields.io/badge/📖_Full_Documentation-61DAFB?style=for-the-badge&logoColor=black" alt="Documentation"/></a>
243+
<a href="https://alisaitteke.github.io/seatmap-canvas/docs/docs/frameworks/react"><img src="https://img.shields.io/badge/📖_Full_Documentation-61DAFB?style=for-the-badge&logoColor=black" alt="Documentation"/></a>
244244
&nbsp;
245245
<a href="examples/react/"><img src="https://img.shields.io/badge/🎯_Examples-20232A?style=for-the-badge&logoColor=white" alt="Examples"/></a>
246246
</p>
@@ -475,7 +475,7 @@ background_fit: "contain"
475475
</details>
476476

477477
<p align="center">
478-
<a href="https://alisaitteke.github.io/seatmap-canvas/docs/frameworks/vanilla-js"><img src="https://img.shields.io/badge/📖_Full_Documentation-F7DF1E?style=for-the-badge&logoColor=black" alt="Documentation"/></a>
478+
<a href="https://alisaitteke.github.io/seatmap-canvas/docs/docs/frameworks/vanilla-js"><img src="https://img.shields.io/badge/📖_Full_Documentation-F7DF1E?style=for-the-badge&logoColor=black" alt="Documentation"/></a>
479479
&nbsp;
480480
<a href="examples/"><img src="https://img.shields.io/badge/🎯_Examples-333333?style=for-the-badge&logoColor=white" alt="Examples"/></a>
481481
</p>

0 commit comments

Comments
 (0)