浏览代码

update livewire url to v3

aftandilmmd 1 年之前
父节点
当前提交
1fde63af7c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/docs/src/en/directives/teleport.md

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

@@ -11,7 +11,7 @@ The `x-teleport` directive allows you to transport part of your Alpine template
 
 This is useful for things like modals (especially nesting them), where it's helpful to break out of the z-index of the current Alpine component.
 
-> Warning: if you are a [Livewire](https://laravel-livewire.com) user, this functionality does not currently work inside Livewire components. Support for this is on the roadmap.
+> Warning: if you are a [Livewire](https://livewire.laravel.com) user, this functionality does not currently work inside Livewire components. Support for this is on the roadmap.
 
 <a name="x-teleport"></a>
 ## x-teleport