From cf8e7692fa8fce017bcb16aeb98ac8dc2fbc5f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Chaves?= Date: Mon, 20 Jan 2025 17:20:49 +0100 Subject: [PATCH] Update InChi links (#8187) For the user manual https://www.inchi-trust.org/download/104/InChI_UserGuide.pdf can be also used, but is an older one. --- External/INCHI-API/Wrap/pyInchi.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/External/INCHI-API/Wrap/pyInchi.cpp b/External/INCHI-API/Wrap/pyInchi.cpp index 9cfb9c480..2f8c13e83 100644 --- a/External/INCHI-API/Wrap/pyInchi.cpp +++ b/External/INCHI-API/Wrap/pyInchi.cpp @@ -92,9 +92,9 @@ BOOST_PYTHON_MODULE(rdinchi) { - options: the InChI generation options.\n\ Options should be prefixed with either a - or a /\n\ Available options are explained in the InChI technical FAQ:\n\ - http://www.inchi-trust.org/fileadmin/user_upload/html/inchifaq/inchi-faq.html#15.14\n\ + https://www.inchi-trust.org/technical-faq/#15.14\n\ and the User Guide:\n\ - http://www.inchi-trust.org/fileadmin/user_upload/software/inchi-v1.04/InChI_UserGuide.pdf\n\ + https://github.com/IUPAC-InChI/InChI/blob/main/INCHI-1-DOC/UserGuide/InChI_UserGuide.pdf\n\ Returns:\n\ a tuple with:\n\ - the InChI\n\ @@ -114,9 +114,9 @@ BOOST_PYTHON_MODULE(rdinchi) { - options: the InChI generation options.\n\ Options should be prefixed with either a - or a /\n\ Available options are explained in the InChI technical FAQ:\n\ - http://www.inchi-trust.org/fileadmin/user_upload/html/inchifaq/inchi-faq.html#15.14\n\ + https://www.inchi-trust.org/technical-faq/#15.14\n\ and the User Guide:\n\ - http://www.inchi-trust.org/fileadmin/user_upload/software/inchi-v1.04/InChI_UserGuide.pdf\n\ + https://github.com/IUPAC-InChI/InChI/blob/main/INCHI-1-DOC/UserGuide/InChI_UserGuide.pdf\n\ Returns:\n\ a tuple with:\n\ - the InChI\n\ @@ -139,9 +139,9 @@ BOOST_PYTHON_MODULE(rdinchi) { - options: the InChI generation options.\n\ Options should be prefixed with either a - or a /\n\ Available options are explained in the InChI technical FAQ:\n\ - https://www.inchi-trust.org/technical-faq-2/#15.14\n\ + https://www.inchi-trust.org/technical-faq/#15.14\n\ and the User Guide available from:\n\ - https://www.inchi-trust.org/downloads/\n\ + https://github.com/IUPAC-InChI/InChI/blob/main/INCHI-1-DOC/UserGuide/InChI_UserGuide.pdf\n\ Returns: the InChI key\n"; boost::python::def( "MolToInchiKey", RDKit::MolToInchiKey,