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 Test File Link in Recursion README.md #17

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Fix Incorrect Test File Link in Recursion README.md #17

merged 1 commit into from
Feb 16, 2024

Conversation

paulallensuxs
Copy link
Contributor

Description

Problem*

The test file link in the README.md of the recursion folder within the noir-examples repository was incorrect, pointing to a non-existing path. This made it difficult for users to locate and run the test file as instructed.

Summary*

This Pull Request updates the README.md file in the recursion folder to correct the path to the test file. The link has been updated from ./test/index.ts to ./packages/hardhat/test/index.test.ts, reflecting the actual location of the test file within the repository structure.

Additional Context

This change makes sure that contributors and users can correctly access and run the test file as described in the README.md, improving the developer experience.

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@critesjosh
Copy link
Collaborator

thanks!

@critesjosh critesjosh merged commit 199a0a7 into noir-lang:master Feb 16, 2024
2 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