From 038df600a549db16b7eee3337915ec27314a7a04 Mon Sep 17 00:00:00 2001 From: David Wells <wellsd2@rpi.edu> Date: Sat, 10 Sep 2016 12:13:55 -0400 Subject: [PATCH] Fix an href by adding a missing quote character. --- include/deal.II/base/parameter_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <a href="https://github.com/dealii/parameter_gui>the parameter_gui + * See <a href="https://github.com/dealii/parameter_gui">the parameter_gui * github repository</a> for further details. * * <h3>Getting entry values out of a %ParameterHandler object</h3> -- 2.39.5