Skip to content

Commit 315242e

Browse files
change microsoft fabric link to fluent; found with winbuilder
1 parent 5f47774 commit 315242e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
* Update to react `15.5.0`
6262
* Update to babel `6.24.0`
63-
* Add [office-fabric-react](http://dev.office.com/fabric) example
63+
* Add [fluent-ui(fabric)](https://developer.microsoft.com/en-us/fluentui#/get-started#fluent-ui-react) example
6464
* Build doc site with `pkgdown`
6565

6666
# reactR 0.1.1

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Test environments
2-
* local Windows 10 install, R 3.4.0
2+
* local Windows 10 install, R 3.6.2
33
* rhub check_for_cran
44
* winbuilder
55
* travis-ci

inst/examples/office-fabric.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ library(reactR)
33

44
fabric <- htmlDependency(
55
name = "office-fabric-ui-react",
6-
version = "5.23.0",
7-
src = c(href="https://unpkg.com/office-ui-fabric-react/dist"),
8-
script = "office-ui-fabric-react.js",
6+
version = "7.121.12",
7+
src = c(href="https://unpkg.com/office-ui-fabric-react@7.121.12/dist/"),
8+
script = "office-ui-fabric-react.min.js",
99
stylesheet = "css/fabric.min.css"
1010
)
1111

0 commit comments

Comments
 (0)