Skip to content

Commit 3bcc903

Browse files
committed
Update to fix after github move.
1 parent d6e9700 commit 3bcc903

22 files changed

+51
-312
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use of Angular-React allows consuming any React elements, but specifically Offic
1010
[@angular-react/fabric](https://www.npmjs.com/package/@angular-react/fabric) |
1111
[Documentation, quick start, and guides][ard] |
1212
[Demo][ard-demo] |
13-
[Contributing](https://github.com/benfeely/angular-react/blob/master/CONTRIBUTING.md) |
13+
[Contributing](https://github.com/microsoft/angular-react/blob/master/CONTRIBUTING.md) |
1414
[StackBlitz Template](https://stackblitz.com/edit/angular-react) |
1515
[Office UI Fabric](https://developer.microsoft.com/en-us/fabric)
1616

@@ -26,9 +26,9 @@ if you're building your first project with Angular-React.
2626
If you'd like to contribute, you must follow our [contributing guidelines](https://github.com/angular/material2/blob/master/CONTRIBUTING.md).
2727
You can look through the issues (which should be up-to-date on who is working on which features and which pieces are blocked) and make a comment.
2828

29-
[ard]: https://benfeely.github.io/angular-react
30-
[ard-demo]: https://benfeely.github.io/angular-react/demo
31-
[getting-started]: https://benfeely.github.io/angular-react/docs/getting-started
29+
[ard]: https://microsoft.github.io/angular-react
30+
[ard-demo]: https://microsoft.github.io/angular-react/demo
31+
[getting-started]: https://microsoft.github.io/angular-react/docs/getting-started
3232
[fab]: https://developer.microsoft.com/en-us/fabric
3333

3434
## Contributing
@@ -89,7 +89,7 @@ To get latest changes to the PR:
8989
```
9090
$ git checkout pr/1000
9191
$ git pull --tags origin refs/pull/1000/head
92-
From https://github.com/benfeely/angular-react
92+
From https://github.com/microsoft/angular-react
9393
* branch refs/pull/1000/head -> FETCH_HEAD
9494
Updating aab92e2..2896b73
9595
Fast-forward

apps/demo/src/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</script>
1212

1313
<!-- Immediately redirect to the base URL so we can use the SPA routing. -->
14-
<meta http-equiv="refresh" content="0;URL='https://benfeely.github.io/angular-react/demo/'"></meta>
14+
<meta http-equiv="refresh" content="0;URL='https://microsoft.github.io/angular-react/demo/'"></meta>
1515
</head>
1616

1717
<body>

apps/docs/src/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</script>
1212

1313
<!-- Immediately redirect to the base URL so we can use the SPA routing. -->
14-
<meta http-equiv="refresh" content="0;URL='https://benfeely.github.io/angular-react/'"></meta>
14+
<meta http-equiv="refresh" content="0;URL='https://microsoft.github.io/angular-react/'"></meta>
1515
</head>
1616

1717
<body>

apps/docs/src/app/components/navbar/navbar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a mat-tab-link routerLink="components" routerLinkActive #rla2="routerLinkActive" [active]="rla2.isActive" [routerLinkActiveOptions]="{ exact: false }"><div>Components</div></a>
1919
<a mat-tab-link routerLink="docs" routerLinkActive #rla3="routerLinkActive" [active]="rla3.isActive" [routerLinkActiveOptions]="{ exact: false }"><div>Docs</div></a>
2020
<div class="spacer"></div>
21-
<a mat-button href="https://github.com/benfeely/angular-react">
21+
<a mat-button href="https://github.com/microsoft/angular-react">
2222
<mat-icon>
2323
<svg xmlns="http://www.w3.org/2000/svg" aria-labelledby="simpleicons-github-icon" role="img" viewBox="0 0 24 24">
2424
<title id="simpleicons-github-icon">GitHub icon</title>

docs/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</script>
1212

1313
<!-- Immediately redirect to the base URL so we can use the SPA routing. -->
14-
<meta http-equiv="refresh" content="0;URL='https://benfeely.github.io/angular-react/'"></meta>
14+
<meta http-equiv="refresh" content="0;URL='https://microsoft.github.io/angular-react/'"></meta>
1515
</head>
1616

1717
<body>

docs/demo/3rdpartylicenses.txt

Lines changed: 0 additions & 233 deletions
This file was deleted.

docs/demo/404.html

Lines changed: 0 additions & 27 deletions
This file was deleted.
-80.4 KB
Binary file not shown.

docs/demo/favicon.ico

-5.3 KB
Binary file not shown.

docs/demo/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)