Skip to content

Commit cad1b60

Browse files
fix: target system in introduction (#93)
1 parent 6aac415 commit cad1b60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ It ensures these systems evolve **safely, consistently, and in sync with your co
2222
A simple change in Flamingock:
2323

2424
```java
25+
@TargetSystem("user-database")
2526
@Change(id = "create-users-collection", author = "dev-team")
2627
public class _0001__CreateUsersCollection {
2728
@Apply

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ const config = {
176176
},*/
177177
{
178178
label: 'GitHub',
179-
href: 'https://github.com/flamingock/flamingock-java',
179+
href: 'https://github.com/flamingock',
180180
},
181181
],
182182
},

0 commit comments

Comments
 (0)