From: Wolfgang Bangerth Date: Thu, 16 Jul 2009 23:38:50 +0000 (+0000) Subject: Fix a link. X-Git-Tag: v8.0.0~7457 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae8326ac3d3addb5378cf885d59e5c9290cbf6e3;p=dealii.git Fix a link. git-svn-id: https://svn.dealii.org/trunk@19105 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/slepc_solver.h b/deal.II/lac/include/lac/slepc_solver.h index 3524ac0aca..c254626d51 100755 --- a/deal.II/lac/include/lac/slepc_solver.h +++ b/deal.II/lac/include/lac/slepc_solver.h @@ -32,7 +32,7 @@ DEAL_II_NAMESPACE_OPEN system.solve (A, B, lambda, x, n_eigenvectors); @endverbatim * for the generalized eigenvalue problem $Ax=B\lambda x$. See also - * @ref step 36 "step-36" for a hands-on example. + * @ref step_36 "step-36" for a hands-on example. * * An alternative implementation to the one above is to use the API * internals directly within the application code. In this way the