Skip to content

Commit 715c4ec

Browse files
committed
fix: use href for external sub-sites to prevent 404s
1 parent dce3cec commit 715c4ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
href: "/package-documentation/develop/", label: "Package Documentation",
3030
},
3131
{
32-
to: "/tutorials/", label: "Tutorials",
32+
href: "/tutorials/", label: "Tutorials",
3333
},
3434
{
3535
to: "http://pecan.ncsa.illinois.edu/pecan/01-introduction.php", label: "Demo"

0 commit comments

Comments
 (0)