chore: correct GitHub URLs and username, add star request to README - #3
Merged
Conversation
The repository, homepage, bugs and discussion links pointed to github.com/ibeginnernoob/react-native-latex, which returns 404. This also broke the Repository link on the npm package page. - Point all GitHub URLs to iAmAdheil/react-native-LaTeX-renderer - Set the author name and LICENSE copyright to iAmAdheil - Add a star request line at the start of the README Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013tun39UKe9WaTjCBq9DSMh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Every GitHub link in the package pointed to
github.com/ibeginnernoob/react-native-latex, which returns 404. The account isiAmAdheiland the repository isreact-native-LaTeX-renderer. The deadrepositoryfield also broke the Repository link on the npm package page, so users of the package had no working path back to this repo.Changes
package.json—repository,homepage,bugs, and the author URL now point toiAmAdheil/react-native-LaTeX-rendererpackage.json/LICENSE— author name and copyright changed toiAmAdheil.github/ISSUE_TEMPLATE/config.yml— discussion links correctedREADME.md— star request line added at the startNotes
🤖 Generated with Claude Code
https://claude.ai/code/session_013tun39UKe9WaTjCBq9DSMh
Summary by cubic
Fixes all GitHub links and author metadata to
iAmAdheil/react-native-LaTeX-renderer, restoring working Repository, Issues, and Discussions links; also adds a brief star request inREADME.md. Old links targetedibeginnernoob/react-native-latexand 404’d, which also broke the npm package’s Repository link; no runtime or API changes.Rollout
Written for commit efe50e5. Summary will update on new commits.