mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-25 06:49:36 +03:00
fix URL_BASE while updating DIRECTORY.md
This commit is contained in:
parent
bb20a2548f
commit
bdb81dfc1b
2
.github/workflows/awesome_workflow.yml
vendored
2
.github/workflows/awesome_workflow.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
import os
|
||||
from typing import Iterator
|
||||
|
||||
URL_BASE = "https://github.com/TheAlgorithms/C-Plus-Plus/blob/master"
|
||||
URL_BASE = "https://github.com/TheAlgorithms/C/blob/master"
|
||||
g_output = []
|
||||
|
||||
def good_filepaths(top_dir: str = ".") -> Iterator[str]:
|
||||
|
Loading…
Reference in New Issue
Block a user