From 9cd643227994ecd0c35f2542783ffa4591d897c8 Mon Sep 17 00:00:00 2001 From: eshokrgozar Date: Tue, 10 Dec 2019 13:20:56 -0800 Subject: [PATCH] Fixes link mismatch --- docs/en/toolkit/frameworks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/toolkit/frameworks.md b/docs/en/toolkit/frameworks.md index 199c76b5f..9da440ba5 100644 --- a/docs/en/toolkit/frameworks.md +++ b/docs/en/toolkit/frameworks.md @@ -11,6 +11,6 @@ Toolkit frameworks are collections of code that can be used across apps and engi We provide a public API for the following frameworks, which can be used in your app development: -The [**Shotgun Utilities Framework**](https://developer.shotgunsoftware.com/tk-framework-qtwidgets/), or `tk-framework-shotgunutils`, is a collection of Shotgun-related helpers and utilities that make App development easier. It includes a Shotgun (MVC) Model, which makes it easy to connect a Shotgun query with a standard QT View, as well as classes for managing settings, background Shotgun processing, and globals such as schema, statuses, and icons. +The [**Shotgun Utilities Framework**](https://developer.shotgunsoftware.com/tk-framework-shotgunutils/), or `tk-framework-shotgunutils`, is a collection of Shotgun-related helpers and utilities that make App development easier. It includes a Shotgun (MVC) Model, which makes it easy to connect a Shotgun query with a standard QT View, as well as classes for managing settings, background Shotgun processing, and globals such as schema, statuses, and icons. -The [**QT Widgets Framework**](https://developer.shotgunsoftware.com/tk-framework-shotgunutils/), or `tk-framework-qtwidgets`, is a large collection of Shotgun-related QT widgets that make it easy to quickly build a nice looking front-end to your App. It includes multiple custom QT views, delegates, and widgets. +The [**QT Widgets Framework**](https://developer.shotgunsoftware.com/tk-framework-qtwidgets/), or `tk-framework-qtwidgets`, is a large collection of Shotgun-related QT widgets that make it easy to quickly build a nice looking front-end to your App. It includes multiple custom QT views, delegates, and widgets.