Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(links): Replace "master" to "main" in links 🩹 #3485

Merged
merged 2 commits into from
Mar 31, 2023
Merged

fix(links): Replace "master" to "main" in links 🩹 #3485

merged 2 commits into from
Mar 31, 2023

Conversation

mlec1
Copy link
Contributor

@mlec1 mlec1 commented Mar 31, 2023

Proposed changes

I replace all the master by main in the links of the repositories of nuclei and nuclei-templates.

I did it initially to replace the TemplatesRepoURL = "https://github.com/projectdiscovery/nuclei-templates/blob/master/" because the new branch is main and new templates are only existing on main. Therefore, in the template-url field when using -json, the link was linking to a 404 or not the latest version of the template.

For example:

Out of consistency, I did it for the documentation and more files too.

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Mzack9999 and others added 2 commits March 17, 2023 17:51
…v2/google.golang.org/protobuf-1.29.1

chore(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 in /v2
@github-advanced-security
Copy link

You have successfully added a new CodeQL configuration .github/workflows/codeql-analysis.yml:analyze/language:go. As part of the setup process, we have scanned this repository and found 23 existing alerts. Please check the repository Security tab to see all alerts.

Copy link
Member

@ehsandeep ehsandeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @mlec1 for making this update and fix.

@ehsandeep ehsandeep merged commit ed31fc4 into projectdiscovery:dev Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants