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 d8c44d1 commit ab49041Copy full SHA for ab49041
docs/src/index.md
@@ -59,12 +59,12 @@ using TOML
59
using Markdown
60
version = TOML.parse(read("../../Project.toml", String))["version"]
61
name = TOML.parse(read("../../Project.toml", String))["name"]
62
-link_manifest = "https://github.com/SciML/" *
+link_manifest = "https://github.com/control-toolbox/" *
63
name *
64
".jl/tree/gh-pages/v" *
65
version *
66
"/assets/Manifest.toml"
67
-link_project = "https://github.com/SciML/" *
+link_project = "https://github.com/control-toolbox/" *
68
69
70
@@ -75,4 +75,4 @@ file and the
75
[project]($link_project)
76
file.
77
""")
78
-```
+```
0 commit comments