diff options
| author | Bryan Galdrikian <[email protected]> | 2018-03-30 12:02:17 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2018-03-30 12:02:17 -0700 |
| commit | 1e3c0fc5fa4367686bf148421e33111040fa1cde (patch) | |
| tree | 65bc31f805c2b4d5da9483751cd550148ceb9733 | |
| parent | Fixing a cutout bug (diff) | |
| download | blast-1e3c0fc5fa4367686bf148421e33111040fa1cde.tar.xz blast-1e3c0fc5fa4367686bf148421e33111040fa1cde.zip | |
Updating documentation links in the readme
| -rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -54,11 +54,9 @@ Current blast extensions: Documentation ------------- -See [docs/api_docs/index.html](docs/api_docs/index.html) for api documentation. +See the [Blast Online Documentation](http://gameworksdocs.nvidia.com/simulation.html#blast) for API and authoring documentation. -See [docs/source_docs/index.html](docs/source_docs/index.html) for full source doxygen pages. - -See [docs/release_notes.txt](docs/release_notes.txt) for changes. +In this repository, see [docs/source_docs/index.html](docs/source_docs/index.html) for full source doxygen pages, and [docs/release_notes.txt](docs/release_notes.txt) for changes. Compiling --------- @@ -93,7 +91,7 @@ applications. Unreal Engine 4 Plugin ---------------------- -UE4.17.2: https://github.com/NvPhysX/UnrealEngine/tree/Blast-4.17 +UE4.17.2: https://github.com/NvPhysX/UnrealEngine/tree/Blast-4.17 UE4.18.0: https://github.com/NvPhysX/UnrealEngine/tree/Blast-4.18 UE4 github access is required to access this repo, more info: https://developer.nvidia.com/nvidia-gameworks-and-ue4 |