@cryptotaxi247 / kubo / commits / 7162a63e9

chore: improve new issue links (#8874)

Marcin Rataj committed Apr 22, 2022 at 17:38 UTC 7162a63e9629258bac0b9d135acae4c3c1b9fb33
1 file changed +5 -5
.github/ISSUE_TEMPLATE/config.yml
+5 -5
@@ -4,14 +4,14 @@ contact_links:
4 url: https://ipfs.io/help
5 about: All information about how and where to get help on IPFS.
6 - name: Go-ipfs configuration reference
7 - url: https://github.com/ipfs/go-ipfs/blob/master/docs/config.md
7 + url: https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#readme
8 about: Documentation on the different configuration settings
9 - name: Go-ipfs experimental features docs
10 - url: https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md
10 + url: https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#readme
11 about: Documentation on Private Networks, Filestore and other experimental features.
12 - - name: HTTP API Reference
13 - url: https://docs.ipfs.io/reference/http/api/#api-v0-add
14 - about: Documentation of all go-ipfs HTTP API endpoints.
12 + - name: RPC API Reference
13 + url: https://docs.ipfs.io/reference/http/api/
14 + about: Documentation of all go-ipfs RPC API endpoints.
15 - name: IPFS Official Forum
16 url: https://discuss.ipfs.io
17 about: Please post general questions, support requests, and discussions here.