Skip to content

Fix incorrect repository clone URL in README setup guide#571

Open
shrushtigaynar wants to merge 1 commit into
GitMetricsLab:mainfrom
shrushtigaynar:fix-readme-clone-url
Open

Fix incorrect repository clone URL in README setup guide#571
shrushtigaynar wants to merge 1 commit into
GitMetricsLab:mainfrom
shrushtigaynar:fix-readme-clone-url

Conversation

@shrushtigaynar
Copy link
Copy Markdown

@shrushtigaynar shrushtigaynar commented May 27, 2026

Description

Updated the placeholder clone URL in the README setup guide with the correct repository URL.

Changes Made

  • Replaced incorrect placeholder clone command
  • Added correct repository clone URL

Issue

Closes #569

Summary by CodeRabbit

  • Documentation
    • Updated repository setup instructions in the README with the correct clone URL for improved accuracy.

Review Change Stack

@netlify
Copy link
Copy Markdown

netlify Bot commented May 27, 2026

Deploy Preview for github-spy ready!

Name Link
🔨 Latest commit 3d6321a
🔍 Latest deploy log https://app.netlify.com/projects/github-spy/deploys/6a16e094aafb9100085afc17
😎 Deploy Preview https://deploy-preview-571--github-spy.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 27, 2026

📝 Walkthrough

Walkthrough

The README setup instructions are updated to use the correct GitMetricsLab repository URL when cloning, replacing a placeholder example URL with the actual project repository.

Changes

Setup Instructions

Layer / File(s) Summary
Clone URL correction
README.md
The git clone command in the setup guide is updated to use https://github.com/GitMetricsLab/github_tracker.git instead of the placeholder https://github.com/yourusername/github-tracker.git.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A clone command now points the way,
No placeholders to lead astray,
GitMetricsLab, direct and true,
Setup guides now work out-of-the-blue! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: fixing an incorrect repository clone URL in the README setup guide.
Description check ✅ Passed The description includes the main sections (Description, Changes Made, Issue), though it deviates from the template format and lacks the Type of Change checklist and Testing section.
Linked Issues check ✅ Passed The PR successfully addresses issue #569 by replacing the placeholder clone URL with the correct GitMetricsLab repository URL as required.
Out of Scope Changes check ✅ Passed All changes are directly related to the stated objective of fixing the repository clone URL in the README; no out-of-scope modifications are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
README.md (2)

51-51: ⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Directory name mismatch with repository name.

The clone command on Line 46 will create a directory named github_tracker (with underscore), but this command instructs users to navigate to github-tracker (with hyphen), which won't exist.

📂 Proposed fix to match the repository name
-$ cd github-tracker
+$ cd github_tracker
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 51, The README has a directory name mismatch: the earlier
git clone creates "github_tracker" (underscore) but the later cd uses
"github-tracker" (hyphen); update the cd command to use the same directory name
created by the clone (replace "github-tracker" with "github_tracker") or
alternatively change the clone target to "github-tracker" so both commands
reference the exact same directory name ("github_tracker" vs "github-tracker")
for consistency.

23-27: ⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Make README GitHub references consistent (GitMetricsLab/github_tracker)

  • README badges (Lines 23-27) and the contributor link (Line 129) still point to mehul-m-prajapati/github_tracker, while the clone URL uses GitMetricsLab/github_tracker (Line 46).
  • Update the remaining mehul-m-prajapati/github_tracker URLs to GitMetricsLab/github_tracker (unless the difference is intentional and documented).
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` around lines 23 - 27, Replace all remaining occurrences of the
repository path string "mehul-m-prajapati/github_tracker" in the README (notably
the badge image URLs and the contributor link) with
"GitMetricsLab/github_tracker" to make GitHub references consistent with the
clone URL; search for the exact string "mehul-m-prajapati/github_tracker" and
update each badge src and the contributor href to
"GitMetricsLab/github_tracker", ensuring no other intentional references remain.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@README.md`:
- Line 51: The README has a directory name mismatch: the earlier git clone
creates "github_tracker" (underscore) but the later cd uses "github-tracker"
(hyphen); update the cd command to use the same directory name created by the
clone (replace "github-tracker" with "github_tracker") or alternatively change
the clone target to "github-tracker" so both commands reference the exact same
directory name ("github_tracker" vs "github-tracker") for consistency.
- Around line 23-27: Replace all remaining occurrences of the repository path
string "mehul-m-prajapati/github_tracker" in the README (notably the badge image
URLs and the contributor link) with "GitMetricsLab/github_tracker" to make
GitHub references consistent with the clone URL; search for the exact string
"mehul-m-prajapati/github_tracker" and update each badge src and the contributor
href to "GitMetricsLab/github_tracker", ensuring no other intentional references
remain.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e4b4841c-885f-4b37-8794-ad33fe871ce5

📥 Commits

Reviewing files that changed from the base of the PR and between 4ae0ef6 and 3d6321a.

📒 Files selected for processing (1)
  • README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix incorrect repository clone URL in README setup guide

1 participant