FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update getting-started.md · devdiva/developer.github.com@e4e1ef2 · GitHub

This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit e4e1ef2

Browse files
committed
Update getting-started.md
Corrected twitter bootstrap repo link to: https://github.com/twbs/bootstrap The older url https://api.github.com/repos/twitter/bootstrap returned a 404 error and is not what getbootstrap.com is pointing to.
1 parent e049822 commit e4e1ef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎content/guides/getting-started.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Most any meaningful use of the GitHub API will involve some level of Repository
208208
information. We can `GET` repository details in the same way we fetched user
209209
details earlier:
210210

211-
curl -i https://api.github.com/repos/twitter/bootstrap
211+
curl -i https://github.com/twbs/bootstrap
212212

213213
In the same way, we can view repositories for the authenticated user:
214214

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL