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';