Skip to content

Commit

Permalink
fixes: doc
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
laurentsenta and lidel authored Jun 29, 2023
1 parent 09d2458 commit 6cf35f8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fixtures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ the recipes to re-create them.
Generated with:

```sh
# using ipfs version 0.18.1
# using Kubo CLI version 0.18.1 (https://dist.ipfs.tech/kubo/v0.18.1/)
mkdir -p dir &&
echo "hello application/vnd.ipld.raw" > dir/ascii.txt &&
ROOT_DIR_CID=$(ipfs add -Qrw --cid-version 1 dir) &&
Expand Down
2 changes: 1 addition & 1 deletion fixtures/ipns_records/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Fixtures and ipns-record

```sh
# using ipfs version 0.21.0-dev (03a98280e3e642774776cd3d0435ab53e5dfa867)
# using Kubo CLI version 0.21.0-rc3 (https://dist.ipfs.tech/kubo/v0.21.0-rc3/)
FILE_CID=$(echo "Hello IPFS" | ipfs add --cid-version 1 -q)
IPNS_KEY=$(ipfs key gen ipns-record)

Expand Down
2 changes: 1 addition & 1 deletion fixtures/path_gateway_dag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Generated with:

```sh
# using ipfs version 0.21.0-dev (03a98280e3e642774776cd3d0435ab53e5dfa867)
# using Kubo CLI version 0.21.0-rc3 (https://dist.ipfs.tech/kubo/v0.21.0-rc3/)

mkdir -p rootDir/ipfs &&
mkdir -p rootDir/ipns &&
Expand Down
2 changes: 1 addition & 1 deletion fixtures/path_gateway_tar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See the [PR](https://github.com/ipfs/kubo/pull/9029) that introduced them for mo
Generated with:

```sh
# ipfs version 0.18.1
# Kubo CLI version 0.18.1 (https://dist.ipfs.tech/kubo/v0.18.1/)

mkdir -p rootDir/ipfs &&
mkdir -p rootDir/ipns &&
Expand Down
2 changes: 1 addition & 1 deletion fixtures/path_gateway_unixfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### [symlink.car](./symlink.car)

```sh
# using ipfs version 0.18.1
# using Kubo CLI version 0.18.1 (https://dist.ipfs.tech/kubo/v0.18.1/
mkdir testfiles &&
echo "content" > testfiles/foo &&
ln -s foo testfiles/bar &&
Expand Down
2 changes: 1 addition & 1 deletion fixtures/redirects_file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ See comments in the yml file.

### [redirects.car](./redirects.car)

Fixtures was provided in [specs.ipfs.tech](https://specs.ipfs.tech/http-gateways/web-redirects-file/#test-fixtures)
Fixtures based on [specs.ipfs.tech/http-gateways/web-redirects-file/#test-fixtures](https://specs.ipfs.tech/http-gateways/web-redirects-file/#test-fixtures) and [IPIP-0002](https://specs.ipfs.tech/ipips/ipip-0002/)

0 comments on commit 6cf35f8

Please sign in to comment.