From 52ebc6e8762522fa36e177f1f8524d2e6ee978ea Mon Sep 17 00:00:00 2001 From: Jef Laenen Date: Tue, 26 Mar 2024 14:39:15 +0100 Subject: [PATCH] fix: fix broken link Fix broken link to "Json to Json-LD Adapter"-page. --- docs/_ldio/ldio-adapters/ldio-json-to-json-ld.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_ldio/ldio-adapters/ldio-json-to-json-ld.md b/docs/_ldio/ldio-adapters/ldio-json-to-json-ld.md index f05d05c59..2eb886656 100644 --- a/docs/_ldio/ldio-adapters/ldio-json-to-json-ld.md +++ b/docs/_ldio/ldio-adapters/ldio-json-to-json-ld.md @@ -8,11 +8,11 @@ title: Json To JsonLd Transformer ***Ldio:JsonToLdAdapter*** -An LDIO wrapper component for the [LDI Json To JsonLd building block](../../_core/ldi-adapters/json-to-json-ld) +An LDIO wrapper component for the [LDI Json To JsonLd building block](../../core/ldi-adapters/json-to-json-ld) ## Config | Property | Description | Required | Default | Example | Supported values | |:--------------------------|:-------------------------------------------------------------------------------------------------------------|:---------|:--------|:--------------------------|:-------------------------------------------------| | context | URI of json-ld context Or an JSON-LD context object. | Yes | N/A | http://example.com/my-api | URI or Json Object (containing "@context" entry) | -| max-jsonld-cache-capacity | A cache is used when fetching json-ld contexts. The size of this cache can be configured with this property. | No | 100 | 100 | Integer | \ No newline at end of file +| max-jsonld-cache-capacity | A cache is used when fetching json-ld contexts. The size of this cache can be configured with this property. | No | 100 | 100 | Integer |