Skip to content

Commit

Permalink
fix: fix links to concepts and getting-started in new doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnguyen committed May 14, 2018
1 parent c077f9b commit 7db8e28
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Build highly conversational bots with Botfuel Dialog.

## Start writing a bot using Botfuel Dialog

Read [**Getting Started**](https://docs.botfuel.io/dialog/tutorials/getting-started) to learn how to run a bot in minutes.
Read [**Getting Started**](https://docs.botfuel.io/platform/tutorials/getting-started) to learn how to run a bot in minutes.

For more explanations about the internals of Botfuel Dialog, see [**Concepts**](https://docs.botfuel.io/dialog/concepts).
For more explanations about the internals of Botfuel Dialog, see [**Concepts**](https://docs.botfuel.io/platform/concepts).


## Check the samples
Expand Down
4 changes: 2 additions & 2 deletions packages/botfuel-dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

Build highly conversational bots with Botfuel Dialog.

Read [**Getting Started**](https://docs.botfuel.io/dialog/tutorials/getting-started) to learn how to run a bot in minutes.
Read [**Getting Started**](https://docs.botfuel.io/platform/tutorials/getting-started) to learn how to run a bot in minutes.
See some [sample bots](https://github.com/topics/botfuel-dialog-samples) written with Botfuel Dialog.

For more explanations about the internals of Botfuel Dialog, see [**Concepts**](https://docs.botfuel.io/dialog/concepts).
For more explanations about the internals of Botfuel Dialog, see [**Concepts**](https://docs.botfuel.io/platform/concepts).

If you have any issue or question, feel free to [open a ticket](https://github.com/Botfuel/botfuel-dialog/issues).

Expand Down
4 changes: 2 additions & 2 deletions packages/test-complexdialogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ BOTFUEL_APP_TOKEN=<...> yarn run clean

## Need help ?

* See [**Getting Started**](https://docs.botfuel.io/dialog/tutorials/getting-started) to learn how to run a bot in minutes.
* See [**Concepts**](https://docs.botfuel.io/dialog/concepts) for explanations about the internals of the SDK.
* See [**Getting Started**](https://docs.botfuel.io/platform/tutorials/getting-started) to learn how to run a bot in minutes.
* See [**Concepts**](https://docs.botfuel.io/platform/concepts) for explanations about the internals of the SDK.

## License

Expand Down
4 changes: 2 additions & 2 deletions packages/test-complexentities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ BOTFUEL_APP_TOKEN=<...> yarn run clean

## Need help ?

* See [**Getting Started**](https://docs.botfuel.io/dialog/tutorials/getting-started) to learn how to run a bot in minutes.
* See [**Concepts**](https://docs.botfuel.io/dialog/concepts) for explanations about the internals of the SDK.
* See [**Getting Started**](https://docs.botfuel.io/platform/tutorials/getting-started) to learn how to run a bot in minutes.
* See [**Concepts**](https://docs.botfuel.io/platform/concepts) for explanations about the internals of the SDK.

## License

Expand Down
4 changes: 2 additions & 2 deletions packages/test-ecommerce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ BOTFUEL_APP_TOKEN=<...> yarn run clean

## Need help ?

* See [**Getting Started**](https://docs.botfuel.io/dialog/tutorials/getting-started) to learn how to run a bot in minutes.
* See [**Concepts**](https://docs.botfuel.io/dialog/concepts) for explanations about the internals of the SDK.
* See [**Getting Started**](https://docs.botfuel.io/platform/tutorials/getting-started) to learn how to run a bot in minutes.
* See [**Concepts**](https://docs.botfuel.io/platform/concepts) for explanations about the internals of the SDK.

## License

Expand Down
4 changes: 2 additions & 2 deletions packages/test-middlewares/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ BOTFUEL_APP_TOKEN=<...> yarn run clean

## Need help ?

* See [**Getting Started**](https://docs.botfuel.io/dialog/tutorials/getting-started) to learn how to run a bot in minutes.
* See [**Concepts**](https://docs.botfuel.io/dialog/concepts) for explanations about the internals of the SDK.
* See [**Getting Started**](https://docs.botfuel.io/platform/tutorials/getting-started) to learn how to run a bot in minutes.
* See [**Concepts**](https://docs.botfuel.io/platform/concepts) for explanations about the internals of the SDK.

## License

Expand Down
4 changes: 2 additions & 2 deletions packages/test-qna/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ BOTFUEL_APP_TOKEN=<YOUR_BOTFUEL_APP_TOKEN> yarn run clean

## Need help ?

* See [**Getting Started**](https://docs.botfuel.io/dialog/tutorials/getting-started) to learn how to run a bot in minutes.
* See [**Concepts**](https://docs.botfuel.io/dialog/concepts) for explanations about the internals of the SDK.
* See [**Getting Started**](https://docs.botfuel.io/platform/tutorials/getting-started) to learn how to run a bot in minutes.
* See [**Concepts**](https://docs.botfuel.io/platform/concepts) for explanations about the internals of the SDK.
* See [**how to create a QnA bot**](https://docs.botfuel.io/qna/howto-qna)

## License
Expand Down

0 comments on commit 7db8e28

Please sign in to comment.