diff --git a/doc/developer/bindings.md b/doc/developer/bindings.md index 9b3d2e92b2..cd3c4720db 100644 --- a/doc/developer/bindings.md +++ b/doc/developer/bindings.md @@ -164,7 +164,7 @@ BINDING_SEE_ALSO("Mean Shift, Mode Seeking, and Clustering (pdf)", "http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.510.1222" "&rep=rep1&type=pdf"); BINDING_SEE_ALSO("mlpack::mean_shift::MeanShift C++ class documentation", - "@doxygen/classmlpack_1_1meanshift_1_1MeanShift.html"); + "@src/mlpack/methods/mean_shift/mean_shift.hpp"); // Define parameters for the executable. diff --git a/doc/quickstart/cpp.md b/doc/quickstart/cpp.md index 9be1849c54..3f92b2b15f 100644 --- a/doc/quickstart/cpp.md +++ b/doc/quickstart/cpp.md @@ -276,7 +276,5 @@ other functionality is available. Some of this functionality is demonstrated in the [examples repository](https://github.com/mlpack/examples). -A full list of all classes and functions that mlpack implements can be found in -the -[Doxygen documentation](https://www.mlpack.org/doc/stable/doxygen/index.html), -or simply by browsing the well-commented source code. +A full list of all classes and functions that mlpack implements can be found by +browsing the well-commented source code.