diff options
author | Anthony Fok <[email protected]> | 2017-07-21 03:36:44 -0600 |
---|---|---|
committer | Anthony Fok <[email protected]> | 2017-07-21 03:36:44 -0600 |
commit | 0c90e6d710deb6a316ade0891bbf0ad83376df40 (patch) | |
tree | 643df884e3a817797a6005d24f58b3c09b2957c2 /CONTRIBUTING.md | |
parent | b60aa1a504f3fbf9c19a6bf2030fdc7a04ab4a5a (diff) | |
download | hugo-0c90e6d710deb6a316ade0891bbf0ad83376df40.tar.gz hugo-0c90e6d710deb6a316ade0891bbf0ad83376df40.zip |
Change "hugodocs" to "hugoDocs" to match GitHub's default URL
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d07d7f62d..e2faff229 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ helping to manage issues, etc. The Hugo community and maintainers are [very active](https://github.com/gohugoio/hugo/pulse/monthly) and helpful, and the project benefits greatly from this activity. We created a [step by step guide](https://gohugo.io/tutorials/how-to-contribute-to-hugo/) if you're unfamiliar with GitHub or contributing to open source projects in general. -*Note that this repository only contains the actual source code of Hugo. For **only** documentation-related pull requests / issues please refer to the [hugoDocs](https://github.com/gohugoio/hugodocs) repository.* +*Note that this repository only contains the actual source code of Hugo. For **only** documentation-related pull requests / issues please refer to the [hugoDocs](https://github.com/gohugoio/hugoDocs) repository.* *Pull requests that contain changes on the code base **and** related documentation, e.g. for a new feature, shall remain a single, atomic one.* |