Skip to content

Commit

Permalink
fix link (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed May 31, 2021
1 parent 778875e commit 1ba56ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ When libraries are installed from Git repositories, the repository is expected
to have version tags following a [semver](http://semver.org/)-like format,
prefixed with a `v`. Examples: `v1.2.3`, `v2.0.0-rc1` or `v2017.04.1`.

Please see the [SPEC](https://github.com/ysbaddaden/shards/blob/master/SPEC.md)
Please see the [SPEC](https://github.com/crystal-lang/shards/blob/master/docs/shard.yml.adoc)
for more details about the `shard.yml` format.


Expand All @@ -44,7 +44,7 @@ then run `make release=1`and copy `bin/shards` into your `PATH`. For
example `/usr/local/bin`.

You are now ready to create a `shard.yml` for your projects (see details in
[SPEC](https://github.com/ysbaddaden/shards/blob/master/SPEC.md)). You can type
[SPEC](https://github.com/crystal-lang/shards/blob/master/docs/shard.yml.adoc)). You can type
`shards init` to have an example `shard.yml` file created for your project.

Run `shards install` to install your dependencies, which will lock your
Expand Down

0 comments on commit 1ba56ae

Please sign in to comment.