Skip to content

Commit

Permalink
README.md: correct dead link (installing/using themes) (awslabs#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored Jan 17, 2022
1 parent 3f14b70 commit ad856a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ A simple way to get started is to use this project as a template, which gives yo

2. Select a name for your new project and click **Create repository from template**.

3. Make your own local working copy of your new repo using git clone, replacing https://github.com/my/example.git with your repo’s web URL:
3. Make your own local working copy of your new repo using git clone, replacing https://github.com/me/example.git with your repo’s web URL:

```bash
git clone --recurse-submodules --depth 1 https://github.com/my/example.git
git clone --recurse-submodules --depth 1 https://github.com/me/example.git
```

You can now edit your own versions of the site’s source files.
Expand Down Expand Up @@ -118,5 +118,5 @@ See our [user guide](https://www.docsy.dev/docs/getting-started/) for instructio
[Docsy user guide]: https://docsy.dev/docs
[Docsy]: https://github.com/google/docsy
[example.docsy.dev]: https://example.docsy.dev
[Hugo theme]: https://gohugo.io/themes/installing-and-using-themes/
[Hugo theme]: https://www.mikedane.com/static-site-generators/hugo/installing-using-themes/
[Netlify]: https://netlify.com

0 comments on commit ad856a2

Please sign in to comment.