diff --git a/ReadMe.md b/ReadMe.md index 8f6e8449d2..b14793963c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -8,7 +8,7 @@ This is the [EXL](https://github.com/EXL)'s fork of the [Cool Reader](https://gi ## Download -You can download binary builds for various operating systems from the [https://github.com/EXLMOTODEV/coolreader/releases](releases) section. +You can download binary builds for various operating systems from the [releases](https://github.com/EXLMOTODEV/coolreader/releases) section. ## Build instructions diff --git a/cr3qt/CMakeLists.txt b/cr3qt/CMakeLists.txt index 75792171ae..d52b9fc4fe 100644 --- a/cr3qt/CMakeLists.txt +++ b/cr3qt/CMakeLists.txt @@ -158,7 +158,7 @@ ADD_CUSTOM_COMMAND(OUTPUT ${man_gz} DEPENDS ${man} COMMENT "Building ${man_gz}") -SET (changelog ${CMAKE_CURRENT_SOURCE_DIR}/../changelog) +SET (changelog ${CMAKE_CURRENT_SOURCE_DIR}/../docs/changelog.old.txt) SET (changelog_gz ${CMAKE_BINARY_DIR}/changelog.gz) ADD_CUSTOM_COMMAND(OUTPUT ${changelog_gz} COMMAND ${GZIP_TOOL} -9 -c ${changelog} > ${changelog_gz}