Fix broken link in PORTING.md (#610)

This commit is contained in:
Axel PASCON
2023-04-07 21:08:37 +02:00
committed by GitHub
parent 1077be0e50
commit 7f368bd6da

View File

@@ -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.