diff --git a/en-US/advanced/hacking_on_gogs.md b/en-US/advanced/hacking_on_gogs.md index 26a01fd2..fdff5fe3 100644 --- a/en-US/advanced/hacking_on_gogs.md +++ b/en-US/advanced/hacking_on_gogs.md @@ -25,7 +25,7 @@ Remove the gogs repository and clone your fork in its place: Go inside the gogs directory, checkout the dev branch and use `go get` again to fetch any new dependencies: $ cd gogs - $ git checkout dev + $ git checkout develop $ go get That's it! You are ready to hack on Gogs. Test your changes, push them to your repository and open a pull request.