Skip to content

Commit 905095f

Browse files
committed
doc(XCP-ng): Fix wrong GitHub link in footer
In the XCP-ng documentation, the GitHub link in the footer was the default one used by the Docusaurus template. This commit changes the link so that it points to the XCP-ng GitHub repository instead. Signed-off-by: Thomas Moraine <[email protected]>
1 parent 76ba33a commit 905095f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const config = {
137137
},
138138
{
139139
label: 'GitHub',
140-
href: 'https://github.com/facebook/docusaurus',
140+
href: 'https://github.com/xcp-ng/xcp-ng-org',
141141
},
142142
],
143143
},

0 commit comments

Comments
 (0)