Skip to content

Commit 42c85c7

Browse files
authored
Updating more broken links (microsoft#890)
* Updating repo links * Change files
1 parent 28916be commit 42c85c7

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ Since the FluentUI React Native controls are cross-platform, but represented by
8282

8383
Our FluentUI framework documentation is found in this repository alongside the implementation.
8484

85-
- [Theming Overview](./packages/framework/theming-react-native/README.md)
85+
- [Theming Overview](./packages/deprecated/theming-react-native/README.md)
8686
- [StyleSheets](./packages/framework/themed-stylesheet/README.md)
87-
- [Customizing Theme Settings](./packages/framework/themed-settings/README.md)
88-
- [Theme Registry](./packages/framework/theme-registry/README.md)
89-
- [Tokens](./packages/framework/foundation-tokens/README.md)
90-
- [Settings and Slots](./packages/framework/foundation-settings/README.md)
91-
- [Compose](./packages/framework/foundation-compose/README.md) and [Composable](./packages/framework/foundation-composable/README.md)
87+
- [Customizing Theme Settings](./packages/deprecated/themed-settings/README.md)
88+
- [Theme Registry](./packages/deprecated/theme-registry/README.md)
89+
- [Tokens](./packages/deprecated/foundation-tokens/README.md)
90+
- [Settings and Slots](./packages/deprecated/foundation-settings/README.md)
91+
- [Compose](./packages/deprecated/foundation-compose/README.md) and [Composable](./packages/deprecated/foundation-composable/README.md)
9292

9393
## Developing in the repo
9494

apps/windows/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ As with normal UWP app development, the UWP test harness that loads the JS bundl
1818
1. Windows+R to open the Run Dialog and type in `certmgr.msc`. **NOTE:** For some reason this takes some time on my machine.
1919
2. Expand `Personal` and right click on `Certificates`
2020
3. Under `All tasks` click `Import`
21-
4. For the Current User, `Browse` to find `FluentTester_TemporaryKey.pfx` in your local clone of the repo. It is currently under [fluentui-react-native/apps/windows/windows/FluentTester](windows/FluentTester).
21+
4. For the Current User, `Browse` to find `FluentTester_TemporaryKey.pfx` in your local clone of the repo.
2222
5. On the next page, type in 'password' for the password.
2323
![Certificate Manager Browse Window](./../../assets/CertFile.png)
2424

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Updating repo links",
4+
"packageName": "@uifabricshared/theming-react-native",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}

docs/pages/Theming/Basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const App = () => {
4646
};
4747
```
4848

49-
For more information about customizing themes, take a look at [Custom Themes](./CustomTheme). For information about our default themes, take a look at [Default Themes](./DefaultThemes).
49+
For more information about customizing themes, take a look at [Custom Themes](./CustomTheme.md). For information about our default themes, take a look at [Default Themes](./DefaultThemes.md).
5050

5151
### Accessing theme properties
5252

packages/deprecated/theming-react-native/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You can read more about the [ThemeRegistry here](../theme-registry/README.md).
112112

113113
### Create a Themed Stylesheet
114114

115-
The `themed-stylesheet` package allows you to author View/Text/Image Style objects similar to `StyleSheet.create(...);`. You can learn more at the [themed-stylesheet's README](../themed-stylesheet/README.md)
115+
The `themed-stylesheet` package allows you to author View/Text/Image Style objects similar to `StyleSheet.create(...);`. You can learn more at the [themed-stylesheet's README](../../framework/themed-stylesheet/README.md)
116116

117117
```tsx
118118
// styles.ts

0 commit comments

Comments
 (0)