Skip to content

Commit 378649b

Browse files
authored
Update index.md
1 parent 9aedf67 commit 378649b

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
@@ -105,12 +105,12 @@ using TOML
105105
using Markdown
106106
version = TOML.parse(read("../../Project.toml", String))["version"]
107107
name = TOML.parse(read("../../Project.toml", String))["name"]
108-
link_manifest = "https://github.com/SciML/" *
108+
link_manifest = "https://github.com/control-toolbox/" *
109109
name *
110110
".jl/tree/gh-pages/v" *
111111
version *
112112
"/assets/Manifest.toml"
113-
link_project = "https://github.com/SciML/" *
113+
link_project = "https://github.com/control-toolbox/" *
114114
name *
115115
".jl/tree/gh-pages/v" *
116116
version *
@@ -121,4 +121,4 @@ file and the
121121
[project]($link_project)
122122
file.
123123
""")
124-
```
124+
```

0 commit comments

Comments
 (0)