Skip to content

Commit 76ec05e

Browse files
committed
feat: Implement feature X (squashed from dev)
1 parent 374ebd0 commit 76ec05e

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
@@ -30,7 +30,7 @@ def update_vulnerable_status(template_status, vuln_dir):
3030
# Function to update README.md with a table (4 columns: Template Name, Vulnerable Page, Template Name, Vulnerable Page)
3131
def update_readme(template_status, root_dir):
3232
readme_file = 'README.md'
33-
github_base_url = "https://github.com/OWASP/www-project-asvs-security-evaluation-templates-with-nuclei/blob/dev/"
33+
github_base_url = "https://github.com/OWASP/www-project-asvs-security-evaluation-templates-with-nuclei/blob/main/"
3434

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

0 commit comments

Comments
 (0)