From 96b79d5f06e349c8fa292aa591859b34b8accace Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Tue, 2 Jun 2020 21:04:58 +0200 Subject: [PATCH] Fabric UI reference update (#3991) Microsoft changed the name of Fabric UI to Fluent UI. Updated title and URL (which still links to the same page, just with a direct link instead of a redirect). --- doc/devdocs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/readme.md b/doc/devdocs/readme.md index f7f33cf5ea..61d22ba21a 100644 --- a/doc/devdocs/readme.md +++ b/doc/devdocs/readme.md @@ -122,7 +122,7 @@ While developing, it's possible to connect the WebView to the development server ### [`Settings-web`](settings-web.md) This project generates the web UI shown in the [PowerToys Settings](/src/editor). -It's a `ReactJS` project created using [UI Fabric](https://developer.microsoft.com/en-us/fabric#/). +It's a `ReactJS` project created using [Fluent UI](https://developer.microsoft.com/en-us/fluentui#/). ## Current modules ### [`FancyZones`](modules/fancyzones.md)