Parcourir la source

Merge pull request #1451 from mabouguerra/patch-1

Update show.md
Caleb Porzio il y a 4 ans
Parent
commit
bf6d03a64f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/docs/src/en/directives/show.md

+ 1 - 1
packages/docs/src/en/directives/show.md

@@ -26,7 +26,7 @@ When the "Toggle Dropdown" button is clicked, the dropdown will show and hide ac
 <a name="with-transitions"></a>
 ## With transitions
 
-If you want to apply smooth transitions to the `x-show` behavior, you can use it in conjunction with `x-transition`. You can learn more about that directive [here](), but here's a quick example of the same component as above, just with transitions applied.
+If you want to apply smooth transitions to the `x-show` behavior, you can use it in conjunction with `x-transition`. You can learn more about that directive [here](/directives/transition), but here's a quick example of the same component as above, just with transitions applied.
 
 ```html
 <div x-data="{ open: false }">