From 2086d3eab86d543082312456e077277b2113c424 Mon Sep 17 00:00:00 2001 From: John Siirola Date: Thu, 31 Oct 2024 12:10:45 -0600 Subject: [PATCH] Update PyomoDOE documentation URL --- pyomo/contrib/doe/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyomo/contrib/doe/__init__.py b/pyomo/contrib/doe/__init__.py index 154b52124d3..14589244135 100644 --- a/pyomo/contrib/doe/__init__.py +++ b/pyomo/contrib/doe/__init__.py @@ -17,9 +17,9 @@ deprecation_message = ( "Pyomo.DoE has been refactored. The current interface utilizes Experiment " "objects that label unknown parameters, experiment inputs, experiment outputs " - "and measurement error. This avoids string-based naming which is fragile. For " - "instructions to use the new interface, please see the Pyomo.DoE under the contributed " - "packages documentation at `https://pyomo.readthedocs.io/en/latest/contributed_packages/doe/doe.html`" + "and measurement error. This avoids fragile string-based naming. For " + "instructions on using the new interface, please see the Pyomo.DoE documentation " + "`https://pyomo.readthedocs.io/en/latest/explanation/analysis/doe/doe.html`" )