Skip to content

Commit

Permalink
Correct link
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Mar 1, 2024
1 parent 7be4a3f commit 89747a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ plot(sigTable, [("sigC", "load.r[2:3]"), ("sigB", "sigD")]) # generate plots

generate the following plot:

![Plots of SigTable](https://modiasim.github.io/SignalTables.jl/stable/docs/resources/images/sigTable-line-plots.png)
![Plots of SigTable](https://modiasim.github.io/SignalTables.jl/stable/resources/images/sigTable-line-plots.png)

*Concrete implementations* of the [Abstract Signal Table Interface](https://modiasim.github.io/SignalTables.jl/stable/Internal/AbstractSignalTableInterface.html) are provided for:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In all these dictionaries, additional attributes can be stored, for example *uni
## Examples

```julia
using SignalTablesact
using SignalTables

t = 0.0:0.1:0.5
sigTable = SignalTable(
Expand Down

0 comments on commit 89747a7

Please sign in to comment.