Skip to content

Commit

Permalink
Merge pull request #2127 from GaloisInc/2048-fix-panic-url
Browse files Browse the repository at this point in the history
Update the issue-reporting URL for saw-core-what4
  • Loading branch information
sauclovian-g authored Oct 15, 2024
2 parents ad9319c + 856fa3b commit 6a693c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saw-core-what4/src/Verifier/SAW/Simulator/What4/Panic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ panic = Panic.panic SAWCoreWhat4

instance PanicComponent SAWCoreWhat4 where
panicComponentName _ = "SAWCoreWhat4"
panicComponentIssues _ = "https://github.com/GaloisInc/saw-core-what4/issues"
panicComponentIssues _ = "https://github.com/GaloisInc/saw-script/issues"

{-# Noinline panicComponentRevision #-}
panicComponentRevision = $useGitRevision
Expand Down

0 comments on commit 6a693c0

Please sign in to comment.