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 Incorrect Link to Slither Installation Guide #46

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

mdqst
Copy link
Contributor

@mdqst mdqst commented Dec 4, 2024

An issue was identified in the shell script where the link to the Slither installation guide was incorrectly formatted:

https://github.com/crytic/slither?tab=readme-ov-file#how-to-install

The parameter ?tab=readme-ov-file is invalid and leads to a broken or incorrect page. The corrected link is:

https://github.com/crytic/slither#how-to-install

This adjustment ensures users are directed to the correct section in the official Slither documentation, improving their ability to follow the installation process seamlessly.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have run yarn format and yarn compile without getting any errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@mdqst mdqst requested review from cedoor and sripwoud as code owners December 4, 2024 16:33
@sripwoud
Copy link
Member

sripwoud commented Dec 4, 2024

@cedoor AI submitted PR?

Copy link
Member

@sripwoud sripwoud left a comment

Choose a reason for hiding this comment

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

ACK

@sripwoud sripwoud merged commit e94bbc4 into privacy-scaling-explorations:main Dec 4, 2024
9 checks passed
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.

2 participants