Browse Source

link to virtualenv corrected

It linked to https://virtualenv.pypa.io/en/stable/installation/ which gave a 404, link has been changed to https://virtualenv.pypa.io/en/stable/installation.html
Wijnand Baretta 8 tháng trước cách đây
mục cha
commit
63c95cac3b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -126,7 +126,7 @@ You can run the Wagtail demo locally without setting up Vagrant or Docker and si
 #### Dependencies
 
 - Python 3.10, 3.11 or 3.12
-- [Virtualenv](https://virtualenv.pypa.io/en/stable/installation/)
+- [Virtualenv](https://virtualenv.pypa.io/en/stable/installation.html)
 - [VirtualenvWrapper](https://virtualenvwrapper.readthedocs.io/en/latest/install.html) (optional)
 
 ### Installation