fix URL_BASE while updating DIRECTORY.md

This commit is contained in:
Krishna Vedala 2020-06-17 19:18:16 -04:00
parent bb20a2548f
commit bdb81dfc1b
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -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]: