Skip to content

Commit

Permalink
Website url fix (#13187)
Browse files Browse the repository at this point in the history
* Fixed broken URLs

* Change files
  • Loading branch information
micahgodbolt committed May 15, 2020
1 parent 3a116c9 commit 4e6191c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Expand Up @@ -47,6 +47,6 @@ SharePoint uses Fluent UI, so if you’re building on top of or within a SharePo
Fluent UI is the official UI toolkit for creating Office Add-ins. Check out some of these resources to learn more about how to use Fluent UI in your next Add-in.

<ul class="md-list--flex">
<li class="mdut--full">[Add-ins overview](http://dev.office.com/docs/add-ins/overview/office-add-ins)</li>
<li class="mdut--full">[Using Fluent UI React in your Add-ins](http://dev.office.com/docs/add-ins/design/add-in-design)</li>
<li class="mdut--full">[Add-ins overview](https://docs.microsoft.com/office/dev/add-ins/)</li>
<li class="mdut--full">[Using Fluent UI React in your Add-ins](https://docs.microsoft.com/office/dev/add-ins/design/add-in-design)</li>
</ul>
@@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "Fixed broken URLs",
"packageName": "@uifabric/fabric-website",
"email": "mgodbolt@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-05-15T20:12:47.456Z"
}

0 comments on commit 4e6191c

Please sign in to comment.