Skip to content

Commit 6cfe50b

Browse files
authored
docs(readme): refer specs and ipip
1 parent 1a9fbe3 commit 6cfe50b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ This is a parser for the IPFS Web Gateway's `_redirects` file format.
44

55
## Specification
66

7-
Follow specification work at https://github.com/ipfs/specs/pull/290
7+
This repository implements [Web _redirects File Specification](https://specs.ipfs.tech/http-gateways/web-redirects-file/) from <https://specs.ipfs.tech/http-gateways/web-redirects-file/>.
8+
9+
For historical discussion see [ipfs/specs#290](https://github.com/ipfs/specs/pull/290) and [IPIP-0002: _redirects File Support on Web Gateways](https://specs.ipfs.tech/ipips/ipip-0002/).
810

911
## Format
12+
1013
Currently only supports `from`, `to` and `status`.
1114

1215
```

0 commit comments

Comments
 (0)