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

legacy url links to ActuallyTaylor repo instead of OpenJelly repo in Shared/Constants.swift #19

Open
chrysaora-achlyos opened this issue May 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@chrysaora-achlyos
Copy link
Contributor

Describe the bug

Shared/Constants.swift has many legacy URLs to github.com/ActuallyTaylor that likely should be changed to github.com/OpenJelly

To Reproduce

search or github.com/ActuallyTaylor in Shared/Constants.swift

Examples

24: static let jellycutsGithubPage: URL = URL(string: "https://github.com/ActuallyTaylor/Open-Jellycuts")!
28: static let bugReport: URL = URL(string: "https://github.com/ActuallyTaylor/Open-Jellycuts/issues")!
31: static let hydrogenReporter = URL(string: "https://github.com/ActuallyTaylor/HydrogenReporter")!
33: static let treeSitter = URL(string: "https://github.com/ActuallyTaylor/tree-sitter-spm")!
34: static let runestone = URL(string: "https://github.com/ActuallyTaylor/Runestone")!
35: static let treeSitterJelly = URL(string: "https://github.com/ActuallyTaylor/tree-sitter-jelly")!
36: static let openJellycore = URL(string: "https://github.com/ActuallyTaylor/Open-Jellycore")!

@chrysaora-achlyos chrysaora-achlyos added the bug Something isn't working label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant