Skip to content

Commit

Permalink
fix: 404 API http reference links (#1358)
Browse files Browse the repository at this point in the history
Fixes: #1359
  • Loading branch information
Jorropo committed Jun 8, 2022
1 parent dd9ce3b commit 09550b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/website/pages/docs/how-tos/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ You can also get more information about the status of your data. See the [query
[reference-go-newclient]: https://pkg.go.dev/github.com/web3-storage/go-w3s-client#NewClient
[reference-go-withtoken]: https://pkg.go.dev/github.com/web3-storage/go-w3s-client#WithToken
[reference-go-client-interface]: https://pkg.go.dev/github.com/web3-storage/go-w3s-client#Client
[reference-http]: ../reference/http-api/
[reference-http]: ../../reference/http-api/
[quickstart-guide]: ../intro.md#quickstart
[howto-retrieve]: ./retrieve.md
[howto-query]: ./query.md
Expand Down
2 changes: 1 addition & 1 deletion packages/website/pages/docs/how-tos/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ Please make sure that you are using the latest version of web3.storage client: v
[howto-query]: ./query.md
[howto-retrieve]: ./retrieve.md
[howto-retrieve-gateway-filenames]: ./retrieve.md#setting-the-filename-for-downloads-via-gateways
[reference-http]: ../reference/http-api/
[reference-http]: ../../reference/http-api/
[contact-us]: ../community/help-and-support.md
2 changes: 1 addition & 1 deletion packages/website/pages/docs/how-tos/work-with-car-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ See the [`putCar` parameter reference][reference-client-putcar-params] for more
[reference-client-library]: ../reference/js-client-library.md
[reference-client-putcar]: ../reference/js-client-library.md#store-car-files
[reference-client-putcar-params]: ../reference/js-client-library.md#parameters-5
[reference-http-api]: ../reference/http-api/
[reference-http-api]: ../../reference/http-api/
[github-ipfs-car]: https://github.com/web3-storage/ipfs-car
[github-carbites-js]: https://github.com/nftstorage/carbites
[ipfs-docs-dag-export]: https://docs.ipfs.io/reference/cli/#ipfs-dag-export
Expand Down
4 changes: 2 additions & 2 deletions packages/website/pages/docs/reference/js-utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ The [carbites](https://github.com/nftstorage/carbites) package includes a comman
See the how-to guide on [working with Content Archives][howto-car] for more information on using the carbites tool.

[concepts-content-addressing]: ../concepts/content-addressing.md
[reference-http-api]: ../reference/http-api/
[reference-http-post-car]: ../reference/http-api/#operation/post-car
[reference-http-api]: ../http-api/
[reference-http-post-car]: ../http-api/#operation/post-car
[howto-car]: ../how-tos/work-with-car-files.md

[files-from-path]: https://github.com/web3-storage/files-from-path
Expand Down

0 comments on commit 09550b9

Please sign in to comment.