Skip to content

Commit 0ed5a22

Browse files
committed
Fix: broken link error
1 parent 0f48e78 commit 0ed5a22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

absolute-beginners/backend-beginner/version-control-systems/git-setup-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ git commit -m "feat: my very first commit"
8585

8686
Now, let's put your code in the cloud so the world can see it.
8787

88-
1. Go to **[GitHub.com](=https://github.com/)** and create a free account.
88+
1. Go to **[GitHub.com](https://github.com)** and create a free account.
8989
2. Click the **+** icon in the top right and select **New Repository**.
9090
3. Name it `my-first-repo` and click **Create repository**.
9191
4. GitHub will give you a "Remote URL" (it looks like `https://github.com/your-username/my-first-repo.git`).

0 commit comments

Comments
 (0)