We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97350e1 commit d795c65Copy full SHA for d795c65
advice.h
@@ -7,7 +7,7 @@ struct string_list;
7
* To add a new advice, you need to:
8
* Define a new advice_type.
9
* Add a new entry to advice_setting array.
10
- * Add the new config variable to Documentation/config/advice.txt.
+ * Add the new config variable to Documentation/config/advice.adoc.
11
* Call advise_if_enabled to print your advice.
12
*/
13
enum advice_type {
0 commit comments