Skip to content

Commit

Permalink
fix reference to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdelapuente committed Sep 3, 2024
1 parent 9eaadc4 commit dc75994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rockcraft/extensions/fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def _check_project(self) -> None:
if error_messages:
raise ExtensionError(
"\n".join("- " + message for message in error_messages),
doc_slug="/reference/extensions/go-framework",
doc_slug="/reference/extensions/fastapi-framework",
logpath_report=False,
)

Expand Down

0 comments on commit dc75994

Please sign in to comment.