From d8dfb287b687034e5f9676792697d9d5903f9baf Mon Sep 17 00:00:00 2001 From: Micah Godbolt Date: Mon, 10 Apr 2023 13:26:25 -0700 Subject: [PATCH] fix website links to crossplatform that are now cross (#27502) --- .../Overviews/ControlsPage/docs/windows/ControlsOverview.md | 2 +- .../Overviews/GetStartedPage/docs/cross/GetStartedOverview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/public-docsite/src/pages/Overviews/ControlsPage/docs/windows/ControlsOverview.md b/apps/public-docsite/src/pages/Overviews/ControlsPage/docs/windows/ControlsOverview.md index 469f0dac3ccad..551fa4c0e4c9f 100644 --- a/apps/public-docsite/src/pages/Overviews/ControlsPage/docs/windows/ControlsOverview.md +++ b/apps/public-docsite/src/pages/Overviews/ControlsPage/docs/windows/ControlsOverview.md @@ -4,4 +4,4 @@ To build Fluent experiences on Windows using WinUI controls, please see our [Win ### Fluent UI React Native -To build Fluent experiences on Windows using Fluent UI React Native, please see our [Cross-platform Controls page](#/controls/crossplatform). +To build Fluent experiences on Windows using Fluent UI React Native, please see our [Cross-platform Controls page](#/controls/cross). diff --git a/apps/public-docsite/src/pages/Overviews/GetStartedPage/docs/cross/GetStartedOverview.md b/apps/public-docsite/src/pages/Overviews/GetStartedPage/docs/cross/GetStartedOverview.md index 5156435eaea81..f526362375b8a 100644 --- a/apps/public-docsite/src/pages/Overviews/GetStartedPage/docs/cross/GetStartedOverview.md +++ b/apps/public-docsite/src/pages/Overviews/GetStartedPage/docs/cross/GetStartedOverview.md @@ -4,7 +4,7 @@ Fluent UI React Native is an [open-source](https://github.com/microsoft/fluentui Fluent UI React Native includes an expanding library of controls written in JavaScript. These controls implement the Fluent Design language and provide consistency across Microsoft experiences. -Fluent UI React Native is still in the early stages of development, and currently only supports Windows and macOS components, with iOS and Android component support coming soon. Documentation for the controls is a work in progress. Some controls can be found in the Controls section of the site. To view the full list, see the [Fluent UI React Native Github source folder](https://github.com/microsoft/fluentui-react-native/tree/master/packages/components). +Fluent UI React Native is still in the early stages of development, and currently only supports Windows and macOS components, with iOS and Android component support coming soon. Documentation for the controls is a work in progress. Some controls can be found in the Controls section of the site. To view the full list, see the [Fluent UI React Native Github source folder](https://github.com/microsoft/fluentui-react-native/tree/master/packages/components). ### Start developing