Skip to content

Commit

Permalink
fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHuLBL committed Dec 14, 2024
1 parent 563949a commit 16413e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ extends Modelica.Icons.ExamplesPackage;
annotation (preferredView="info", Documentation(info="<html>
<p>
This package contains examples for the use of models that can be found in
<a href=\"modelica://Buildings.Examples.ChillerPlant.BaseClasses.Controls\">
Buildings.Examples.ChillerPlant.BaseClasses.Controls</a>.
<a href=\"modelica://Buildings.Examples.ChillerPlants.DataCenter.BaseClasses.Controls\">
Buildings.Examples.ChillerPlants.DataCenter.BaseClasses.Controls</a>.
</p>
</html>"));
end Examples;
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ extends Modelica.Icons.VariantsPackage;
annotation (preferredView="info", Documentation(info="<html>
<p>
This package contains component models that are used to construct the control system in
<a href=\"modelica://Buildings.Examples.ChillerPlant\">Buildings.Examples.ChillerPlant</a>.
<a href=\"modelica://Buildings.Examples.ChillerPlants.DataCenter\">
Buildings.Examples.ChillerPlants.DataCenter</a>.
</p>
</html>"));
end Controls;
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ extends Modelica.Icons.BasesPackage;
annotation (preferredView="info", Documentation(info="<html>
<p>
This package contains base classes that are used to construct the models in
<a href=\"modelica://Buildings.Examples.ChillerPlant\">Buildings.Examples.ChillerPlant</a>.
<a href=\"modelica://Buildings.Examples.ChillerPlants.DataCenter\">
Buildings.Examples.ChillerPlants.DataCenter</a>.
</p>
</html>"));
end BaseClasses;

0 comments on commit 16413e1

Please sign in to comment.