diff --git a/README.rst b/README.rst index de56ca135c2b6ab3bc5543d47632cc73848e217c..4ab5c951bd6441a6dbbd382c42b4e798c3861a09 100644 --- a/README.rst +++ b/README.rst @@ -43,4 +43,4 @@ development `mailing list`_. .. Place your references here: .. _bob: https://www.idiap.ch/software/bob .. _installation: https://www.idiap.ch/software/bob/install -.. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/bob-devel +.. _mailing list: https://www.idiap.ch/software/bob/discuss diff --git a/bob/learn/libsvm/cpp/machine.cpp b/bob/learn/libsvm/cpp/machine.cpp index 8c18056dc2f8a60df98a6763722fda337318d9a0..2e10e13486bd6e2d95287948ba0945cb657e2656 100644 --- a/bob/learn/libsvm/cpp/machine.cpp +++ b/bob/learn/libsvm/cpp/machine.cpp @@ -156,7 +156,7 @@ bob::learn::libsvm::Machine::Machine(bob::io::base::HDF5File& config): config.getAttribute(".", "version", version); if ( (LIBSVM_VERSION/100) > (version/100) ) { //if the major version changes... be aware! - boost::format m("SVM being loaded from `%s:%s' (created with libsvm-%d) with libsvm-%d. You may want to read the libsvm FAQ at http://www.csie.ntu.edu.tw/~cjlin/libsvm/log to check if there were format changes between these versions. If not, you can safely ignore this warning and even tell us to remove it via our bug tracker: https://github.com/idiap/bob/issues"); + boost::format m("SVM being loaded from `%s:%s' (created with libsvm-%d) with libsvm-%d. You may want to read the libsvm FAQ at http://www.csie.ntu.edu.tw/~cjlin/libsvm/log to check if there were format changes between these versions. If not, you can safely ignore this warning and even tell us to remove it via our bug tracker: https://www.idiap.ch/software/bob/issues"); m % config.filename() % config.cwd() % version % LIBSVM_VERSION; bob::core::warn << m.str() << std::endl; } diff --git a/doc/links.rst b/doc/links.rst index f48ed9b376c881189736e7d0eb7c18efac778672..54a057dbdc120dff6b3d5c6cc65e7b63d2d3db0a 100644 --- a/doc/links.rst +++ b/doc/links.rst @@ -56,7 +56,7 @@ .. _sphinx: http://sphinx.pocoo.org .. _sqlalchemy: http://www.sqlalchemy.org/ .. _sqlite: http://www.sqlite.org/ -.. _submit a new bug report: https://groups.google.com/forum/?fromgroups#!forum/bob-devel +.. _submit a new bug report: https://www.idiap.ch/software/bob/issues .. _torch 3 vision: http://torch3vision.idiap.ch .. _torch 3: http://www.torch.ch .. _torch 5: http://torch5.sourceforge.net