From 4dda25105f10087b757648c9d3ebdbae9843d6f4 Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 25 Apr 2022 15:10:32 +0200 Subject: [PATCH] updated all docs links to www.tinyorm.org --- CMakeLists.txt | 2 +- README.md | 4 ++-- cmake/vcpkg/ports/tinyorm/vcpkg.json | 2 +- examples/tom/CMakeLists.txt | 2 +- vcpkg.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fe2ff93e..6b01daf01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ tiny_read_version(TINY_VERSION # TODO add support for POSITION_INDEPENDENT_CODE silverqx project(${TinyOrm_ns} DESCRIPTION "c++ ORM library for Qt framework" - HOMEPAGE_URL "https://silverqx.github.io/TinyORM/" + HOMEPAGE_URL "https://www.tinyorm.org" LANGUAGES CXX VERSION ${TINY_VERSION} ) diff --git a/README.md b/README.md index 0f5fc405f..097620e78 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![MSYS2 UCRT64 GCC/Clang][action-mingw-badge]][action-mingw] [![Clang Tidy/Clazy][action-analyzers-badge]][action-analyzers] -[![silverqx.github.io][docs-badge]][docs] +[![www.tinyorm.org][docs-badge]][docs] [![License MIT][license-badge]][license] TinyORM is a modern ORM library that makes interacting with a database extremely simple. @@ -16,7 +16,7 @@ The code is well tested with the unit and functional tests. Almost all the query Whole library is documented as markdown documents: -[![silverqx.github.io][docs-badge]][docs] +[![www.tinyorm.org][docs-badge]][docs] - [Documentation: Index](/docs/README.mdx#prologue) - [Dependencies](/docs/dependencies.mdx#dependencies) diff --git a/cmake/vcpkg/ports/tinyorm/vcpkg.json b/cmake/vcpkg/ports/tinyorm/vcpkg.json index 1220d9e3d..02e9ec727 100644 --- a/cmake/vcpkg/ports/tinyorm/vcpkg.json +++ b/cmake/vcpkg/ports/tinyorm/vcpkg.json @@ -3,7 +3,7 @@ "version-semver": "0.1.0", "description": "C++ orm library for the Qt framwork", "homepage": "https://github.com/silverqx/TinyORM", - "documentation": "https://silverqx.github.io/TinyORM/", + "documentation": "https://www.tinyorm.org", "maintainers": "Silver Zachara ", "supports": "!(uwp | arm | android | emscripten)", "dependencies": [ diff --git a/examples/tom/CMakeLists.txt b/examples/tom/CMakeLists.txt index d38d60307..85bef9bd2 100644 --- a/examples/tom/CMakeLists.txt +++ b/examples/tom/CMakeLists.txt @@ -17,7 +17,7 @@ tiny_read_version(TINY_VERSION project(${TomExample_ns} DESCRIPTION "Tom console for TinyORM" - HOMEPAGE_URL "https://silverqx.github.io/TinyORM/" + HOMEPAGE_URL "https://www.tinyorm.org" LANGUAGES CXX VERSION ${TINY_VERSION} ) diff --git a/vcpkg.json b/vcpkg.json index 73a9db0b8..a6d6666fd 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -4,7 +4,7 @@ "version-semver": "0.1.0", "description": "c++ orm library for the Qt framwork", "homepage": "https://github.com/silverqx/TinyORM", - "documentation": "https://silverqx.github.io/TinyORM/", + "documentation": "https://www.tinyorm.org", "maintainers": "Silver Zachara ", "supports": "!(uwp | arm | android | emscripten)", "dependencies": [