Skip to content

Commit

Permalink
Fix broken link in generators.mdx (#2770)
Browse files Browse the repository at this point in the history
- fixed `dotnet` to `dot-net` per automatic dash insertion, see  #2298
  • Loading branch information
minaelee authored Jan 25, 2024
1 parent b001e87 commit e918ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/docs/pages/welcome/generators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Whether you call them server interfaces, server stubs, or API implementation stu
| [FastAPI](https://docs.buildwithfern.com/server-boilerplate/server-boilerplate/fast-api) | Python | Generally available | `fernapi/fern-fastapi-server` |
| [Spring](https://docs.buildwithfern.com/server-boilerplate/server-boilerplate/spring) | Java | Generally available | `fernapi/fern-java-spring` |
| [Go standard library](https://docs.buildwithfern.com/server-boilerplate/server-boilerplate/go) | Go | Coming next year | `fernapi/fern-go-server` |
| [.NET](https://docs.buildwithfern.com/server-boilerplate/server-boilerplate/dotnet) | C# | Coming next year | `fernapi/fern-csharp-dotnet` |
| [.NET](https://docs.buildwithfern.com/server-boilerplate/server-boilerplate/dot-net) | C# | Coming next year | `fernapi/fern-csharp-dotnet` |
| [Ruby on Rails](https://docs.buildwithfern.com/server-boilerplate/server-boilerplate/ruby-on-rails) | Ruby | Coming next year | `fernapi/fern-ruby-rails` |
| [Flask](https://docs.buildwithfern.com/server-boilerplate/server-boilerplate/flask) | Python | Coming next year | `fernapi/fern-python-flask` |
| [Django](https://docs.buildwithfern.com/server-boilerplate/server-boilerplate/django) | Python | Coming next year | `fernapi/fern-python-django` |
Expand Down

0 comments on commit e918ee7

Please sign in to comment.