From dacf7265791c8d193ddfef896659cd38f66804ae Mon Sep 17 00:00:00 2001 From: circl Date: Mon, 9 Oct 2023 18:49:47 +0200 Subject: [PATCH] Meta: Remove spec-related dead links from README Due to the removal of libjs.dev, replace the test262 link with the test262.fyi counterpart and remove WASM link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87571a1e4fa..962295576c6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You can watch videos of the system being developed on YouTube: ## Features * Modern x86 64-bit kernel with pre-emptive multi-threading -* [Browser](Userland/Applications/Browser/) with JavaScript, WebAssembly, and more (check the spec compliance for [JS](https://libjs.dev/test262/), [CSS](https://css.tobyase.de/), and [Wasm](https://libjs.dev/wasm/)) +* [Browser](Userland/Applications/Browser/) with JavaScript, WebAssembly, and more (check the spec compliance for [JS](https://test262.fyi/#|libjs) and [CSS](https://css.tobyase.de/)) * Security features (hardware protections, limited userland capabilities, W^X memory, `pledge` & `unveil`, (K)ASLR, OOM-resistance, web-content isolation, state-of-the-art TLS algorithms, ...) * [System services](Userland/Services/) (WindowServer, LoginServer, AudioServer, WebServer, RequestServer, CrashServer, ...) and modern IPC * Good POSIX compatibility ([LibC](Userland/Libraries/LibC/), Shell, syscalls, signals, pseudoterminals, filesystem notifications, standard Unix [utilities](Userland/Utilities/), ...)