From 2f5c6f52a8133933a17d15d163106cf9eb1b86b0 Mon Sep 17 00:00:00 2001 From: Michael Toy <66150587+mtoy-googly-moogly@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:03:03 -0700 Subject: [PATCH] fix casting link --- src/blog/2023-10-02-malloy-four/index.malloynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/blog/2023-10-02-malloy-four/index.malloynb b/src/blog/2023-10-02-malloy-four/index.malloynb index 2694b297..3064f104 100644 --- a/src/blog/2023-10-02-malloy-four/index.malloynb +++ b/src/blog/2023-10-02-malloy-four/index.malloynb @@ -64,7 +64,8 @@ these will continue to work. They are listed here to provide a complete list of * [There are three kinds of string literals, `'`, `"`, and `"""`.](../../documentation/language/datatypes.malloynb#string) These can be used interchangeably anywhere a literal is legal. -calculations* Casting to a specific database type is now legal using a quoted type name +calculations +* [Casting to a specific database type is now legal using a quoted type name](../../documentation/language/expressions.malloynb#type-cast) * [Safe cast operator `:::`](../../documentation/language/expressions.malloynb#safe-type-cast) * [Annotations and Tags](../../documentation/language/tags.malloynb) * [`??` (the nullish coalescing operation)](../../documentation/language/expressions.malloynb#null-operations)