Skip to content

Commit 6803069

Browse files
committed
[fix/index.html] 잘못된 문서 경로 수정
1 parent d8a4ff5 commit 6803069

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
>
603603
<a
604604
class="py-2 w-full truncate block"
605-
href="#/get-started/workshop/02_our_app/"
605+
href="#/get-started/workshop/02_our_app"
606606
title="Part 1: Containerize an application"
607607
>Part 1: Containerize an application</a
608608
>
@@ -612,7 +612,7 @@
612612
>
613613
<a
614614
class="py-2 w-full truncate block"
615-
href="#/get-started/workshop/03_updating_app/"
615+
href="#/get-started/workshop/03_updating_app"
616616
title="Part 2: Update the application"
617617
>Part 2: Update the application</a
618618
>
@@ -622,7 +622,7 @@
622622
>
623623
<a
624624
class="py-2 w-full truncate block"
625-
href="#/get-started/workshop/04_sharing_app/"
625+
href="#/get-started/workshop/04_sharing_app"
626626
title="Part 3: Share the application"
627627
>Part 3: Share the application</a
628628
>
@@ -632,7 +632,7 @@
632632
>
633633
<a
634634
class="py-2 w-full truncate block"
635-
href="#/get-started/workshop/05_persisting_data/"
635+
href="#/get-started/workshop/05_persisting_data"
636636
title="Part 4: Persist the DB"
637637
>Part 4: Persist the DB</a
638638
>
@@ -642,7 +642,7 @@
642642
>
643643
<a
644644
class="py-2 w-full truncate block"
645-
href="#/get-started/workshop/06_bind_mounts/"
645+
href="#/get-started/workshop/06_bind_mounts"
646646
title="Part 5: Use bind mounts"
647647
>Part 5: Use bind mounts</a
648648
>
@@ -652,7 +652,7 @@
652652
>
653653
<a
654654
class="py-2 w-full truncate block"
655-
href="#/get-started/workshop/07_multi_container/"
655+
href="#/get-started/workshop/07_multi_container"
656656
title="Part 6: Multi-container apps"
657657
>Part 6: Multi-container apps</a
658658
>
@@ -662,7 +662,7 @@
662662
>
663663
<a
664664
class="py-2 w-full truncate block"
665-
href="#/get-started/workshop/08_using_compose/"
665+
href="#/get-started/workshop/08_using_compose"
666666
title="Part 7: Use Docker Compose"
667667
>Part 7: Use Docker Compose</a
668668
>
@@ -672,7 +672,7 @@
672672
>
673673
<a
674674
class="py-2 w-full truncate block"
675-
href="#/get-started/workshop/09_image_best/"
675+
href="#/get-started/workshop/09_image_best"
676676
title="Part 8: Image-building best practices"
677677
>Part 8: Image-building best practices</a
678678
>
@@ -682,7 +682,7 @@
682682
>
683683
<a
684684
class="py-2 w-full truncate block"
685-
href="#/get-started/workshop/10_what_next/"
685+
href="#/get-started/workshop/10_what_next"
686686
title="Part 9: What next"
687687
>Part 9: What next</a
688688
>

0 commit comments

Comments
 (0)