Skip to content

Commit 05f3d48

Browse files
Update README.md
1 parent 7fd52aa commit 05f3d48

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@ DifferentialEquations.jl integrates with the Julia package sphere with:
5252

5353
Additionally, DifferentialEquations.jl comes with built-in analysis features, including:
5454

55-
- [Forward and adjoint local sensitivity analysis](http://docs.juliadiffeq.org/dev/analysis/sensitivity.html) for fast gradient computations
56-
- [Optimization-based and Bayesian parameter estimation](http://docs.juliadiffeq.org/dev/analysis/parameter_estimation.html)
55+
- [Forward and adjoint local sensitivity analysis](https://docs.juliadiffeq.org/dev/analysis/sensitivity/) for fast gradient computations
56+
- [Optimization-based and Bayesian parameter estimation](https://docs.juliadiffeq.org/dev/analysis/parameter_estimation/)
5757
- Neural differential equations with [DiffEqFlux.jl](https://github.com/JuliaDiffEq/DiffEqFlux.jl)
5858
for efficient scientific machine learning (scientific ML) and scientific AI.
59-
- [Automatic distributed, multithreaded, and GPU parallelism of ensemble trajectories](http://docs.juliadiffeq.org/dev/features/ensemble.html)
60-
- [Global sensitivity analysis](http://docs.juliadiffeq.org/dev/analysis/global_sensitivity.html)
61-
- [Uncertainty quantification](http://docs.juliadiffeq.org/dev/analysis/uncertainty_quantification.html)
59+
- [Automatic distributed, multithreaded, and GPU parallelism of ensemble trajectories](https://docs.juliadiffeq.org/dev/features/ensemble/)
60+
- [Global sensitivity analysis](https://docs.juliadiffeq.org/dev/analysis/global_sensitivity/)
61+
- [Uncertainty quantification](https://docs.juliadiffeq.org/dev/analysis/uncertainty_quantification/)
6262

6363
This gives a powerful mixture of speed and productivity features to help you
6464
solve and analyze your differential equations faster.
6565

6666
For information on using the package,
67-
[see the stable documentation](http://docs.juliadiffeq.org/stable/). Use the
68-
[in-development documentation](http://docs.juliadiffeq.org/dev/) for the version of
67+
[see the stable documentation](https://docs.juliadiffeq.org/stable/). Use the
68+
[in-development documentation](https://docs.juliadiffeq.org/dev/) for the version of
6969
the documentation which contains the un-released features.
7070

7171
All of the algorithms are thoroughly tested to ensure accuracy via convergence

0 commit comments

Comments
 (0)