From 181abe12d955fe356fa4dfe504b3896cfb54f1ab Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Mon, 7 Oct 2024 01:06:09 +0300 Subject: [PATCH] website: updates --- website/blog/2023-08-17-bison-v3-8-2-1-released.mdx | 2 +- website/docs/maintainer/index.mdx | 2 +- website/src/pages/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/blog/2023-08-17-bison-v3-8-2-1-released.mdx b/website/blog/2023-08-17-bison-v3-8-2-1-released.mdx index a1ed396..bfd3507 100644 --- a/website/blog/2023-08-17-bison-v3-8-2-1-released.mdx +++ b/website/blog/2023-08-17-bison-v3-8-2-1-released.mdx @@ -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/). diff --git a/website/docs/maintainer/index.mdx b/website/docs/maintainer/index.mdx index f3d5837..b418f92 100644 --- a/website/docs/maintainer/index.mdx +++ b/website/docs/maintainer/index.mdx @@ -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 diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index e0643f9..7330ae3 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -42,7 +42,7 @@ export default function Home(): JSX.Element { const {siteConfig} = useDocusaurusContext(); return (