diff --git a/README.md b/README.md index 759c7447fc..9eec4d45a5 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ If you want to run the library test cases you need to do mainly three things: 1. Install and configure a Windows 2012 R2 Domain Controller. * Be sure the RemoteRegistry service is enabled and running. -2. Configure the [dcetest.cfg](https://github.com/SecureAuthCorp/impacket/blob/impacket_0_9_20/tests/SMB_RPC/dcetests.cfg) file with the necessary information +2. Configure the [dcetest.cfg](https://github.com/SecureAuthCorp/impacket/blob/impacket_0_9_21/tests/SMB_RPC/dcetests.cfg) file with the necessary information 3. Install tox (`pip install tox`) Once that's done, you can run `tox` and wait for the results. If all goes well, all test cases should pass.