Skip to content

Commit 2711f0f

Browse files
laurentsentalidel
andcommitted
fixes: doc
Co-authored-by: Marcin Rataj <[email protected]>
1 parent 09d2458 commit 2711f0f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

fixtures/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ the recipes to re-create them.
1010
Generated with:
1111

1212
```sh
13-
# using ipfs version 0.18.1
13+
# using Kubo CLI version 0.18.1 (https://dist.ipfs.tech/kubo/v0.18.1/)
1414
mkdir -p dir &&
1515
echo "hello application/vnd.ipld.raw" > dir/ascii.txt &&
1616
ROOT_DIR_CID=$(ipfs add -Qrw --cid-version 1 dir) &&

fixtures/dir_listing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Raw CARv1, generated with:
88

99
```sh
10-
# using ipfs version 0.18.1
10+
# using Kubo CLI version 0.18.1 (https://dist.ipfs.tech/kubo/v0.18.1/)
1111
mkdir -p rootDir/ipfs &&
1212
mkdir -p rootDir/ipns &&
1313
mkdir -p rootDir/api &&

fixtures/gateway-cache/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
generated with:
1111

1212
```sh
13-
# using ipfs version 0.21.0-dev (03a98280e3e642774776cd3d0435ab53e5dfa867)
13+
# using Kubo CLI version 0.21.0-dev (03a98280e3e642774776cd3d0435ab53e5dfa867)
1414

1515
mkdir -p root2/root3/root4 &&
1616
echo "hello" > root2/root3/root4/index.html &&

fixtures/ipns_records/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Fixtures and ipns-record
66

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

fixtures/path_gateway_dag/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Generated with:
1515

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

1919
mkdir -p rootDir/ipfs &&
2020
mkdir -p rootDir/ipns &&

fixtures/path_gateway_tar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See the [PR](https://github.com/ipfs/kubo/pull/9029) that introduced them for mo
1313
Generated with:
1414

1515
```sh
16-
# ipfs version 0.18.1
16+
# Kubo CLI version 0.18.1 (https://dist.ipfs.tech/kubo/v0.18.1/)
1717

1818
mkdir -p rootDir/ipfs &&
1919
mkdir -p rootDir/ipns &&

fixtures/path_gateway_unixfs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### [symlink.car](./symlink.car)
66

77
```sh
8-
# using ipfs version 0.18.1
8+
# using Kubo CLI version 0.18.1 (https://dist.ipfs.tech/kubo/v0.18.1/
99
mkdir testfiles &&
1010
echo "content" > testfiles/foo &&
1111
ln -s foo testfiles/bar &&

fixtures/redirects_file/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ See comments in the yml file.
99

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

12-
Fixtures was provided in [specs.ipfs.tech](https://specs.ipfs.tech/http-gateways/web-redirects-file/#test-fixtures)
12+
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/)

fixtures/t0123/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
generated with:
1515

1616
```sh
17-
# using ipfs version 0.21.0-dev (03a98280e3e642774776cd3d0435ab53e5dfa867)
17+
# using Kubo CLI version 0.21.0-dev (03a98280e3e642774776cd3d0435ab53e5dfa867)
1818

1919
mkdir -p rootDir/ipfs &&
2020
mkdir -p rootDir/ipns &&

0 commit comments

Comments
 (0)