Skip to content

Commit c3d0556

Browse files
committed
Wrong link in README.md corrected
1 parent 5e42be8 commit c3d0556

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://modiasim.github.io/Modia.jl/stable)
44
[![The MIT License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/ModiaSim/Modia.jl/blob/master/LICENSE)
55

6-
The [Modia Tutorial](https://modiasim.github.io/Modia.jl/stable/Tutorial.html) provides an introduction to Modia. Modia is part of [ModiaSim](https://modiasim.github.io/docs/).
6+
The [Modia Tutorial](https://modiasim.github.io/Modia.jl/stable) provides an introduction to Modia. Modia is part of [ModiaSim](https://modiasim.github.io/docs/).
77

88
Modia is a Julia package for modeling and simulation of multidomain engineering systems
99
described by differential equations, algebraic equations, and (space-discretized) partial differential equations. It shares many powerful features of the [Modelica language](https://www.modelica.org/modelicalanguage), together with features not available in Modelica.

docs/src/Functions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Functions
22

33
```@meta
4-
CurrentModule = Modia
4+
CurrentModule = ModiaLang
55
```
66

7-
87
## Instantiation
98

109
```@docs
@@ -47,7 +46,7 @@ The underlying line plot is generated by [GLMakie](https://github.com/JuliaPlots
4746
## Inquiries
4847

4948
```@meta
50-
CurrentModule = Modia
49+
CurrentModule = ModiaLang
5150
```
5251

5352
```@docs

0 commit comments

Comments
 (0)