Explorar el Código

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

Lovelyfin00 hace 2 años
padre
commit
566c3e2280
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/contributing/developing.md

+ 1 - 1
docs/contributing/developing.md

@@ -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
 ```