change base_url of the workflows to "kvedala/C"

This commit is contained in:
Krishna Vedala 2020-04-23 16:56:04 -04:00 committed by GitHub
parent 18c79b203e
commit d94681b5a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
import os
from typing import Iterator
URL_BASE = "https://github.com/TheAlgorithms/C/blob/master"
URL_BASE = "https://github.com/kvedala/C/blob/master"
g_output = []