From ed6309594b991d81ae4b821f28c6bcbb23154af9 Mon Sep 17 00:00:00 2001 From: Luke Craig Date: Wed, 9 Feb 2022 05:37:09 -0500 Subject: [PATCH] Update pypanda usage link (#99) Old link doesn't work because the file moved. --- avatar2/targets/pypanda_target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avatar2/targets/pypanda_target.py b/avatar2/targets/pypanda_target.py index 077c4481f8..5233c17e1c 100644 --- a/avatar2/targets/pypanda_target.py +++ b/avatar2/targets/pypanda_target.py @@ -18,7 +18,7 @@ def __init__(self, *args, **kwargs): except ImportError: raise RuntimeError(("PyPanda could not be found! for installation, " "please follow the steps at https://github.com/" - "panda-re/panda/blob/master/panda/pypanda/docs/USAGE.md")) + "panda-re/panda/blob/dev/panda/python/docs/USAGE.md")) kwargs['executable'] = abspath(pandare.__file__) super(PyPandaTarget, self).__init__(*args, **kwargs)