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