Skip to content

Commit ab49041

Browse files
authored
Update index.md
1 parent d8c44d1 commit ab49041

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ using TOML
5959
using Markdown
6060
version = TOML.parse(read("../../Project.toml", String))["version"]
6161
name = TOML.parse(read("../../Project.toml", String))["name"]
62-
link_manifest = "https://github.com/SciML/" *
62+
link_manifest = "https://github.com/control-toolbox/" *
6363
name *
6464
".jl/tree/gh-pages/v" *
6565
version *
6666
"/assets/Manifest.toml"
67-
link_project = "https://github.com/SciML/" *
67+
link_project = "https://github.com/control-toolbox/" *
6868
name *
6969
".jl/tree/gh-pages/v" *
7070
version *
@@ -75,4 +75,4 @@ file and the
7575
[project]($link_project)
7676
file.
7777
""")
78-
```
78+
```

0 commit comments

Comments
 (0)