From b768acfd0c133f1d53cdd85fd10488efa1bb0f68 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 2 May 2025 21:33:35 -0600 Subject: [PATCH] Fix some broken links. --- include/deal.II/base/data_out_base.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index a9c8c0cb3b..79937fa06d 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -2183,7 +2183,7 @@ namespace DataOutBase * This function is documented in the "Creating a master file for parallel" * section (section 5.7) of the "Getting data into VisIt" report that can be * found here: - * https://wci.llnl.gov/codes/visit/2.0.0/GettingDataIntoVisIt2.0.0.pdf + * https://visit-dav.github.io/visit-website/pdfs/GettingDataIntoVisIt2.0.0.pdf */ void write_visit_record(std::ostream &out, @@ -2214,7 +2214,7 @@ namespace DataOutBase * This function is documented in the "Creating a master file for parallel" * section (section 5.7) of the "Getting data into VisIt" report that can be * found here: - * https://wci.llnl.gov/codes/visit/2.0.0/GettingDataIntoVisIt2.0.0.pdf + * https://visit-dav.github.io/visit-website/pdfs/GettingDataIntoVisIt2.0.0.pdf */ void write_visit_record(std::ostream &out, @@ -2250,7 +2250,7 @@ namespace DataOutBase * This function is documented in the "Creating a master file for parallel" * section (section 5.7) of the "Getting data into VisIt" report that can be * found here: - * https://wci.llnl.gov/codes/visit/2.0.0/GettingDataIntoVisIt2.0.0.pdf + * https://visit-dav.github.io/visit-website/pdfs/GettingDataIntoVisIt2.0.0.pdf */ void write_visit_record( -- 2.39.5