Skip to content

Commit fa06453

Browse files
committed
Fix Ipopt links
1 parent 3b5de3e commit fa06453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/pagmo/algorithms/ipopt.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ PAGMO_DLL_PUBLIC unsigned ipopt_internal_test();
9494
* - *numeric* options (i.e., the type of the option is ``double``).
9595
*
9696
* The full list of options is available on the
97-
* <a href="https://www.coin-or.org/Ipopt/documentation/node40.html">Ipopt website</a>. pagmo::ipopt allows to configure
97+
* <a href="https://coin-or.github.io/Ipopt/OPTIONS.html">Ipopt website</a>. pagmo::ipopt allows to configure
9898
* any Ipopt option via methods such as ipopt::set_string_options(), ipopt::set_string_option(),
9999
* ipopt::set_integer_options(), etc., which need to be used before invoking ipopt::evolve().
100100
*
101101
* If the user does not set any option, pagmo::ipopt will use Ipopt's default values for the options (see the
102-
* <a href="https://www.coin-or.org/Ipopt/documentation/node40.html">documentation</a>), with the following
102+
* <a href="https://coin-or.github.io/Ipopt/OPTIONS.html">documentation</a>), with the following
103103
* modifications:
104104
* - if the ``"print_level"`` integer option is **not** set by the user, it will be set to 0 by pagmo::ipopt (this will
105105
* suppress most screen output produced by the solver - note that we support an alternative form of logging via

0 commit comments

Comments
 (0)