diff --git a/docs/integration/python.md b/docs/integration/python.md index 087ed3291..7bf43b3cc 100644 --- a/docs/integration/python.md +++ b/docs/integration/python.md @@ -74,7 +74,7 @@ You can instantiate the client by using the following snippet of Python code: ## Examples ### Submit a file, URL or SHA256 for analysis -There are two methods for sending a file/URL/SHA256 to Assemblyline for analysis: [**Ingest** and **Submit**](./ingestion_method). +There are two methods for sending a file/URL/SHA256 to Assemblyline for analysis: [**Ingest** and **Submit**](../ingestion_method). !!! attention "In most cases, you want to use the Ingest API via the CLI" diff --git a/docs/integration/rest.md b/docs/integration/rest.md index 3b51ba36e..a1a6b571d 100644 --- a/docs/integration/rest.md +++ b/docs/integration/rest.md @@ -66,7 +66,7 @@ To use your newly created [API key](../key_generation) you can simply add the `X - `json` (optional): This is a JSON dictionary with 3 possible keys - `name` (optional): Name of the file, otherwise `bin.filename` is used - - `params` (optional): Changes to the default submission parameters for the user + - `params` (optional): Changes to the default [submission parameters](../../odm/models/submission/#submissionparams) for the user - `metadata` (optional): Metadata to be added to the submission - `bin` (required): the actual file to be scanned