Skip to content

Commit ad4c420

Browse files
authored
Merge pull request #291 from cwhitak3r/bl
chore: update outdated link
2 parents 70ea624 + 09adf1b commit ad4c420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ impl Error {
3838
#[derive(Error, Diagnostic, Debug)]
3939
pub enum ErrorKind {
4040
#[error(
41-
"Unexpected error: {0}. Please report this error on https://github.com/mimoo/noname/issues"
41+
"Unexpected error: {0}. Please report this error on https://github.com/zksecurity/noname/issues"
4242
)]
4343
UnexpectedError(&'static str),
4444
#[error("variable is not mutable. You must set the `mut` keyword to make it mutable")]

0 commit comments

Comments
 (0)