Skip to content

Commit

Permalink
Link to license documentation when discussing OpenEye license
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Oct 14, 2022
1 parent cfd5dec commit 0cdf4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openff/toolkit/utils/openeye_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ class OpenEyeToolkitWrapper(base_wrapper.ToolkitWrapper):
"`conda install openeye-toolkits -c openeye`"
)
_toolkit_license_instructions = (
"The OpenEye Toolkits require a (free for academics) license which can be found at "
"https://docs.eyesopen.com/toolkits/python/quickstart-python/install.html"
"The OpenEye Toolkits require a (free for academics) license, see "
"https://docs.eyesopen.com/toolkits/python/quickstart-python/license.html"
)
# This could belong to ToolkitWrapper, although it seems strange
# to carry that data for open-source toolkits
Expand Down

0 comments on commit 0cdf4ef

Please sign in to comment.