Skip to content

Commit e301cec

Browse files
committed
Update remaining documentation links
1 parent 060fe25 commit e301cec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
![Python IPFS HTTP Client Library](https://ipfs.io/ipfs/QmQJ68PFMDdAsgCZvA1UVzzn18asVcf7HVvCDgpjiSCAse)
1010

11-
Check out [the HTTP Client reference](https://ipfs.io/ipns/QmZ86ow1byeyhNRJEatWxGPJKcnQKG7s51MtbHdxxUddTH/Software/Python/ipfshttpclient/) for the full command reference.
11+
Check out [the HTTP Client reference](https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwarSrJjeMP2ZJiADWLYADaNvUb6SQNyPF/docs/) for the full command reference.
1212

1313
**Important:** The `ipfsapi` PIP package and Python module have both been renamed to `ipfshttpclient`!
1414
See the [relevant section of the README](#important-changes-from-ipfsapi-04x) for details.
@@ -142,7 +142,7 @@ This module also contains some helper functions for adding strings and JSON to I
142142

143143
Documentation (currently mostly API documentation unfortunately) is available on IPFS:
144144

145-
https://ipfs.io/ipns/QmZ86ow1byeyhNRJEatWxGPJKcnQKG7s51MtbHdxxUddTH/Software/Python/ipfsapi/
145+
https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwarSrJjeMP2ZJiADWLYADaNvUb6SQNyPF/docs/
146146

147147
The `ipfs` [command-line Client documentation](https://ipfs.io/docs/commands/) may also be useful in some cases.
148148

renaming_status.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FOR README.md:
2323
https://travis-ci.org/ipfs/py-ipfs-api.svg?branch=master -> https://travis-ci.org/ipfs/py-ipfs-http-client.svg?branch=master line 7
2424
https://travis-ci.org/ipfs/py-ipfs-api -> https://travis-ci.org/ipfs/py-ipfs-http-client line 7
2525
https://ipfs.io/ipns/QmZ86ow1byeyhNRJEatWxGPJKcnQKG7s51MtbHdxxUddTH/Software/Python/ipfsapi/ ->
26-
https://ipfs.io/ipns/QmZ86ow1byeyhNRJEatWxGPJKcnQKG7s51MtbHdxxUddTH/Software/Python/ipfshttpclient/ line 11,118
26+
https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwarSrJjeMP2ZJiADWLYADaNvUb6SQNyPF/docs/ line 11,118
2727
The PIP package and Python module: ipfshttpclient
2828
The Github repo: py-ipfs-api -> py-ipfs-http-client
2929
PROJECT RENAME: Python IPFS API -> Python IPFS HTTP Client
@@ -50,7 +50,7 @@ FOR pyproject.toml:
5050
* Changes: module = "ipfsapi" -> module = "ipfshttpclient" Line 6
5151
py-ipfs-api -> py-ipfs-http-client
5252
https://ipfs.io/ipns/QmZ86ow1byeyhNRJEatWxGPJKcnQKG7s51MtbHdxxUddTH/Software/Python/ipfsapi/ ->
53-
https://ipfs.io/ipns/QmZ86ow1byeyhNRJEatWxGPJKcnQKG7s51MtbHdxxUddTH/Software/Python/ipfshttpclient/
53+
https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwarSrJjeMP2ZJiADWLYADaNvUb6SQNyPF/docs/
5454
* Doubtful: Line 3
5555

5656

0 commit comments

Comments
 (0)