Skip to content

Commit f2e32e6

Browse files
committed
Fix link warnings
These were all 301s, insert the redirected URL
1 parent ba86ee6 commit f2e32e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Both Modelica and ModelingToolkit.jl are acausal modeling languages.
66
- Modelica is a language with many different implementations, such as
7-
[Dymola](https://www.3ds.com/products-services/catia/products/dymola/) and
7+
[Dymola](https://www.3ds.com/products/catia/dymola/) and
88
[OpenModelica](https://openmodelica.org/), which have differing levels of
99
performance and can give different results on the same model. Many of the
1010
commonly used Modelica compilers are not open-source. ModelingToolkit.jl

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Below is an incomplete list of extension libraries one may want to be aware of:
137137
+ Transient solution of the CME
138138
+ Dynamic state spaces
139139
+ Accepts reaction systems defined using Catalyst.jl DSL.
140-
- [FiniteStateProjection.jl](https://github.com/kaandocal/FiniteStateProjection.jl): High-performance simulation of
140+
- [FiniteStateProjection.jl](https://github.com/SciML/FiniteStateProjection.jl): High-performance simulation of
141141
chemical master equations (CME) via finite state projections
142142

143143
+ Accepts reaction systems defined using Catalyst.jl DSL.

docs/src/tutorials/ode_modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Instead, the function might be provided as time-series data.
229229
MTK handles this situation by allowing us to “register” arbitrary Julia functions,
230230
which are excluded from symbolic transformations and thus used as-is.
231231
For example, you could interpolate given the time-series using
232-
[DataInterpolations.jl](https://github.com/PumasAI/DataInterpolations.jl). Here,
232+
[DataInterpolations.jl](https://github.com/SciML/DataInterpolations.jl). Here,
233233
we illustrate this option with a simple lookup ("zero-order hold") of a vector
234234
of random values:
235235

0 commit comments

Comments
 (0)