Skip to content

Commit 9758e86

Browse files
committed
updated README.md for github
1 parent 224cd46 commit 9758e86

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/building/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
The build systems supported out of the box are CMake and qmake.
44

5-
- [Building: TinyORM](tinyorm.mdx#building-tinyorm)
6-
- [Building: Hello world](hello-world.mdx#building-hello-world)
7-
- [Building: Migrations](migrations.mdx#building-migrations)
5+
- [TinyORM](tinyorm.mdx#building-tinyorm)
6+
- [Hello world](hello-world.mdx#building-hello-world)
7+
- [Migrations](migrations.mdx#building-migrations)

docs/database/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
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.mdx#database-query-builder), and the [TinyORM](../tinyorm/getting-started.mdx#tinyorm-getting-started).
44

5-
- [Database: Getting Started](getting-started.mdx#database-getting-started)
6-
- [Database: Query Builder](query-builder.mdx#database-query-builder)
7-
- [Database: Migrations](migrations.mdx#database-migrations)
5+
- [Getting Started](getting-started.mdx#database-getting-started)
6+
- [Query Builder](query-builder.mdx#database-query-builder)
7+
- [Migrations](migrations.mdx#database-migrations)

docs/tinyorm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
TinyORM is an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using TinyORM, each database table has a corresponding "Model" that is used to interact with that table. In addition to retrieving records from the database table, TinyORM models allow you to insert, update, and delete records from the table as well.
44

5-
- [TinyORM: Getting Started](getting-started.mdx#tinyorm-getting-started)
6-
- [TinyORM: Relationships](relationships.mdx#tinyorm-relationships)
5+
- [Getting Started](getting-started.mdx#tinyorm-getting-started)
6+
- [Relationships](relationships.mdx#tinyorm-relationships)

0 commit comments

Comments
 (0)