Skip to content

README: git clone URL 404s (SuperStudio -> Super-Studio) #1

Description

@jonioliveira

Problem

The Quickstart in README.md tells new users to run:

git clone https://github.com/SupermodularAI/SuperStudio.git
cd SuperStudio

That repository name does not exist. The repo is Super-Studio (hyphenated), so the very first command in the Quickstart fails for every new user.

Verification

Not a rename redirect — it is a hard 404:

$ curl -s -o /dev/null -w "%{http_code}" -L https://github.com/SupermodularAI/SuperStudio
404
$ curl -s -o /dev/null -w "%{http_code}" -L https://github.com/SupermodularAI/Super-Studio
200

Fix

README.md lines 65-66:

-git clone https://github.com/SupermodularAI/SuperStudio.git
-cd SuperStudio
+git clone https://github.com/SupermodularAI/Super-Studio.git
+cd Super-Studio

Note the cd on the following line needs the same change, since git clone derives the directory name from the URL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions