Skip to content

Commit

Permalink
docs: Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjohnoliver committed Jul 6, 2020
1 parent a295b55 commit 5b306aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/articles/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Yes, those are called Templated Controls in the UWP dialect because they inherit

## Is the iPhone X supported by Uno.UI ?

Yes, use the [VisibleBoundsPadding](articles/features/VisibleBoundsPadding.md)
Yes, use the [VisibleBoundsPadding](features/VisibleBoundsPadding.md)
behavior to manage the _notch_ correctly.

## What features will Uno Platform support?
Expand Down
2 changes: 1 addition & 1 deletion doc/articles/features/working-with-xaml-hot-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This scenario is designed for contributors to the Uno platform, to test changes

## Debugging the Visual Studio extension

1. Select a version of Uno.UI that is installed in your nuget cache, and set that version in the `crosstargeting_override.props` file. See [this document](../uno-developement/debugging-uno-ui.md) for more information.
1. Select a version of Uno.UI that is installed in your nuget cache, and set that version in the `crosstargeting_override.props` file. See [this document](../uno-development/debugging-uno-ui.md) for more information.
1. Open the Visual Studio solution using one of the hot-reload solution filters, we'll use the `Uno.UI-Wasm-hotreload.slnf` for this example.
1. Build the `SamplesApp.Wasm` project
1. Set the `UnoSolutiontemplate.VSIX` project as startup
Expand Down
2 changes: 1 addition & 1 deletion doc/articles/getting-started-tutorial-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ The tutorial walks you through creating a cross platform application with Uno Pl
```

> [!IMPORTANT]
> We can bring in [Platform-Specific namespaces]((platform-specific-xaml.md)) like shown above to specifically set properties for a specific platform.
> We can bring in [Platform-Specific namespaces](platform-specific-xaml.md) like shown above to specifically set properties for a specific platform.

1. Now we will add the `StringFormatConverter` we created earlier to our Page Resources as shown below:

Expand Down
2 changes: 1 addition & 1 deletion doc/articles/uno-development/release-procedure.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Uno.UI release procedure

Uno.UI uses [GitVersion])(https://gitversion.readthedocs.io/en/latest/) for its versioning, in `mainline` mode for the `release/stable` branches, and **ContinuousDeployment** for the `master` branch.
Uno.UI uses [GitVersion](https://gitversion.readthedocs.io/en/latest/) for its versioning, in `mainline` mode for the `release/stable` branches, and **ContinuousDeployment** for the `master` branch.

Tagging is the main driver for planning releases.

Expand Down

0 comments on commit 5b306aa

Please sign in to comment.