From d591885e2983bfb18d87e4aded764692de49e24d Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Mon, 11 Mar 2024 13:37:55 -0700 Subject: [PATCH] Fix TypeScript link (#1594) Summary: Link was wrong, fixed it. * [Old link](https://github.com/facebook/yoga/blob/main/javascript/src/wrapAssembly.d.ts) * [New link](https://github.com/facebook/yoga/blob/main/javascript/src/wrapAssembly.ts) Pull Request resolved: https://github.com/facebook/yoga/pull/1594 Reviewed By: joevilches Differential Revision: D54763374 Pulled By: arushikesarwani94 fbshipit-source-id: c82589617efb07809fb0b5bd3f6d745936dcc545 --- website/contents/getting-started/standalone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/contents/getting-started/standalone.md b/website/contents/getting-started/standalone.md index d01bb26c..25210fcb 100644 --- a/website/contents/getting-started/standalone.md +++ b/website/contents/getting-started/standalone.md @@ -27,7 +27,7 @@ $> yarn add yoga-layout ``` This is an example on how to use Yoga in JavaScript. For a full API reference, -have a look at the [TypeScript type definitions](https://github.com/facebook/yoga/blob/main/javascript/src/wrapAssembly.d.ts). +have a look at the [TypeScript type definitions](https://github.com/facebook/yoga/blob/main/javascript/src/wrapAssembly.ts). ```js import {loadYoga} from 'yoga-layout';