We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aedf67 commit 378649bCopy full SHA for 378649b
docs/src/index.md
@@ -105,12 +105,12 @@ using TOML
105
using Markdown
106
version = TOML.parse(read("../../Project.toml", String))["version"]
107
name = TOML.parse(read("../../Project.toml", String))["name"]
108
-link_manifest = "https://github.com/SciML/" *
+link_manifest = "https://github.com/control-toolbox/" *
109
name *
110
".jl/tree/gh-pages/v" *
111
version *
112
"/assets/Manifest.toml"
113
-link_project = "https://github.com/SciML/" *
+link_project = "https://github.com/control-toolbox/" *
114
115
116
@@ -121,4 +121,4 @@ file and the
121
[project]($link_project)
122
file.
123
""")
124
-```
+```
0 commit comments