diff --git a/apify-docs-theme/src/theme/custom.css b/apify-docs-theme/src/theme/custom.css index 36bde82280..3268ddcf93 100644 --- a/apify-docs-theme/src/theme/custom.css +++ b/apify-docs-theme/src/theme/custom.css @@ -1609,3 +1609,8 @@ iframe[src*="youtube"] { height: auto; margin-bottom: 1.6rem; } + +.redocusaurus div[data-section-id] span[id] { + margin-top: -130px; + position: absolute; +} diff --git a/sources/platform/storage/dataset.md b/sources/platform/storage/dataset.md index bf79cf44b7..ae8ac4b359 100644 --- a/sources/platform/storage/dataset.md +++ b/sources/platform/storage/dataset.md @@ -57,7 +57,7 @@ If you are accessing your datasets using the `username~store-name` [store ID for > When providing your API authentication token, we recommend using the request's `Authorization` header, rather than the URL. ([More info](../integrations/programming/api.md#authentication)). -To retrieve a list of your datasets, send a GET request to the [Get list of datasets](/api/v2#/reference/datasets/get-list-of-datasets) endpoint. +To retrieve a list of your datasets, send a GET request to the [Get list of datasets](/api/v2#/reference/datasets/dataset-collection/get-list-of-datasets) endpoint. ```text https://api.apify.com/v2/datasets