From 69912a16e7dbfdec90a85d268a18999fea4e283e Mon Sep 17 00:00:00 2001 From: JulissaDantes Date: Mon, 6 Nov 2023 20:38:34 -0400 Subject: [PATCH] update tile-document file --- docs/reference/stream-programs/tile-document.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/stream-programs/tile-document.md b/docs/reference/stream-programs/tile-document.md index 994f425eb..f133b96de 100644 --- a/docs/reference/stream-programs/tile-document.md +++ b/docs/reference/stream-programs/tile-document.md @@ -42,7 +42,7 @@ async function load(id) { In order to create a document, an authenticated DID needs to be attached to the Ceramic client instance to enable transactions (signing commits). -The following example uses the [ed25519 Key DID provider](../accounts/key-did.md#ed25519) for simplicity, but creating documents can be done using any supported DID provider. +The following example uses the [ed25519 Key DID provider](../accounts/key-did.md#ed25519) for simplicity, but creating documents can be done using any [supported DID provider](https://developers.ceramic.network/protocol/accounts/decentralized-identifiers/#supported-methods). ```ts import { CeramicClient } from '@ceramicnetwork/http-client' @@ -77,7 +77,7 @@ In addition to the stream `content`, the following `metadata` can be set In order to update a document, an authenticated DID needs to be attached to the Ceramic client instance to enable transactions (signing commits). -The following example uses the [ed25519 Key DID provider](../accounts/key-did.md#ed25519) for simplicity, but creating documents can be done using any supported DID provider. +The following example uses the [ed25519 Key DID provider](../accounts/key-did.md#ed25519) for simplicity, but creating documents can be done using any [supported DID provider](https://developers.ceramic.network/protocol/accounts/decentralized-identifiers/#supported-methods). ```ts import { CeramicClient } from '@ceramicnetwork/http-client'