From 7f368bd6dabd6349534550df54a4e559b455cfc7 Mon Sep 17 00:00:00 2001 From: Axel PASCON <93100011+brvtalcake@users.noreply.github.com> Date: Fri, 7 Apr 2023 21:08:37 +0200 Subject: [PATCH] Fix broken link in PORTING.md (#610) --- docs/PORTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PORTING.md b/docs/PORTING.md index 2bfb46c..f28a581 100644 --- a/docs/PORTING.md +++ b/docs/PORTING.md @@ -2,7 +2,7 @@ Porting snmalloc to a new platform ================================== All of the platform-specific logic in snmalloc is isolated in the [Platform -Abstraction Layer (PAL)](src/pal). +Abstraction Layer (PAL)](../src/snmalloc/pal). To add support for a new platform, you will need to implement a new PAL for your system.