| |
@@ -5,7 +5,7 @@
|
| |
## What is ResultsDB
|
| |
|
| |
ResultsDB is a results store engine for (not only) Fedora QA tools. The API
|
| |
- documentation can be found at <http://docs.resultsdb20.apiary.io/>.
|
| |
+ documentation can be found at http://docs.resultsdb20.apiary.io/.
|
| |
|
| |
## Repositories
|
| |
|
| |
@@ -41,8 +41,8 @@
|
| |
|
| |
$ DEV=true python runapp.py
|
| |
|
| |
- The server is now running with a very simple frontend at <http://localhost:5001>.
|
| |
- API calls can be sent to <http://localhost:5001/api/v2.0>. All data is stored
|
| |
+ The server is now running with a very simple frontend at http://localhost:5001.
|
| |
+ API calls can be sent to http://localhost:5001/api/v2.0. All data is stored
|
| |
inside `/var/tmp/resultsdb_db.sqlite`.
|
| |
|
| |
## Adjusting configuration
|
| |