Fixed error in the url to be cloned in forked copy of Wagtail in documentation

pull/10098/head
Lovelyfin00 2023-02-15 14:28:08 +01:00 zatwierdzone przez LB (Ben Johnston)
rodzic 6f38e979a4
commit 566c3e2280
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ You will also need to install the **libjpeg** and **zlib** libraries, if you hav
Fork the [the Wagtail codebase](https://github.com/wagtail/wagtail) and clone the forked copy:
```sh
git clone https://github.com/username/wagtail/wagtail.git
git clone https://github.com/username/wagtail.git
cd wagtail
```