Skip to content

Correct repository clone command and normalize GitHub links to EngiAI-Public - #28

Merged
gioelemo merged 4 commits into
mainfrom
copilot/update-clone-command-readme
Jul 28, 2026
Merged

Correct repository clone command and normalize GitHub links to EngiAI-Public#28
gioelemo merged 4 commits into
mainfrom
copilot/update-clone-command-readme

Conversation

Copilot AI commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

The docs referenced the private/old repository (gioelemo/EngiAI) in clone instructions and multiple cross-links. This updates those references to the public canonical repository (gioelemo/EngiAI-Public) and removes link drift across README and docs.

  • Clone command corrections

    • Replaced stale clone URLs with https://github.com/gioelemo/EngiAI-Public.git in:
      • README.md
      • docs/source/installation.md
      • docs/source/quickstart.md
      • README.demo.md
  • Post-clone path consistency

    • Updated follow-up shell steps from cd EngiAI to cd EngiAI-Public where tied to the corrected clone command.
  • Repository link normalization across docs

    • Updated GitHub URLs pointing to gioelemo/EngiAI (issues, discussions, actions badges, blob/tree links, repo metadata) to gioelemo/EngiAI-Public in:
      • Root/docs READMEs
      • Sphinx docs pages (index, contributing, deployment, troubleshooting, weave_integration, usage/prusa)
      • docs/source/conf.py
      • benchmarks/README.md citation URL

Example update:

# before
git clone https://github.com/gioelemo/EngiAI.git
cd EngiAI

# after
git clone https://github.com/gioelemo/EngiAI-Public.git
cd EngiAI-Public

Copilot AI linked an issue Jul 28, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix clone command in README to correct URL Correct repository clone command and normalize GitHub links to EngiAI-Public Jul 28, 2026
Copilot AI requested a review from gioelemo July 28, 2026 14:27

@gioelemo gioelemo left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

@claude Fix this

Comment thread benchmarks/README.md
Comment thread docs/source/index.rst Outdated

* **GitHub**: https://github.com/gioelemo/EngiAI
* **GitHub**: https://github.com/gioelemo/EngiAI-Public
* **Documentation**: https://gioelemo.github.io/EngiAI/

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

this link doesn't exist

@claude

claude Bot commented Jul 28, 2026

Copy link
Copy Markdown

Claude encountered an error —— View job


I'll analyze this and get back to you.

gioelemo added 2 commits July 28, 2026 16:35
Updated citation information for benchmarks.
Removed documentation link from project links section.

@gioelemo gioelemo left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

ok

@gioelemo
gioelemo marked this pull request as ready for review July 28, 2026 14:36
@gioelemo
gioelemo merged commit 3cdb924 into main Jul 28, 2026
2 of 6 checks passed
@gioelemo
gioelemo deleted the copilot/update-clone-command-readme branch July 28, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

clone command in readme is wrong

2 participants