updated all docs links to www.tinyorm.org

This commit is contained in:
silverqx
2022-04-25 15:10:32 +02:00
parent 54cbc6f03e
commit 4dda25105f
5 changed files with 6 additions and 6 deletions

View File

@@ -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}
)

View File

@@ -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)

View File

@@ -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 <silver.zachara@gmail.com>",
"supports": "!(uwp | arm | android | emscripten)",
"dependencies": [

View File

@@ -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}
)

View File

@@ -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 <silver.zachara@gmail.com>",
"supports": "!(uwp | arm | android | emscripten)",
"dependencies": [