improvement: fix links in smokestack post.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-09-10 16:42:18 +12:00
parent d8ec5bf4bb
commit a040413132
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -9,7 +9,7 @@ tags = ["elixir", "ash", "test", "factory", "library"]
cover_image = "huntley.jpg"
+++
I'm very pleased to announce the first release of [Smokestack](https://hex.pm/packages/smokstack), a library for generating test fixtures for your Ash resources.
I'm very pleased to announce the first release of [Smokestack](https://hex.pm/packages/smokestack), a library for generating test fixtures for your Ash resources.
## Declarative DSL
@ -57,6 +57,8 @@ I hope that Smokestack improves the ergonomics of writing tests for Ash applicat
## Links
- [code.harton.nz/james/smokestack](https://code.harton.nz/james/smokestack)
- [github.com/jimsynz/smokestack](https://github.com/jimsynz/smokestack)
- [hex.pm/packages/smokestack](https://hex.pm/packages/smokestack)
- [hexdocs.pm/smokestack](https://hexdocs.pm/smokestack)
- [ash-hq.com](https://ash-hq.com)