Skip to content

Commit

Permalink
Update pypanda usage link (#99)
Browse files Browse the repository at this point in the history
Old link doesn't work because the file moved.
  • Loading branch information
lacraig2 authored Feb 9, 2022
1 parent 06d4eb2 commit ed63095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avatar2/targets/pypanda_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed63095

Please sign in to comment.