From 63d9a883f4bb23957a7042ab7e572aabc78a09a0 Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Mon, 7 Oct 2024 01:06:44 +0300 Subject: [PATCH] website: updates --- website/blog/2022-10-21-realpath-v9-1-0-1-released.mdx | 2 +- website/blog/2023-01-29-realpath-v9-1-0-2-released.mdx | 2 +- website/blog/2023-09-05-realpath-v9-4-0-1-released.mdx | 2 +- website/docs/maintainer/index.mdx | 2 +- website/src/pages/index.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/blog/2022-10-21-realpath-v9-1-0-1-released.mdx b/website/blog/2022-10-21-realpath-v9-1-0-1-released.mdx index 79cc887..86d8307 100644 --- a/website/blog/2022-10-21-realpath-v9-1-0-1-released.mdx +++ b/website/blog/2022-10-21-realpath-v9-1-0-1-released.mdx @@ -27,7 +27,7 @@ Version **9.1.0-1** is the first release. import Image from '@theme/IdealImage'; import CodeBlock from '@theme/CodeBlock'; -The [xPack GNU realpath](https://xpack-dev-tools.github.io/realpath-xpack) +The [xPack GNU realpath](https://xpack-dev-tools.github.io/realpath-xpack/) is a standalone cross-platform binary distribution of **GNU realpath**, part of [GNU Core Utilities](https://www.gnu.org/software/coreutils/). diff --git a/website/blog/2023-01-29-realpath-v9-1-0-2-released.mdx b/website/blog/2023-01-29-realpath-v9-1-0-2-released.mdx index 7cc5446..6ba20fa 100644 --- a/website/blog/2023-01-29-realpath-v9-1-0-2-released.mdx +++ b/website/blog/2023-01-29-realpath-v9-1-0-2-released.mdx @@ -27,7 +27,7 @@ Version **9.1.0-2** is a maintenance release, built with the latest build script import Image from '@theme/IdealImage'; import CodeBlock from '@theme/CodeBlock'; -The [xPack GNU realpath](https://xpack-dev-tools.github.io/realpath-xpack) +The [xPack GNU realpath](https://xpack-dev-tools.github.io/realpath-xpack/) is a standalone cross-platform binary distribution of **GNU realpath**, part of [GNU Core Utilities](https://www.gnu.org/software/coreutils/). diff --git a/website/blog/2023-09-05-realpath-v9-4-0-1-released.mdx b/website/blog/2023-09-05-realpath-v9-4-0-1-released.mdx index 63c8710..98d5793 100644 --- a/website/blog/2023-09-05-realpath-v9-4-0-1-released.mdx +++ b/website/blog/2023-09-05-realpath-v9-4-0-1-released.mdx @@ -28,7 +28,7 @@ Version **9.4.0-1** is a new release; it follows the upstream release. import Image from '@theme/IdealImage'; import CodeBlock from '@theme/CodeBlock'; -The [xPack GNU realpath](https://xpack.github.io/realpath/) +The [xPack GNU realpath](https://xpack-dev-tools.github.io/realpath-xpack/) is a standalone cross-platform binary distribution of **GNU realpath**, part of [GNU Core Utilities](https://www.gnu.org/software/coreutils/). diff --git a/website/docs/maintainer/index.mdx b/website/docs/maintainer/index.mdx index ccca3f3..39138bf 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 realpath v{customField('xpackVersion')} released**_ - paste the link to the blog post - [release](https://xpack.github.io/realpath/releases/) + [release](https://github.com/xpack-dev-tools/realpath-xpack/releases/) - click the **Tweet** button diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 45d2ae4..4b98c10 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 (