Fix links in README.md and verify_docs_alive.sh

This commit is contained in:
CRoberto1926 2024-08-29 13:42:34 +02:00 committed by ryzheboka
parent 22c06c459a
commit 09c5c9d8b7
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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")"