Fix broken README link (#482)

This commit is contained in:
Adam Chalmers 2023-05-25 11:40:32 -05:00 committed by GitHub
parent 6af969081a
commit 25799724f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
//! operations specified in the OpenAPI document. //! operations specified in the OpenAPI document.
//! //!
//! For details see the [repo //! For details see the [repo
//! README](https://github.com/oxidecomputer/progenitor/README.md) //! README](https://github.com/oxidecomputer/progenitor/blob/main/README.md)
pub use progenitor_client; pub use progenitor_client;
pub use progenitor_impl::Error; pub use progenitor_impl::Error;