diff mbox series

[committed] wwwdocs: Update "creating commit with multiple authors" link

Message ID 20210328212203.1A08F33E21@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: Update "creating commit with multiple authors" link | expand

Commit Message

Gerald Pfeifer March 28, 2021, 9:21 p.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 7577528d..21cc95de 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -146,7 +146,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/free-pro-team@latest/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors">GitHub format</a>
+        href="https://docs.github.com/en/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors">GitHub format</a>
         for a Co-Authored-By</li>
 </ul>