Skip to content

Commit 43b4ae1

Browse files
committed
chore(docs): Fix URLs (#2054)
1 parent 96ec7fc commit 43b4ae1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/dev-notes/2026-01-02/migrate-from-svelte-5-ui-lib-to-flowbite-svelte/component-mapping.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**作成日**: 2026-01-02
44

5-
**最終更新:** 2026-01-04
5+
**最終更新:** 2026-01-17
66

77
**用途**: svelte-5-ui-lib → Flowbite Svelte 移行時の実装参考資料
88

@@ -68,7 +68,7 @@ import { Heading, Button, Label } from 'flowbite-svelte';
6868

6969
**テスト:** Vitest snapshot または Playwright (コンポーネント render 確認)
7070

71-
**参考:** [Flowbite Svelte Components](https://flowbite-svelte.com/docs/components/)
71+
**参考:** [Flowbite Svelte Components](https://flowbite-svelte.com/docs/components/accordion)
7272

7373
---
7474

@@ -358,7 +358,7 @@ import { Carousel, Controls, CarouselIndicators } from 'flowbite-svelte';
358358
359359
<button
360360
type="button"
361-
class="flex-shrink-0 w-6 ml-auto"
361+
class="shrink-0 w-6 ml-auto"
362362
onclick={(event) => updatingDropdown.toggle(event)}
363363
>
364364
<ChevronDown class="w-4 h-4 mx-auto" />
@@ -737,19 +737,19 @@ import { Carousel, Controls, CarouselIndicators } from 'flowbite-svelte';
737737

738738
### Flowbite Svelte 公式ドキュメント
739739

740-
- [Components Overview](https://flowbite-svelte.com/docs/components/)
740+
- [Components Overview](https://flowbite-svelte.com/docs/components/accordion)
741741
- [TypeScript API Reference](https://flowbite-svelte.com/docs/pages/typescript)
742742
- [GitHub Repository](https://github.com/themesberg/flowbite-svelte)
743743

744744
### Svelte 関連
745745

746-
- [Svelte 5 Runes Guide](https://svelte.dev/docs/svelte-5-migration-guide)
746+
- [svelte 5 runes guide](https://svelte.dev/docs/svelte/v5-migration-guide)
747747
- [Svelte 5 API Reference](https://svelte.dev/docs)
748748

749749
### 移行ガイド
750750

751751
- [メイン計画ドキュメント](./plan.md)
752-
- [Smoke Tests ガイド](./smoke-tests.md)
752+
- [テスト戦略](./testing-strategy.md)
753753

754754
---
755755

0 commit comments

Comments
 (0)