Skip to content

Commit

Permalink
Fix links (#3462)
Browse files Browse the repository at this point in the history
  • Loading branch information
anablaz committed Apr 12, 2023
1 parent d8b26b9 commit 309d1d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ build in parallel; e.g., `make -j4` will use 4 cores to build.

mlpack's Python bindings are available on
[PyPI](https://pypi.org/project/mlpack) and
[conda-forge](https://conda-forge.org/packages/mlpack), and can be installed
[conda-forge](https://anaconda.org/conda-forge/mlpack), and can be installed
with either `pip install mlpack` or `conda install -c conda-forge mlpack`.
These sources are recommended, as building the Python bindings by hand can be
complex.
Expand Down
2 changes: 1 addition & 1 deletion doc/user/build_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,5 +261,5 @@ If you are facing issues during the build process of mlpack, you may take a look
at other third-party tutorials for Windows, but they may be out of date:

* [Github wiki Windows Build page](https://github.com/mlpack/mlpack/wiki/WindowsBuild)
* [Keon's tutorial for mlpack 2.0.3](http://keon.io/mlpack-on-windows)
* [Keon's tutorial for mlpack 2.0.3](https://keon.github.io/mlpack-on-windows/)
* [Kirizaki's tutorial for mlpack 2](https://overdosedblog.wordpress.com/2016/08/15/once_again/)

0 comments on commit 309d1d2

Please sign in to comment.