From 57181dfc13377b0656930f77f2e9836036a11880 Mon Sep 17 00:00:00 2001 From: Vojtech Simetka Date: Wed, 3 Mar 2021 10:36:05 +0100 Subject: [PATCH] fix: api reference url change --- docs/user-documentation/upload-download.md | 4 ++-- docusaurus.config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-documentation/upload-download.md b/docs/user-documentation/upload-download.md index 48621111..2d4b1e0a 100644 --- a/docs/user-documentation/upload-download.md +++ b/docs/user-documentation/upload-download.md @@ -15,7 +15,7 @@ Uploading your data to Swarm is easy with `bee-js`. Based on your needs you can ### Data -You can upload and retrieve any `string` or `Uint8Array` data with [`uploadData`](./api-reference/classes/bee#uploaddata) and [`downloadData`](./api-reference/classes/bee#downloaddata) functions. +You can upload and retrieve any `string` or `Uint8Array` data with [`uploadData`](./api/classes/bee#uploaddata) and [`downloadData`](./api/classes/bee#downloaddata) functions. -In browsers, you can upload directly `File` type. The filename is taken from the file object itself, but can be overwritten through the second argument of the `uploadFile` function (see the [API docs](./api-reference/classes/bee#uploadfile)) +In browsers, you can upload directly `File` type. The filename is taken from the file object itself, but can be overwritten through the second argument of the `uploadFile` function (see the [API docs](./api/classes/bee#uploadfile))