Преглед на файлове

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 месеца
родител
ревизия
63c95cac3b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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