From afa6c0178dfe6ae90ff826c70599f1c7f163131a Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Mon, 26 Aug 2024 10:59:55 +0200 Subject: [PATCH] doc/build.md: fix broken link Signed-off-by: Eguzki Astiz Lezaun --- doc/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build.md b/doc/build.md index 2d75e644e..0401f1fa7 100644 --- a/doc/build.md +++ b/doc/build.md @@ -4,11 +4,11 @@ APIcast is an application based on [OpenResty](https://openresty.org/en/). APIca ## Release -APIcast is released as [Docker image](https://docs.docker.com/engine/tutorials/dockerimages/). +APIcast is released as [Docker image](https://docs.docker.com). ## Dependencies -APIcast uses LuaRocks, the package manager for Lua modules, to install dependencies. With a correct configuration, LuaRocks installs dependencies into the correct path where OpenResty can see them. +APIcast uses LuaRocks, the package manager for Lua modules, to install dependencies. With a correct configuration, LuaRocks installs dependencies into the correct path where OpenResty can see them. For Docker images, LuaRocks is installed into the application folder. Then, `luarocks path` adds the application folder to the load path.