diff --git a/src/input_cp2k_xc.F b/src/input_cp2k_xc.F index 10de2688de..1bdcac91df 100644 --- a/src/input_cp2k_xc.F +++ b/src/input_cp2k_xc.F @@ -901,8 +901,7 @@ CONTAINS CALL keyword_create(keyword, name="REFERENCE_FUNCTIONAL", & description="Use parameters for this specific density functional. " & //"For available D3 and D3(BJ) parameters see: " & - //"http://www.thch.uni-bonn.de/tc/downloads/DFT-D3/functionals.html, " & - //"http://www.thch.uni-bonn.de/tc/downloads/DFT-D3/functionalsbj.html", & + //"https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dft-d3/dft-d3", & usage="REFERENCE_FUNCTIONAL ", & type_of_var=char_t) CALL section_add_keyword(subsection, keyword) diff --git a/src/qs_dispersion_pairpot.F b/src/qs_dispersion_pairpot.F index e430972f12..dab2bfdf03 100644 --- a/src/qs_dispersion_pairpot.F +++ b/src/qs_dispersion_pairpot.F @@ -396,7 +396,7 @@ CONTAINS CALL section_vals_val_get(vdw_section, "PAIR_POTENTIAL%REFERENCE_FUNCTIONAL", c_val=functional) ! values for different functionals from: - ! http://www.thch.uni-bonn.de/tc/downloads/DFT-D3/functionals.html + ! https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dft-d3/dft-d3 SELECT CASE (TRIM (functional)) CASE DEFAULT ! unknown functional