Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 27e01a0

Browse files
committed
Merge pull request #997 from denis-soundcloud/fix-gitignore-templates-link
Fix link to .gitignore templates
2 parents f32411e + 6007121 commit 27e01a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/guides/getting-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,7 @@ $ curl -i -H 'Authorization: token 5199831f4dd3b79e7c5b7e0ebe75d67aa66e79d4' \
339339
In this minimal example, we create a new repository for our blog (to be served
340340
on [GitHub Pages][pages], perhaps). Though the blog will be public, we've made
341341
the repository private. In this single step, we'll also initialize it with
342-
a README and a [nanoc][nanoc]-flavored [.gitignore template][gitignore
343-
templates].
342+
a README and a [nanoc][nanoc]-flavored [.gitignore template][gitignore templates].
344343

345344
The resulting repository will be found at `https://github.com/<your_username>/blog`.
346345
To create a repository under an organization for which you're

0 commit comments

Comments
 (0)