From 7bb7f8b9772bbbe87e0297f91a1f8e556539ab74 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 11 Feb 2022 12:50:32 +0100 Subject: [PATCH] Fix link syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d8070e..2970220 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ They also provide a way to easily modularize mesh and lod generation. Base class for jobs. -If the (thread pool)[https://github.com/Relintai/thread_pool] module is present, this is inherited from `ThreadPoolJob`, +If the [thread pool](https://github.com/Relintai/thread_pool) module is present, this is inherited from `ThreadPoolJob`, else it implements the same api as `ThreadPoolJob`, but it's not going to use threading. A job has a reference to it's owner chunk.