From 3303fb6d3f4335b9941b24cf43d66831f2df2d9d Mon Sep 17 00:00:00 2001 From: ErenAri Date: Thu, 18 Jun 2026 22:29:07 +0300 Subject: [PATCH] Point demo links at bpfcompat.kernelguard.net The bpfcompat live demo moved from Azure (demo.kernelguard.net) to the new Hetzner host at bpfcompat.kernelguard.net. Update DEMO_URL and the project link. Co-Authored-By: Claude Opus 4.8 --- src/data/projects.json | 2 +- src/pages/bpfcompat/parts.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/projects.json b/src/data/projects.json index 93d10e7..49e1c11 100644 --- a/src/data/projects.json +++ b/src/data/projects.json @@ -22,7 +22,7 @@ "Apache-2.0" ], "github": "https://github.com/Kernel-Guard/bpfcompat", - "link": "https://demo.kernelguard.net/" + "link": "https://bpfcompat.kernelguard.net/" }, { "id": "cathodex", diff --git a/src/pages/bpfcompat/parts.tsx b/src/pages/bpfcompat/parts.tsx index 9a56a2e..51bd6c5 100644 --- a/src/pages/bpfcompat/parts.tsx +++ b/src/pages/bpfcompat/parts.tsx @@ -16,7 +16,7 @@ import { } from 'lucide-react'; export const GITHUB_URL = 'https://github.com/Kernel-Guard/bpfcompat'; -export const DEMO_URL = 'https://demo.kernelguard.net/'; +export const DEMO_URL = 'https://bpfcompat.kernelguard.net/'; export const DOCS_URL = 'https://github.com/Kernel-Guard/bpfcompat/tree/main/docs'; const DOC_BASE = 'https://github.com/Kernel-Guard/bpfcompat/blob/main';