aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRam Mohan <ram.mohan@ittiam.com>2023-10-28 15:02:48 +0530
committerRam Mohan M <ram.mohan@ittiam.com>2023-11-02 04:47:42 +0530
commit57d807e662e6c7bc1e98603b4625e6e56655ffb4 (patch)
tree930c147adfd1c55ebfb22125e6f4664e37745c9a /README.md
parent54c14925d2430b03e93ef0441e5cbfda441ed14e (diff)
downloadlibultrahdr-57d807e662e6c7bc1e98603b4625e6e56655ffb4.tar.gz
relocate source files to desired folders
library files are moved to lib/ folder and sample application is moved to examples/ folder
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3fda451..e911f19 100644
--- a/README.md
+++ b/README.md
@@ -67,5 +67,5 @@ Using libultrahdr
libultrahdr includes two classes of APIs, one to compress and the other to
decompress HDR images:
-- Refer to [jpegr.h](include/ultrahdr/jpegr.h) for detailed description of various encode and decode api.
-- Refer to [ultrahdr_app.cpp](tests/ultrahdr_app.cpp) for examples of its usage.
+- Refer to [jpegr.h](lib/jpegr.h) for detailed description of various encode and decode api.
+- Refer to [ultrahdr_app.cpp](examples/ultrahdr_app.cpp) for examples of its usage.