Fix links in README.md and verify_docs_alive.sh
This commit is contained in:
parent
e95b71ff6f
commit
686a6b2f95
|
@ -14,8 +14,7 @@ KADAI adds workbaskets and classifications to control and monitor a large amount
|
|||
a larger organization.
|
||||
|
||||
* Web Site: http://kadai.io/
|
||||
* Demo Environment: https://kadai.azurewebsites.net/kadai
|
||||
* Getting Started: https://kadai.atlassian.net/wiki/spaces/TAS/pages/228655109/Getting+started
|
||||
* Demo Environment: https://kadaiio.azurewebsites.net/kadai
|
||||
* Issue Tracker: https://github.com/kadai-io/kadai/issues
|
||||
* License: Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e # fail fast
|
||||
set -x
|
||||
BASE_URL=https://kadai.azurewebsites.net/kadai
|
||||
BASE_URL=https://kadaiio.azurewebsites.net/kadai
|
||||
|
||||
test 200 -eq "$(curl -sw "%{http_code}" -o /dev/null "$BASE_URL/api-docs")"
|
||||
test 200 -eq "$(curl -sw "%{http_code}" -o /dev/null "$BASE_URL/swagger-ui/index.html")"
|
||||
|
|
Loading…
Reference in New Issue