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 562412b commit 181abe1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/blog/2023-08-17-bison-v3-8-2-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Version **3.8.2-1** is the first release of GNU bison.
import Image from '@theme/IdealImage';
import CodeBlock from '@theme/CodeBlock';

The [xPack GNU bison](https://xpack.github.io/bison/)
The [xPack GNU bison](https://xpack-dev-tools.github.io/bison-xpack/)
is a standalone cross-platform binary distribution of
[GNU bison](https://www.gnu.org/software/bison/).

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 @@ -895,7 +895,7 @@ The results are available from the
- using the **`@xpack_project`** account
- paste the release name like _**xPack GNU bison v{customField('xpackVersion')} released**_
- paste the link to the blog post
[release](https://xpack.github.io/bison/releases/)
[release](https://github.com/xpack-dev-tools/bison-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 GNU bison executables">
<HomepageHeader />
<main>
Expand Down

0 comments on commit 181abe1

Please sign in to comment.