Skip to content

Commit

Permalink
website: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 6, 2024
1 parent 13c3d5b commit 79e95d6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This version is affected by the Windows UCRT bug, `make` throws _Error -10737418

:::

The [xPack Windows Build Tools](https://xpack-dev-tools.github.io/windows-build-tools-xpack)
The [xPack Windows Build Tools](https://xpack-dev-tools.github.io/windows-build-tools-xpack/)
is a standalone Windows binary distribution of
**GNU make** and a few other tools required by the Eclipse Embedded CDT
(formerly GNU MCU/ARM Eclipse) project, but the binaries can also be used in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Version **4.3.0-1** is a new release of the **xPack Windows Build Tools** packag
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

The [xPack Windows Build Tools](https://xpack-dev-tools.github.io/windows-build-tools-xpack)
The [xPack Windows Build Tools](https://xpack-dev-tools.github.io/windows-build-tools-xpack/)
is a standalone Windows binary distribution of
**GNU make** and a few other tools required by the Eclipse Embedded CDT
(formerly GNU MCU/ARM Eclipse) project, but the binaries can also be used in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DEPRECATED: Version **4.4.0-1** is a new release of the **xPack Windows Build To
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

The [xPack Windows Build Tools](https://xpack-dev-tools.github.io/windows-build-tools-xpack)
The [xPack Windows Build Tools](https://xpack-dev-tools.github.io/windows-build-tools-xpack/)
is a standalone Windows binary distribution of
**GNU make** and a few other tools required by the Eclipse Embedded CDT
(formerly GNU MCU/ARM Eclipse) project, but the binaries can also be used in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DEPRECATED: Version **4.4.1-1** is a new release of the **xPack Windows Build To
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

The [xPack Windows Build Tools](https://xpack.github.io/windows-build-tools/)
The [xPack Windows Build Tools](https://xpack-dev-tools.github.io/windows-build-tools-xpack/)
is a standalone Windows binary distribution of
**GNU make** and a few other tools required by the Eclipse Embedded CDT
(formerly GNU MCU/ARM Eclipse) project, but the binaries can also be used in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Version **4.4.1-2** is a maintenance release of the **xPack Windows Build Tools*
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

The [xPack Windows Build Tools](https://xpack.github.io/windows-build-tools/)
The [xPack Windows Build Tools](https://xpack-dev-tools.github.io/windows-build-tools-xpack/)
is a standalone Windows binary distribution of
**GNU make** and a few other tools required by the Eclipse Embedded CDT
(formerly GNU MCU/ARM Eclipse) project, but the binaries can also be used in
Expand Down
2 changes: 1 addition & 1 deletion website/docs/maintainer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ The results are available from the
- using the **`@xpack_project`** account
- paste the release name like _**xPack Windows Build Tools v{customField('xpackVersion')} released**_
- paste the link to the blog post
[release](https://xpack.github.io/windows-build-tools/releases/)
[release](https://github.com/xpack-dev-tools/windows-build-tools-xpack/releases/)
- click the **Tweet** button

<ShareCustom/>
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
title={`Hello from xPack Binary Development Tools`}
description="A binary xPack with the Windows Build Tools executables">
<HomepageHeader />
<main>
Expand Down

0 comments on commit 79e95d6

Please sign in to comment.