From f4c39d3bf7f1e702dad4d6f9481e316b8df86120 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 20 Feb 2024 11:37:58 +0000 Subject: [PATCH] Fix typo --- how-to/hints-and-tips/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to/hints-and-tips/README.md b/how-to/hints-and-tips/README.md index c42df90170..86a836ec07 100644 --- a/how-to/hints-and-tips/README.md +++ b/how-to/hints-and-tips/README.md @@ -16,4 +16,4 @@ This section is where we will add small hints and tips that isn't specific to an | [Preload Scripts](./docs/preload-scripts.md) | This document covers how you can configure preload scripts for your platform with some hints and tips. | | [Protocol Links](./docs/protocol-support.md) | This document covers how you can configure protocol support for your OpenFin platform e.g. mailto:, msteams: etc. | | [App Assets & Launch External Process](./docs/appassets-and-launch-external-process.md) | This document covers app assets, launch external process, how they work together, when would you use it and a deep dive into each feature. | -| [Platform Override - launchIntoPlatform](./docs/launch-info-platform.md) | Override launchIntoPlatform to control how content is loaded into your platform. | +| [Platform Override - launchIntoPlatform](./docs/launch-into-platform.md) | Override launchIntoPlatform to control how content is loaded into your platform. |