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.