浏览代码

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

Lovelyfin00 2 年之前
父节点
当前提交
566c3e2280
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 ```