Skip to content

Commit

Permalink
Merge 41b46c5 into f8fe134
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh committed Oct 28, 2019
2 parents f8fe134 + 41b46c5 commit 5f91311
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/articles/guides/create-screen.md
Expand Up @@ -3,7 +3,7 @@
<div class="note note-info">
<div class="note-title">IMPORTANT</div>
<div class="note-body">
This tutorial assumes you have everything in place and [ApplicationProvider is configured](guides/install-ui-kitten).
This tutorial assumes you have everything in place and [ApplicationProvider is configured](guides/install-into-existing-app#add-into-existing-project).
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/src/articles/guides/setup-icons-module.md
Expand Up @@ -5,7 +5,7 @@ Starting from UI Kitten 4.2, we introduce an icons module built on top of <a hre
<div class="note note-info">
<div class="note-title">IMPORTANT</div>
<div class="note-body">
This tutorial assumes you have everything in place and [ApplicationProvider is configured](guides/install-ui-kitten).
This tutorial assumes you have everything in place and [ApplicationProvider is configured](guides/install-into-existing-app).
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/src/articles/guides/setup-vector-icons.md
Expand Up @@ -6,7 +6,7 @@ In case you prefer working with svg - check out <a href="https://akveo.github.io
<div class="note note-info">
<div class="note-title">IMPORTANT</div>
<div class="note-body">
This tutorial assumes you have everything in place and [ApplicationProvider is configured](guides/install-ui-kitten).
This tutorial assumes you have everything in place and [ApplicationProvider is configured](guides/install-into-existing-app).
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/src/articles/guides/using-web.md
Expand Up @@ -13,7 +13,7 @@ Starting from version 4.1, UI Kitten has built-in support for use in web sites u

## Starting from a scratch

In case you're going to start your project from a scratch, follow the <a href='https://akveo.github.io/react-native-ui-kitten/docs/guides/install-ui-kitten' target='_blank'>Installation Guide</a>. This will create an Expo application with all needed configuration done. After that, simply follow **Usage Guides**.
In case you're going to start your project from a scratch, follow the <a href='https://akveo.github.io/react-native-ui-kitten/docs/guides/install-into-existing-app' target='_blank'>Installation Guide</a>. This will create an Expo application with all needed configuration done. After that, simply follow **Usage Guides**.

<hr>

Expand Down
2 changes: 1 addition & 1 deletion src/framework/theme/style/styleConsumer.service.ts
Expand Up @@ -43,7 +43,7 @@ export class StyleConsumerService {
const message: string = [
`\n${this.name}: unsupported configuration.`,
'Using UI Kitten components is only possible with configuring ApplicationProvider.',
`📖 Documentation: ${docRoot}/guides/install-ui-kitten#configure-application-root`,
`📖 Documentation: ${docRoot}/guides/install-into-existing-app#configure-application-root`,
'\nIn case you have all in place, there might be an incorrect usage of a "styled" function.',
`📖 Documentation: ${docRoot}/design-system/custom-component-mapping`,
].join('\n');
Expand Down

0 comments on commit 5f91311

Please sign in to comment.