From d6d7b029ea1271b35c915969573dd9d8469c9499 Mon Sep 17 00:00:00 2001 From: KG Hamilton <29099829+kghamilton89@users.noreply.github.com> Date: Sun, 25 Feb 2024 01:52:52 +0300 Subject: [PATCH] Update README.md Replace invalid links to Unstructured API partition parameters and Speakeasy Python SDK documentation. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 883344aa..84e272c6 100755 --- a/README.md +++ b/README.md @@ -24,8 +24,10 @@ pip install unstructured-client ``` +/docs/models/shared/partitionparameters.md + ## Usage -Only the `files` parameter is required. See the [general partition](docs/sdks/general/README.md) page for all available parameters.  +Only the `files` parameter is required. See the [general partition](/docs/models/shared/partitionparameters.md) page for all available parameters.  ```python from unstructured_client import UnstructuredClient @@ -123,4 +125,4 @@ looking for the latest version. While we value open-source contributions to this SDK, this library is generated programmatically. Feel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release! -### SDK Created by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks) +### SDK Created by [Speakeasy](https://www.speakeasyapi.dev/docs/sdk-design/python/methodology-python)