Skip to content

Commit d795c65

Browse files
tmzullingergitster
authored andcommitted
advice.h: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 97350e1 commit d795c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ struct string_list;
77
* To add a new advice, you need to:
88
* Define a new advice_type.
99
* Add a new entry to advice_setting array.
10-
* Add the new config variable to Documentation/config/advice.txt.
10+
* Add the new config variable to Documentation/config/advice.adoc.
1111
* Call advise_if_enabled to print your advice.
1212
*/
1313
enum advice_type {

0 commit comments

Comments
 (0)