Skip to content

Commit fc7cd3f

Browse files
authored
Merge pull request #176 from Computerization/Fix-compatibility-issue
Fixed compilation error
2 parents ce14c09 + 7403b20 commit fc7cd3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docusaurus/doc1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Strikethrough uses two tildes. ~~Scratch this.~~
6565

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

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

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

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
alt: 'Computerization Logo',
2121
src: 'img/logo.svg',
2222
},
23-
links: [
23+
items: [
2424
{ to: 'alumni', label: 'Alumni', position: 'left' },
2525
{ to: 'docs/about-us', label: 'Docs', position: 'left' },
2626
{ to: 'blog', label: 'Blog', position: 'left' },

0 commit comments

Comments
 (0)