From 61935ffa08668af3920ae0aacf42968c4edce837 Mon Sep 17 00:00:00 2001 From: Ignacio Date: Sun, 23 Aug 2020 13:54:25 -0700 Subject: [PATCH] Update README.md Provide links for source path. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b14411..8ef6e4c 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ $ sudo make install To use the NVIDIA Texture Tools in your own applications you just have to include the following header file: -src/nvtt/nvtt.h +[src/nvtt/nvtt.h](https://github.com/castano/nvidia-texture-tools/blob/master/src/nvtt/nvtt.h) And include the nvtt library in your projects. The following file contains a simple example that shows how to use the library: -src/nvtt/tools/compress.cpp +[src/nvtt/tools/compress.cpp](https://github.com/castano/nvidia-texture-tools/blob/master/src/nvtt/tools/compress.cpp) Detailed documentation of the API can be found at: