Skip to content

Commit 3174234

Browse files
docs: fix links
1 parent 8db3613 commit 3174234

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,14 @@ So, what are the modules? A module is a place where all your magic should happen
156156
3. react to state changes;
157157
4. react to api calls.
158158

159-
A basic module is an object or a function, returning an object. You've already seen the basic example of a module. You may find other examples [in the docs](usage/modules.md).
159+
A basic module is an object or a function, returning an object. You've already seen the basic example of a module. You may find other examples [in the docs](https://stapp.js.org/core/modules.html).
160160

161161
Stapp comes shipped with a bunch of modules covering most common problems (see Modules section in the docs).
162162

163163
## Stapp CLI
164164

165165
`stapp-cli` can be used to install and update stapp packages and theirs peer dependencies.
166-
See more [in the corresponding section](guides/cli.md) of this documentation.
166+
See more [in the corresponding section](https://stapp.js.org/guides/cli.html) of this documentation.
167167

168168
## License
169169

docs/core/createApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The only required field is `modules`.
7272
(and you should have more than one app, in other cases, you might not need this library) and use redux-devtools.
7373

7474
#### `modules`
75-
*array* - See more about modules in the [corresponding section](/core/modules.html).
75+
*array* - See more about modules in the [corresponding section](https://stapp.js.org/core/modules.html).
7676

7777
#### `dependencies`
7878
*object* - Any function provided as a module will be called with the value of this field.

docs/core/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const form = {
186186

187187
Module can provide a single epic or an array of epics.
188188

189-
See more about Epics in the [Epics section](/core/epics.html).
189+
See more about Epics in the [Epics section](https://stapp.js.org/core/epics.html).
190190

191191
## Modules: module factories
192192

0 commit comments

Comments
 (0)