From 00bc9b646ac36a0da4693a01f5a2678e470f6ac1 Mon Sep 17 00:00:00 2001 From: Suhas Karanth Date: Mon, 2 Jan 2023 12:32:19 +0530 Subject: [PATCH] docs: fix docs build - rm broken link ref (#193) --- docs/docs/tour/1-my-first-asset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tour/1-my-first-asset.md b/docs/docs/tour/1-my-first-asset.md index f8e1d993..aa19adf4 100644 --- a/docs/docs/tour/1-my-first-asset.md +++ b/docs/docs/tour/1-my-first-asset.md @@ -25,7 +25,7 @@ Let's imagine we have a `postgres` instance that we keep referring to as our `ma } ``` -- **urn** is a unique name you assign to an asset. You need to make sure you don't have a duplicate urns across all of your assets because Compass treats `urn` as an identifier of your asset. For this example, we use the following format to make sure our urn is unique, `{NAMESPACE}:{DB_NAME}.{TABLE_NAME}`. (more info about URN generation can be found [here](../guides/urn-generation)) +- **urn** is a unique name you assign to an asset. You need to make sure you don't have a duplicate urns across all of your assets because Compass treats `urn` as an identifier of your asset. For this example, we use the following format to make sure our urn is unique, `{NAMESPACE}:{DB_NAME}.{TABLE_NAME}`. - **type** is your Asset's type. The value for type has to be recognizable by Compass. More info about Asset's Type can be found [here](../concepts/type).