Skip to content

Commit

Permalink
fix(docs): update url to website
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed May 25, 2021
1 parent d702775 commit 3bf308c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The code is heavily commented to allow you to understand exactly what happens wh

To test a change without building the binaries, you can type `yarn start` and it will run the CLI directly.

> While running the CLI for the first time, you will be asked to enter the URL to a Dabbu Server. For testing and development purposes, you may use the server hosted on Heroku - https://dabbu-server.herokuapp.com - but for continued use, it is recommended to setup your own server following the instructions [here](https://dabbu-knowledge-platform.github.io/impls/server).
> While running the CLI for the first time, you will be asked to enter the URL to a Dabbu Server. For testing and development purposes, you may use the server hosted on Heroku - https://dabbu-server.herokuapp.com - but for continued use, it is recommended to setup your own server following the instructions [here](https://github.com/dabbu-knowledge-platform/files-api-server/blob/develop/docs/running-the-server.md).
### Step 5: Document

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The only way to use Dabbu (at the moment) is through a command-line interface (C

## Installation and getting started

Go [here](https://dabbu-knowledge-platform.github.io/docs) for instructions on how to setup and use Dabbu CLI.
Go [here](https://dabbu-knowledge-platform.github.io) for instructions on how to setup and use Dabbu CLI.

## Providers supported

Expand Down

0 comments on commit 3bf308c

Please sign in to comment.