Skip to content

Commit c2410f6

Browse files
authored
Update update-readme.py
Signed-off-by: AmirHossein Raeisi <[email protected]>
1 parent 88d0696 commit c2410f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/update-readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def find_yaml_files(root_dir):
1414
# Function to update README.md with an HTML table (5 columns, hyperlinks with directory structure)
1515
def update_readme(yaml_files, root_dir):
1616
readme_file = 'README.md'
17-
github_base_url = "https://github.com/OWASP/www-project-asvs-security-evaluation-templates-with-nuclei/blob/dev/"
17+
github_base_url = "https://github.com/OWASP/www-project-asvs-security-evaluation-templates-with-nuclei/blob/dev/templates/"
1818

1919
try:
2020
with open(readme_file, 'r', encoding='utf-8') as file:

0 commit comments

Comments
 (0)