From 81943ce3f02b4ed4771c5670e53ad2f3841ac185 Mon Sep 17 00:00:00 2001 From: Eli Young Date: May 01 2018 19:01:10 +0000 Subject: Fix links in README --- diff --git a/README.md b/README.md index b9db2f3..3e8915d 100644 --- a/README.md +++ b/README.md @@ -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 . +documentation can be found at http://docs.resultsdb20.apiary.io/. ## Repositories @@ -41,8 +41,8 @@ Run the server: $ DEV=true python runapp.py -The server is now running with a very simple frontend at . -API calls can be sent to . 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