Skip to content

Commit 130892c

Browse files
authored
Merge pull request #13503 from ethereum/release-link-check
Fix SMT checker paper link
2 parents 727591b + f90b254 commit 130892c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/smtchecker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ Types that are not yet supported are abstracted by a single 256-bit unsigned
684684
integer, where their unsupported operations are ignored.
685685

686686
For more details on how the SMT encoding works internally, see the paper
687-
`SMT-based Verification of Solidity Smart Contracts <https://github.com/leonardoalt/text/blob/master/solidity_isola_2018/main.pdf>`_.
687+
`SMT-based Verification of Solidity Smart Contracts <https://github.com/chriseth/solidity_isola/blob/master/main.pdf>`_.
688688

689689
Function Calls
690690
==============

0 commit comments

Comments
 (0)