We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f48e78 commit 0ed5a22Copy full SHA for 0ed5a22
1 file changed
absolute-beginners/backend-beginner/version-control-systems/git-setup-guide.mdx
@@ -85,7 +85,7 @@ git commit -m "feat: my very first commit"
85
86
Now, let's put your code in the cloud so the world can see it.
87
88
-1. Go to **[GitHub.com](=https://github.com/)** and create a free account.
+1. Go to **[GitHub.com](https://github.com)** and create a free account.
89
2. Click the **+** icon in the top right and select **New Repository**.
90
3. Name it `my-first-repo` and click **Create repository**.
91
4. GitHub will give you a "Remote URL" (it looks like `https://github.com/your-username/my-first-repo.git`).
0 commit comments