We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc4c46 commit 1ac21a3Copy full SHA for 1ac21a3
1 file changed
.github/workflows/update_directory_md.yml
@@ -15,7 +15,7 @@ jobs:
15
import os
16
from typing import Iterator
17
18
- URL_BASE = "https://github.com/TheAlgorithms/C-Plus-Plus/blob/master"
+ URL_BASE = "https://github.com/TheAlgorithms/C/blob/master"
19
g_output = []
20
21
0 commit comments