From 4e3b0154f7958c537417ba82b2e3b1605006140a Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Thu, 28 Mar 2024 20:56:01 -0400 Subject: [PATCH] fix: links --- _layouts/tools.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/tools.html b/_layouts/tools.html index 6ed490b..3b882d9 100644 --- a/_layouts/tools.html +++ b/_layouts/tools.html @@ -79,7 +79,7 @@
  • Fully verifiable and deterministic build toolchain
  • Deterministic packages of commonly used software (rust, go, openssl, curl and many more)
  • Flexible drop in replacement for existing software
  • -
  • Available on [dockerhub](https://hub.docker.com/u/stagex)
  • +
  • Available on dockerhub
  • @@ -99,7 +99,7 @@
  • Immutable: Root filesystem is a CPIO filesystem extracted to a RamFS at boot
  • Minimal: < 5MB footprint and nothing is included but a kernel and your target binary by default
  • Deterministic: multiple people can reproduce the build and verify its integrity
  • -
  • Hardened: No TCP/IP network support, most unnecessary kernel features disabled and follows [Kernel Self Protection Project](https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project) recommendations
  • +
  • Hardened: No TCP/IP network support, most unnecessary kernel features disabled and follows Kernel Self Protection Project recommendations