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 74855c8 commit f947d6dCopy full SHA for f947d6d
docs/scripts/make_doc.c
@@ -138,7 +138,7 @@ static void load_prototypes(const char *filename)
138
139
d_assign(text, lookup_source(name));
140
if (strlen(text) == 0) {
141
- strcat(text, "https://github.com/liballeg/allegro5/blob/5.1/");
+ strcat(text, "https://github.com/liballeg/allegro5/blob/master/");
142
strcat(text, file_name);
143
strcat(text, "#L");
144
strcat(text, line_number);
0 commit comments