Switch to Mbed-TLS/mbedtls.git and Mbed-TLS/mbedtls-test.git

mbedtls.git and mbedtls-test.git have been moved to under https://github.com/Mbed-TLS
So, modify jobs accordingly.

Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: Ifb2d1b8794482c22b3d70a1a5125d35c864db501
diff --git a/mbedtls-release-ci-testing.yaml b/mbedtls-release-ci-testing.yaml
index 1d189dc..63b4474 100644
--- a/mbedtls-release-ci-testing.yaml
+++ b/mbedtls-release-ci-testing.yaml
@@ -5,7 +5,7 @@
     name: mbedtls-release-ci-testing
     parameters:
     - string:
-        default: https://github.com/ARMmbed/mbedtls.git
+        default: https://github.com/Mbed-TLS/mbedtls.git
         description: Enter mbed TLS repo/fork
         name: MBED_TLS_REPO
         trim: 'true'
@@ -112,7 +112,7 @@
         name: PUSH_COVERITY
     - git-parameter:
         name: TEST_BRANCH
-        description: Branch or tag in https://github.com/ARMmbed/mbedtls-test (forks are not supported)
+        description: Branch or tag in https://github.com/Mbed-TLS/mbedtls-test.git (forks are not supported)
         type: PT_BRANCH_TAG
         quickFilterEnabled: True
         defaultValue: master
@@ -122,7 +122,7 @@
       - git:
           branches:
           - ${TEST_BRANCH}
-          url: https://github.com/ARMmbed/mbedtls-test.git
+          url: https://github.com/Mbed-TLS/mbedtls-test.git
       script-path: vars/mbedtls-release-Jenkinsfile
     project-type: pipeline
     properties:
@@ -137,7 +137,7 @@
         days-to-keep: 60
         num-to-keep: 30
     - github:
-        url: https://github.com/ARMmbed/mbedtls/
+        url: https://github.com/Mbed-TLS/mbedtls
     - inject:
         enabled: true
         keep-build-variables: true