Skip to content

Commit 64bae4c

Browse files
authored
fix: hexagonal architecture in rust article link (#51)
The blog author seems to have refactored his webpage, and now the blog articles sit under the /blog directory. This commit updates the url to reflect this change.
1 parent 7fab42e commit 64bae4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: resources.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
},
524524
{
525525
"title": "Hexagonal architecture in Rust",
526-
"url": "https://alexis-lozano.com/hexagonal-architecture-in-rust-1/",
526+
"url": "https://alexis-lozano.com/blog/hexagonal-architecture-in-rust-1/",
527527
"description": "Describes how to build a Rust service using domain driven design and a test-first approach.",
528528
"tags": [
529529
"architecture",
@@ -1215,4 +1215,4 @@
12151215
"free": true,
12161216
"category": "article"
12171217
}
1218-
]
1218+
]

0 commit comments

Comments
 (0)