8000 fix: `master` -> `HEAD` to use the default branch (#3) · TheAlgorithms/scripts@c058211 · GitHub
[go: up one dir, main page]

Skip to content

Commit c058211

Browse files
authored
fix: master -> HEAD to use the default branch (#3)
1 parent c0709eb commit c058211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_directory_md.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
if len(sys.argv) == 5:
2727
skip = sys.argv[4].split(",")
2828

29-
URL_BASE = f"https://github.com/TheAlgorithms/{sys.argv[0]}/blob/master"
29+
URL_BASE = f"https://github.com/TheAlgorithms/{sys.argv[0]}/blob/HEAD"
3030

3131

3232
def good_file_paths(top_dir: str = ".") -> Iterator[str]:

0 commit comments

Comments
 (0)
0