Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docusaurus/doc1.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Strikethrough uses two tildes. ~~Scratch this.~~

[I'm a reference-style link][arbitrary case-insensitive reference text]

[I'm a relative reference to a repository file](../blob/master/LICENSE)
[I'm a relative reference to a repository file](../enspire/what-is-enspire.md)

[You can use numbers for reference-style link definitions][1]

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
alt: 'Computerization Logo',
src: 'img/logo.svg',
},
links: [
items: [
{ to: 'alumni', label: 'Alumni', position: 'left' },
{ to: 'docs/about-us', label: 'Docs', position: 'left' },
{ to: 'blog', label: 'Blog', position: 'left' },
Expand Down