diff options
Diffstat (limited to 'MAINTAIN.md')
-rw-r--r-- | MAINTAIN.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAIN.md b/MAINTAIN.md index 3bf5ab3c85..9a8531fbd9 100644 --- a/MAINTAIN.md +++ b/MAINTAIN.md @@ -63,7 +63,7 @@ or the backport will fail. Third-party dependencies -------------- -These "bundled" dependencies can be updated by bumping their versions in `third-party/CMakeLists.txt`: +These "bundled" dependencies can be updated by bumping their versions in `cmake.deps/CMakeLists.txt`: - [Lua](https://www.lua.org/download.html) - [LuaJIT](https://github.com/LuaJIT/LuaJIT) - [Luv](https://github.com/luvit/luv) |