Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in README #500

Merged
merged 3 commits into from
May 31, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/ysbaddaden/shards/blob/master/docs/shard.yml.adoc)
jhass marked this conversation as resolved.
Show resolved Hide resolved
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/ysbaddaden/shards/blob/master/docs/shard.yml.adoc)). You can type
jhass marked this conversation as resolved.
Show resolved Hide resolved
`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