mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-20 09:59:53 -06:00
updated all docs links to www.tinyorm.org
This commit is contained in:
@@ -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}
|
||||
)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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}
|
||||
)
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user