diff mbox series

[pushed] wwwdocs: codingconventions: Update a link to Github docs

Message ID 20230127002025.F269733E9E@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: codingconventions: Update a link to Github docs | expand

Commit Message

Gerald Pfeifer Jan. 27, 2023, 12:20 a.m. UTC
Pushed.

Gerald
---
 htdocs/codingconventions.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index af08f11a..24365815 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -147,7 +147,7 @@  a large batch of changes.</p>
     <li><code>changelog_file_comment</code> - line that follows a <code>changelog_file</code> with description of changes in the file;
         must start with <code>\t</code></li>
     <li><code>co_authored_by</code> - <a
-        href="https://docs.github.com/en/github/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors">GitHub format</a>
+        href="https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors">GitHub format</a>
         for a Co-Authored-By</li>
 </ul>