1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
From 9044200bc04b272cf81322d266f3f9dd54a869aa Mon Sep 17 00:00:00 2001
From: Anders Elfgren <srekel@gmail.com>
Date: Wed, 20 Dec 2023 06:41:24 +0100
Subject: [PATCH 14/36] Added links in readme to docs site and github repo to
make it easy to find one from the other. (#677)
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 19e7c06..fccce9d 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,9 @@ RecastDemo uses [premake5](http://premake.github.io/) to build platform specific
## Integrating with your game or engine
-See [Integration.md](Integration.md)
+- See [Integration.md](Integration.md)
+- See [official docs](https://recastnav.com)
+- See [official repo](https://github.com/recastnavigation/recastnavigation)
## Contribute
--
2.43.0
|