diff --git a/docs/source/reference/modding/settings/navigator.rst b/docs/source/reference/modding/settings/navigator.rst index 0b952a915..1b65c35a8 100644 --- a/docs/source/reference/modding/settings/navigator.rst +++ b/docs/source/reference/modding/settings/navigator.rst @@ -218,7 +218,7 @@ Maximum number of triangles in each node of mesh AABB tree. Expert Recastnavigation related settings **************************************** -This section is for OpenMW developers who knows about Recastnavigation `_ library and understands how it works. +This section is for OpenMW developers who knows about `Recastnavigation `_ library and understands how it works. cell height ----------- @@ -320,7 +320,7 @@ max polygons per tile Maximum number of polygons per nav mesh tile. Maximum number of nav mesh tiles depends on this value. 22 bits is a limit to store both tile identifier and polygon identifier (tiles = 2^(22 - log2(polygons))). -See recastnavigation `_ for more details. +See `recastnavigation `_ for more details. max verts per poly ------------------