Browse Source

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

Lovelyfin00 2 years ago
parent
commit
566c3e2280
1 changed files with 1 additions and 1 deletions
  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
 ```