fix(docs): correct dead smallest-ai GitHub URLs to smallest-inc - #79
Open
ayushsingh82 wants to merge 1 commit into
Open
fix(docs): correct dead smallest-ai GitHub URLs to smallest-inc#79ayushsingh82 wants to merge 1 commit into
ayushsingh82 wants to merge 1 commit into
Conversation
The smallest-ai org does not exist (404). Update the two stale references to the real repo, github.com/smallest-inc/cookbook: - CONTRIBUTING.md: the "Open an Issue" link - voice-agents/atoms_sdk_web_agent/README.md: the git clone command (also fixes the wrong repo name, smallestai-cookbook -> cookbook)
|
crim doesn't review pull requests automatically here. Comment |
|
@ayushsingh82 is attempting to deploy a commit to the developer-2074's projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
@abhishekmishragithub could you take a look when you get a chance? Small doc-only fix — two |
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.
The
smallest-aiGitHub org doesn't exist — both of these links 404:CONTRIBUTING.md(Questions → Open an Issue)github.com/smallest-ai/cookbook/issuesgithub.com/smallest-inc/cookbook/issuesvoice-agents/atoms_sdk_web_agent/README.md(Installation)git clone …/smallest-ai/smallestai-cookbook.gitgit clone …/smallest-inc/cookbook.gitThe
atoms_sdk_web_agentclone command also had the wrong repo name (smallestai-cookbook→cookbook); thecdline is updated to match, consistent with the other example READMEs (livekit-voice-agent,pipecat-voice-agent, etc.).Verified:
smallest-ai/cookbookandsmallest-ai/smallestai-cookbookboth return 404;smallest-inc/cookbookreturns 200.