Skip to content

Commit

Permalink
[Dropbox] Fix reference docs relative links 404s (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrazb authored Jul 12, 2023
1 parent 9ba0217 commit 42284be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/dropbox.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dropbox Connector

The [Elastic Dropbox connector](../connectors/sources/dropbox.py) is provided in the Elastic connectors python framework and can be used via [build a connector](https://www.elastic.co/guide/en/enterprise-search/current/build-connector.html).
The [Elastic Dropbox connector](../../connectors/sources/dropbox.py) is provided in the Elastic connectors python framework and can be used via [build a connector](https://www.elastic.co/guide/en/enterprise-search/current/build-connector.html).

## Availability and prerequisites

Expand Down Expand Up @@ -83,7 +83,7 @@ This can help speed up content extraction of attachments. Defaults to `100`.
### Content Extraction
The connector uses the Elastic ingest attachment processor plugin for extracting file contents. The ingest attachment processor extracts files by using the Apache text extraction library Tika. Supported file types eligible for extraction can be found as `TIKA_SUPPORTED_FILETYPES` in [utils.py](../connectors/utils.py) file.
The connector uses the Elastic ingest attachment processor plugin for extracting file contents. The ingest attachment processor extracts files by using the Apache text extraction library Tika. Supported file types eligible for extraction can be found as `TIKA_SUPPORTED_FILETYPES` in [utils.py](../../connectors/utils.py) file.
## Documents and syncs
Expand Down

0 comments on commit 42284be

Please sign in to comment.