Skip to content

Commit

Permalink
Fixed broken doc file links after re-name
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamboree committed Jan 7, 2024
1 parent f974101 commit c393f05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Docs/_2_BuildingAndIntegrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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)
Expand All @@ -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.

Expand Down

0 comments on commit c393f05

Please sign in to comment.