We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619ce47 commit c909afdCopy full SHA for c909afd
1 file changed
docs/src/index.md
@@ -50,12 +50,12 @@ using TOML
50
using Markdown
51
version = TOML.parse(read("../../Project.toml", String))["version"]
52
name = TOML.parse(read("../../Project.toml", String))["name"]
53
-link_manifest = "https://github.com/SciML/" *
+link_manifest = "https://github.com/control-toolbox/" *
54
name *
55
".jl/tree/gh-pages/v" *
56
version *
57
"/assets/Manifest.toml"
58
-link_project = "https://github.com/SciML/" *
+link_project = "https://github.com/control-toolbox/" *
59
60
61
@@ -66,4 +66,4 @@ file and the
66
[project]($link_project)
67
file.
68
""")
69
-```
+```
0 commit comments