| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f3b66af commit 980b4db
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -126,7 +126,7 @@ information regarding the change process: | |||
| 126 | 126 | - Protects against the assumption that GitHub will be around forever. | |
| 127 | 127 | ||
| 128 | 128 | Review the commit message to ensure that it adheres to the guidelines | |
| 129 | - outlined in the [contributing](https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#step-3-commit) guide. | ||
| 129 | + outlined in the [contributing](./CONTRIBUTING.md#step-3-commit) guide. | ||
| 130 | 130 | ||
| 131 | 131 | See the commit log for examples such as | |
| 132 | 132 | [this one](https://github.com/nodejs/node/commit/b636ba8186) if unsure | |
@@ -237,7 +237,8 @@ Save the file and close the editor. You'll be asked to enter a new | |||
| 237 | 237 | commit message for that commit. This is a good moment to fix incorrect | |
| 238 | 238 | commit logs, ensure that they are properly formatted, and add | |
| 239 | 239 | `Reviewed-By` lines. | |
| 240 | - * The commit message text must conform to the [commit message guidelines](../CONTRIBUTING.md#step-3-commit). | ||
| 240 | + * The commit message text must conform to the | ||
| 241 | + [commit message guidelines](./CONTRIBUTING.md#step-3-commit). | ||
| 241 | 242 | ||
| 242 | 243 | Time to push it: | |
| 243 | 244 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments