mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-06-08 08:13:49 +00:00
Fixed broken doc file links after re-name
This commit is contained in:
@@ -14,7 +14,7 @@ You can also submit questions to the older Recast [Google Group][groups] discuss
|
||||
|
||||
## Want a New Feature?
|
||||
|
||||
Check out our [development roadmap](Docs/Roadmap.md) to see what new features are already planned. The roadmap is a great resource if you're looking to help out with Recast but aren't sure where to start.
|
||||
Check out our [development roadmap](Docs/_99_Roadmap.md) to see what new features are already planned. The roadmap is a great resource if you're looking to help out with Recast but aren't sure where to start.
|
||||
|
||||
You can request a new feature by submitting a github issue. See below for guidelines on submitting issues.
|
||||
|
||||
|
||||
@@ -80,4 +80,4 @@ You can specify your own `rcAllocFunc` and `rcFreeFunc` in `RecastAlloc.cpp` (an
|
||||
|
||||
Recast does not yet provide a stable C API for use in a DLL or as bindings for another language. The design of Recast relies on some C++ specific features, so providing a stable API is not easy without a few significant changes to Recast.
|
||||
|
||||
There are a number of projects that offer unofficial language bindings for Recast, but official support for a C API is currently on our [development roadmap](Roadmap.md).
|
||||
There are a number of projects that offer unofficial language bindings for Recast, but official support for a C API is currently on our [development roadmap](_99_Roadmap.md).
|
||||
@@ -28,7 +28,7 @@ Recast Navigation is divided into multiple modules, each contained in its own fo
|
||||
|
||||
## ⚡ Getting Started
|
||||
|
||||
Check out [BuildingAndIntegrating.md](Docs/BuildingAndIntegrating.md) for information on how to build the comprehensive RecastDemo project, as well as guidance on integrating Recast & Detour into your own project.
|
||||
Check out [BuildingAndIntegrating.md](Docs/_2_BuildingAndIntegrating.md) for information on how to build the comprehensive RecastDemo project, as well as guidance on integrating Recast & Detour into your own project.
|
||||
|
||||
If you are new to Recast & Detour, check out [Sample_SoloMesh.cpp](/RecastDemo/Source/Sample_SoloMesh.cpp) in RecastDemo to get started with building navmeshes and [NavMeshTesterTool.cpp](/RecastDemo/Source/NavMeshTesterTool.cpp) for building paths with Detour.
|
||||
|
||||
@@ -51,7 +51,7 @@ Official documentation is available at [recastnav.com](https://recastnav.com)
|
||||
|
||||
Docs are generated via [Doxygen](https://www.doxygen.nl/) from source file comments and from markdown files in the `Docs/` directory.
|
||||
|
||||
- [Development Roadmap](Docs/Roadmap.md)
|
||||
- [Development Roadmap](Docs/_99_Roadmap.md)
|
||||
- [Changelog](CHANGELOG.md)
|
||||
- [Contribution Guidelines](CONTRIBUTING.md)
|
||||
- [Code of Conduct](CODE_OF_CONDUCT.md)
|
||||
@@ -61,7 +61,7 @@ Docs are generated via [Doxygen](https://www.doxygen.nl/) from source file comme
|
||||
|
||||
Ask questions, voice ideas, or request new features over on [Github Discussions](https://github.com/recastnavigation/recastnavigation/discussions) or on our old [Google Group](http://groups.google.com/group/recastnavigation) list.
|
||||
|
||||
Check out the [Development Roadmap](Docs/Roadmap.md) to see what features and functionality you might be able to help with, and the [Contribution Guidelines](CONTRIBUTING.md) for information on how to make contributions.
|
||||
Check out the [Development Roadmap](Docs/_99_Roadmap.md) to see what features and functionality you might be able to help with, and the [Contribution Guidelines](CONTRIBUTING.md) for information on how to make contributions.
|
||||
|
||||
Our [Code of Conduct](CODE_OF_CONDUCT.md) applies to all Recast Navigation community channels.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user