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

Fix broken links to deprecated Wiki #3247

Closed
skullbunnygalaxy opened this issue Feb 1, 2023 · 3 comments · Fixed by #3276
Closed

Fix broken links to deprecated Wiki #3247

skullbunnygalaxy opened this issue Feb 1, 2023 · 3 comments · Fixed by #3276
Assignees

Comments

@skullbunnygalaxy
Copy link

A number of links, both in the GitHub markdown and the website, are broken due to linking to the old wiki.

Examples
Page: https://www.growstuff.org/about
Broken Link: For more information about Growstuff, <a href=" http://wiki.growstuff.org/index.php/About%20Growstuff">our wiki page</a>

Page: https://github.com/Growstuff/growstuff/blob/dev/README.md#for-coders
Broken Link: We encourage [pair programming](http://wiki.growstuff.org/index.php/Pairing), especially for newer developers.

Recommend searching code bases for all old wiki links and replacing either with relevant wayback machine links or updated links to github wiki.

@CloCkWeRX
Copy link
Collaborator

Also> For detailed crop wrangling guidelines, please consult the crop wrangling guide on the Growstuff wiki

@CloCkWeRX
Copy link
Collaborator

Something annoying with the CMS and saving pages, will have to dig into the error logs.

@CloCkWeRX
Copy link
Collaborator

2023-03-13T01:45:59.557373+00:00 app[web.1]: [9aad28f6-90d9-41a0-910e-10b7badd924b]
2023-03-13T01:45:59.557387+00:00 app[web.1]: [9aad28f6-90d9-41a0-910e-10b7badd924b] ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR:  relation "active_storage_attachments" does not exist
2023-03-13T01:45:59.557388+00:00 app[web.1]: LINE 8:  WHERE a.attrelid = '"active_storage_attachments"'::regclass

CloCkWeRX added a commit that referenced this issue Mar 13, 2023
CloCkWeRX added a commit that referenced this issue Mar 13, 2023
@CloCkWeRX CloCkWeRX self-assigned this Mar 13, 2023
CloCkWeRX added a commit that referenced this issue Mar 13, 2023
* Add missing migration for #3247

* [CodeFactor] Apply fixes

* Update 20230313015323_create_active_storage_tables.active_storage.rb

* Rubocop

* Permit a number of safe classes to serialise as YAML

---------

Co-authored-by: codefactor-io <[email protected]>
CloCkWeRX added a commit that referenced this issue Mar 13, 2023
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

Successfully merging a pull request may close this issue.

2 participants