Skip to content

Commit 3d61ff9

Browse files
authored
docs: replace dlab.danvergara.com with dblab.app domain in the docs (#276)
1 parent ded887b commit 3d61ff9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ __Interactive client for PostgreSQL, MySQL, SQLite3, Oracle and SQL Server.__
1111

1212
---
1313

14-
**Documentation**: <a href="https://dblab.danvergara.com" target="_blank">https://dblab.danvergara.com</a>
14+
**Documentation**: <a href="https://dblab.app" target="_blank">https://dblab.app</a>
1515

1616
---
1717

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Cross-platform, zero dependencies, terminal based UI application for your Data B
88

99
---
1010

11-
**Documentation**: <a href="https://dblab.danvergara.com" target="_blank">https://dblab.danvergara.com</a>
11+
**Documentation**: <a href="https://dblab.app" target="_blank">https://dblab.app</a>
1212

1313
**Source Code**: <a href="https://github.com/danvergara/dblab" target="_blank">https://github.com/danvergara/dblab</a>
1414

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dblab --url "mysql://user:password@unix(/path/to/socket/mysql.sock)/dbname?chars
5050
dblab --socket /path/to/socket/mysql.sock --user user --db dbname --pass password --ssl disable --port 5432 --driver mysql --limit 50
5151
```
5252

53-
For more information about the available flags check the [Usage section](https://dblab.danvergara.com/usage/#usage).
53+
For more information about the available flags check the [Usage section](https://dblab.app/usage/#usage).
5454

5555
### Using a config file
5656

docs/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Select the ssl mode (just press enter if you selected sqlite3):
3434
If everything went well you should see the UI
3535
![dblab](https://raw.githubusercontent.com/danvergara/dblab/main/assets/tutorials/images/full-ui.png){ width="700" : .center }
3636
37-
For further knowledge on the navigation of the UI you can check this [first steps in navigation](https://dblab.danvergara.com/tutorials/navigation/)
37+
For further knowledge on the navigation of the UI you can check this [first steps in navigation](https://dblab.app/tutorials/navigation/)

0 commit comments

Comments
 (0)