Skip to content

Commit c51703a

Browse files
committed
Merge branch 'dev' of github.com:SharePoint/sp-dev-fx-controls-react into dev
2 parents 2e9887a + 8e49759 commit c51703a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your
22
needs please complete the below template to ensure we have the details to help. Thanks!
33

4-
**Please check out the [documentation](https://github.com/SharePoint/sp-dev-fx-controls-react/wiki) to see if your question is already addressed there. This will help us ensure our documentation is up to date.**
4+
**Please check out the [documentation](https://sharepoint.github.io/sp-dev-fx-controls-react/) to see if your question is already addressed there. This will help us ensure our documentation is up to date.**
55

66
#### Category
77
[ ] Enhancement

docs/guides/mpa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before you start contributing to this project, you will need Node.js. This proje
1717

1818
### Documentation
1919

20-
SharePoint Framework Property Controls uses [MkDocs](http://www.mkdocs.org) to publish documentation pages. See more information about installing MkDocs on your operating system at http://www.mkdocs.org/#installation.
20+
SharePoint Framework React Controls uses [MkDocs](http://www.mkdocs.org) to publish documentation pages. See more information about installing MkDocs on your operating system at http://www.mkdocs.org/#installation.
2121

2222
Also, documentation uses custom MkDocs theme that should be installed as well. See [Material theme for MkDocs](https://squidfunk.github.io/mkdocs-material/).
2323

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,7 @@
5757
"bugs": {
5858
"url": "https://github.com/SharePoint/sp-dev-fx-controls-react/issues"
5959
},
60+
"main":"lib/index.js",
61+
6062
"homepage": "https://github.com/SharePoint/sp-dev-fx-controls-react"
6163
}

0 commit comments

Comments
 (0)