From: David Wells Date: Sat, 10 Sep 2016 16:13:55 +0000 (-0400) Subject: Fix an href by adding a missing quote character. X-Git-Tag: v8.5.0-rc1~686^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3094%2Fhead;p=dealii.git Fix an href by adding a missing quote character. --- diff --git a/include/deal.II/base/parameter_handler.h b/include/deal.II/base/parameter_handler.h index 9b34934e28..7cba1241fd 100644 --- a/include/deal.II/base/parameter_handler.h +++ b/include/deal.II/base/parameter_handler.h @@ -1104,7 +1104,7 @@ namespace Patterns * An alternative to using the hand-written input files shown above is to use * the graphical user interface (GUI) that accompanies this class. * - * See the parameter_gui * github repository for further details. * *

Getting entry values out of a %ParameterHandler object