diff options
author | 2022-12-06 23:25:40 +0100 | |
---|---|---|
committer | 2022-12-06 23:25:40 +0100 | |
commit | 61c0077f442386f7524e251994e3f9ba8b6651ab (patch) | |
tree | 53b377d44d5a927a5d0b58274f6924a26075a4a6 | |
parent | Rename vps_services.md to vps-services.md (#808) (diff) |
Fix 404 for commit message document
Closes #809.
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/commit-messages.md (renamed from pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/commit-messages.md) | 0 | ||||
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines.md | 2 | ||||
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/_info.yml | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/commit-messages.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/commit-messages.md index ba476b65..ba476b65 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/commit-messages.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/commit-messages.md diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines.md index 73c5dcab..d1e4250d 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines.md @@ -12,7 +12,7 @@ We have simple but strict style rules that are enforced through linting. Not all of the style rules are enforced by linting, so make sure to read the [style guide](../style-guide/) as well. 2. **Make great commits.** Great commits should be atomic, with a commit message explaining what and why. -Check out [Writing Good Commit Messages](./commit-messages) for details. +Check out [Writing Good Commit Messages](../commit-messages/) for details. 3. **Do not open a pull request if you aren't assigned to the issue.** If someone is already working on it, consider offering to collaborate with that person. 4. **Use assets licensed for public use.** diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/_info.yml b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/_info.yml deleted file mode 100644 index 80c8e772..00000000 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/contributing-guidelines/_info.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: Contributing Guidelines -description: Guidelines to adhere to when contributing to our projects. |