fixed documentation links

This commit is contained in:
silverqx
2021-02-14 08:56:47 +01:00
parent 8a810f87a4
commit b4eef2eee0

View File

@@ -9,7 +9,7 @@
<a name="introduction"></a>
## Introduction
Almost every modern application interacts with a database. TinyORM makes interacting with a database extremely simple using raw SQL, a [fluent query builder](/docs/{{version}}/query-builder), and the [TinyORM](/docs/{{version}}/tinyorm). Currently, TinyORM provides first-party support for one database:
Almost every modern application interacts with a database. TinyORM makes interacting with a database extremely simple using raw SQL, a [fluent query builder](query-builder), and the [TinyORM](tinyorm). Currently, TinyORM provides first-party support for one database:
<div class="content-list" markdown="1">
- MySQL or MariaDB 5.0+ ([Version Policy](https://en.wikipedia.org/wiki/MySQL#Release_history))
@@ -200,4 +200,4 @@ All transaction methods accept a connection name as the optional argument:
DB::beginTransaction("mysql_test");
> {tip} The `DB` facade's transaction methods control the transactions for both the [query builder](/docs/{{version}}/query-builder) and [TinyORM](/docs/{{version}}/tinyorm).
> {tip} The `DB` facade's transaction methods control the transactions for both the [query builder](query-builder) and [TinyORM](tinyorm).