Skip to content

Commit e276985

Browse files
committed
Homepage: fix xbb link
1 parent 5b99fe8 commit e276985

File tree

1 file changed

+1
-1
lines changed
  • website/src/components/HomepageTools

1 file changed

+1
-1
lines changed

Diff for: website/src/components/HomepageTools/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function ToolsRight() {
8888
<div className="text--center padding-horiz--md padding-vert--md">
8989
<Heading as="h2">Other</Heading>
9090
<div><b><Link to={'https://github.com/xpack-dev-tools/xbb-helper-xpack'}><span className="sub-web-github-link">xbb-helper</span></Link></b> - <b>xPack Build Helper</b></div>
91-
<div><b><Link to={'https://xpack-dev-tools.github./xpack-build-box/'}><span className="sub-web-home-link">xpack-build-box</span></Link></b> - <b>xPack Build Box (XBB)</b>
91+
<div><b><Link to={'https://xpack-dev-tools.github.io/xpack-build-box/'}><span className="sub-web-home-link">xpack-build-box</span></Link></b> - <b>xPack Build Box (XBB)</b>
9292
<span className="margin-left-platforms">
9393
{false ? (<span className="platform-windows"></span>) : (<></>)}
9494
{false ? (<span className="platform-apple"></span>) : (<></>)}

0 commit comments

Comments
 (0)