From d53c0fe3990b3b4d6b80472c74360fbf7a51e3f4 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Wed, 26 May 2021 11:31:35 +0300 Subject: [PATCH 1/3] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 680d9828..15a7a9bc 100644 --- a/README.md +++ b/README.md @@ -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) for more details about the `shard.yml` format. From a0a5e488aa3c481e4aa20e5ae30ec0a2d8ccd904 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Wed, 26 May 2021 11:33:51 +0300 Subject: [PATCH 2/3] fix link in another place --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15a7a9bc..4ddb0129 100644 --- a/README.md +++ b/README.md @@ -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 `shards init` to have an example `shard.yml` file created for your project. Run `shards install` to install your dependencies, which will lock your From be530da5f0b1689d1b2f3d0ecb6498182cff6c11 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Wed, 26 May 2021 11:48:29 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ddb0129..ef90afe2 100644 --- a/README.md +++ b/README.md @@ -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/docs/shard.yml.adoc) +Please see the [SPEC](https://github.com/crystal-lang/shards/blob/master/docs/shard.yml.adoc) for more details about the `shard.yml` format. @@ -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/docs/shard.yml.adoc)). 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