summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2025-03-03 15:44:10 -0500
committerJunio C Hamano <gitster@pobox.com>2025-03-03 13:49:21 -0800
commitd795c65b3a29dca33991c441a9951fb9dd14eead (patch)
tree1286ab709dc70d71e1eba53bf7ff21f5f3b420f1
parent97350e18e2fc2e753e34df4ee8c1107457aa0a91 (diff)
advice.h: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--advice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/advice.h b/advice.h
index cf2284ec43..d233cfc693 100644
--- a/advice.h
+++ b/advice.h
@@ -7,7 +7,7 @@ struct string_list;
* To add a new advice, you need to:
* Define a new advice_type.
* Add a new entry to advice_setting array.
- * Add the new config variable to Documentation/config/advice.txt.
+ * Add the new config variable to Documentation/config/advice.adoc.
* Call advise_if_enabled to print your advice.
*/
enum advice_type {