Skip to content

Commit c909afd

Browse files
authored
Update index.md
1 parent 619ce47 commit c909afd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ using TOML
5050
using Markdown
5151
version = TOML.parse(read("../../Project.toml", String))["version"]
5252
name = TOML.parse(read("../../Project.toml", String))["name"]
53-
link_manifest = "https://github.com/SciML/" *
53+
link_manifest = "https://github.com/control-toolbox/" *
5454
name *
5555
".jl/tree/gh-pages/v" *
5656
version *
5757
"/assets/Manifest.toml"
58-
link_project = "https://github.com/SciML/" *
58+
link_project = "https://github.com/control-toolbox/" *
5959
name *
6060
".jl/tree/gh-pages/v" *
6161
version *
@@ -66,4 +66,4 @@ file and the
6666
[project]($link_project)
6767
file.
6868
""")
69-
```
69+
```

0 commit comments

Comments
 (0)