Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Fix models uuid documentation #699

Open
armondressler opened this issue Apr 29, 2023 · 3 comments
Open

bug: Fix models uuid documentation #699

armondressler opened this issue Apr 29, 2023 · 3 comments

Comments

@armondressler
Copy link

Description

Description

TLDR: replace "github.com/gobuffalo/uuid" with "github.com/gofrs/uuid" in the docs

This requires a a small change in the documentation. I couldn't find out how to create a PR for the documentation and the link to the CONTRIBUTING document used in https://github.com/gobuffalo/buffalo seems to be broken.

The docs in https://gobuffalo.io/documentation/database/models/ refer to an import of a now archived uuid package:
"github.com/gobuffalo/uuid"

This issue has already been discussed in gobuffalo/buffalo#2256 (comment) . Running buffalo fix changes the faulty import to "github.com/gofrs/uuid"

To Reproduce

No response

Additional Context

Details

Paste the output of `buffalo info` here!
@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment. Otherwise, this will be closed in 7 days.

@sio4
Copy link
Member

sio4 commented Jun 1, 2023

Thank you for reporting that issue!

https://github.com/gobuffalo/docs is the repository for the documentation. Could you please open a PR for the update? I will take care of the CONTRIBUTION file.

(I moved the issue here)

@sio4 sio4 transferred this issue from gobuffalo/buffalo Jun 1, 2023
armondressler added a commit to armondressler/docs that referenced this issue Jun 2, 2023
@armondressler
Copy link
Author

Done, see #700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants