Skip to content

Commit f947d6d

Browse files
SiegeLordExSiegeLord
authored andcommitted
Link to the master branch in the source links.
1 parent 74855c8 commit f947d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scripts/make_doc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ static void load_prototypes(const char *filename)
138138

139139
d_assign(text, lookup_source(name));
140140
if (strlen(text) == 0) {
141-
strcat(text, "https://github.com/liballeg/allegro5/blob/5.1/");
141+
strcat(text, "https://github.com/liballeg/allegro5/blob/master/");
142142
strcat(text, file_name);
143143
strcat(text, "#L");
144144
strcat(text, line_number);

0 commit comments

Comments
 (0)