Skip to content

Commit

Permalink
[Verat-442] Fix broken links in usage documentation (#183)
Browse files Browse the repository at this point in the history
* [Verat-442] Fix links in usage.md

* VERAT-442 links to gh, can be opened from dev portal
  • Loading branch information
KaurKadakWise authored Jul 6, 2023
1 parent 72da589 commit cf2a531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ testImplementation("com.transferwise.tasks:tw-tasks-core-test:${twTasksVersion}"
```

##### Create database tables
- [MySQL/MariaDB/Percona](tw-tasks-core/src/main/resources/db/changelog/db.tw-tasks-mysql.xml)
- [Postgres](tw-tasks-core/src/main/resources/db/changelog/db.tw-tasks-postgres.xml)
- [MySQL/MariaDB/Percona](https://github.com/transferwise/tw-tasks-executor/blob/master/tw-tasks-core/src/main/resources/db/changelog/db.tw-tasks-mysql.xml)
- [Postgres](https://github.com/transferwise/tw-tasks-executor/blob/master/tw-tasks-core/src/main/resources/db/changelog/db.tw-tasks-postgres.xml)

##### Add at least following configuration options
```yml
Expand Down

0 comments on commit cf2a531

Please sign in to comment.