From f8c24802457e201c475e0c4dff72b5a2bffa0c3e Mon Sep 17 00:00:00 2001 From: xxczxp Date: Fri, 22 Mar 2024 14:41:29 +0800 Subject: [PATCH] replace old links with links in catalog --- content/docs/cli/building.mdx | 2 +- content/docs/cli/packaging.mdx | 2 +- content/docs/cli/running.mdx | 2 +- content/docs/contributing/review-process.mdx | 2 +- content/guides/overview.mdx | 12 ++++++------ 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/docs/cli/building.mdx b/content/docs/cli/building.mdx index b778a8bb..1f121eaa 100644 --- a/content/docs/cli/building.mdx +++ b/content/docs/cli/building.mdx @@ -60,7 +60,7 @@ kraft menu In the above example, the ["Hello, world!" example -application](https://github.com/unikraft/app-helloworld) was configured by hand +application](https://github.com/unikraft/catalog/tree/main/examples/helloworld-c) was configured by hand using Unikraft's built-in [menuconfig](https://en.wikipedia.org/wiki/Menuconfig) system for `qemu/x86_64`. Colored ANSI output and the internal test suite, `uktest`, were selected and enabled for the build. diff --git a/content/docs/cli/packaging.mdx b/content/docs/cli/packaging.mdx index f0091923..362ded4f 100644 --- a/content/docs/cli/packaging.mdx +++ b/content/docs/cli/packaging.mdx @@ -235,7 +235,7 @@ kraft pkg --as oci --name unikraft.org/helloworld:latest src="/asciinema/kraft-pkg-as-oci.cast" /> In the above example, [a "Hello, world!" -project](https://github.com/unikraft/app-helloworld) with a single target +project](https://github.com/unikraft/catalog/tree/main/examples/helloworld-c) with a single target (`qemu/x86_64`) is packaged as an OCI image with the name `unikraft.org/helloworld:latest`. diff --git a/content/docs/cli/running.mdx b/content/docs/cli/running.mdx index 2cb9690c..74345bae 100644 --- a/content/docs/cli/running.mdx +++ b/content/docs/cli/running.mdx @@ -37,7 +37,7 @@ For long-running applications, typing Ctrl + C will only d See more about [stopping and removing the unikernel instance](#stopping-and-removing-unikernel-instances). -In the above example, the [offical "Hello, world" application](https://github.com/unikraft/app-helloworld) was run. +In the above example, the [offical "Hello, world" application](https://github.com/unikraft/catalog/tree/main/examples/helloworld-c) was run. It has multiple targets with varying platforms and architecture tuples. When `kraft run` was invoked, it intelligently detected information about the host system and suggested two possible targets based on the availability of QEMU on the system. diff --git a/content/docs/contributing/review-process.mdx b/content/docs/contributing/review-process.mdx index 92d6e6d5..d2229bb9 100644 --- a/content/docs/contributing/review-process.mdx +++ b/content/docs/contributing/review-process.mdx @@ -82,7 +82,7 @@ On this page, we detail how the process of a review of a PR occurs for both thos For new contributors, please run the `checkpatch.uk` program before creating the PR to streamline the review process. A reviewer will typically request for a rebase with the recommendations from the checkpatch before continuing with their review. -1. Along with the `checkpatch.uk`, a number of consistency builds are run in parallel for known architectures and platforms against the [helloworld](https://github.com/unikraft/app-helloworld) Unikraft application with the branch of the PR. +1. Along with the `checkpatch.uk`, a number of consistency builds are run in parallel for known architectures and platforms against the [helloworld](https://github.com/unikraft/catalog/tree/main/examples/helloworld-c) Unikraft application with the branch of the PR. These checks will appear at the bottom of the PR, like so: