Skip to content

Commit 7297c27

Browse files
christopherthielenmergify[bot]
authored andcommitted
docs(react): use @uirouter/react instead of ui-router-react
1 parent 3435705 commit 7297c27

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

DOCS.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@
1010

1111
</div>
1212

13-
14-
UI-Router React is a client-side [Single Page Application](https://en.wikipedia.org/wiki/Single-page_application)
15-
routing framework for [React](https://facebook.github.io/react/).
13+
UI-Router React is a client-side [Single Page Application](https://en.wikipedia.org/wiki/Single-page_application)
14+
routing framework for [React](https://facebook.github.io/react/).
1615

1716
**[View on Github](http://github.com/ui-router/react) |**
1817
**[View ui-router-core on Github](http://github.com/ui-router/core) |**
1918
**[Tutorials](https://ui-router.github.io/react/tutorial/) |**
2019
**[Guides](https://ui-router.github.io/guide) |**
2120
**[Sample App](http://ui-router.github.io/resources/sampleapp/)**
22-
21+
2322
#### API Documentation Organization
2423

2524
The documentation is arranged according to API concern, such as `components`, `url`, `resolve`, and `core`.
@@ -35,11 +34,10 @@ The documentation reflects the Typescript classes, interfaces, and parameter typ
3534
#### Contributing
3635

3736
UI-Router React depends on the framework agnostic `ui-router-core`.
38-
To contribute to the documentation, please submit a PR to either
39-
[ui-router-react](http://github.com/ui-router/react)
37+
To contribute to the documentation, please submit a PR to either
38+
[@uirouter/react](http://github.com/ui-router/react)
4039
or
41-
[ui-router-core](http://github.com/ui-router/core).
40+
[@uirouter/core](http://github.com/ui-router/core).
4241
To find where a specific piece of API documentation is written, follow the links that say:
43-
> _Defined in ui-router/somedir/somefile.ts_
44-
4542

43+
> _Defined in ui-router/somedir/somefile.ts_

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
*
55
* UI-Router for React relies heavily on [`@uirouter/core`](http://github.com/ui-router/core).
6-
* The following APIs are extensions to the core ui-router APIs, specific to `ui-router-react`.
6+
* The following APIs are extensions to the core ui-router APIs, specific to `@uirouter/react`.
77
*
88
* @preferred
99
* @reactapi

0 commit comments

Comments
 (0)