We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shared/Constants.swift has many legacy URLs to github.com/ActuallyTaylor that likely should be changed to github.com/OpenJelly
search or github.com/ActuallyTaylor in Shared/Constants.swift
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")!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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")!
The text was updated successfully, but these errors were encountered: