Skip to content

Commit e2869f2

Browse files
authored
Merge pull request #162 from CycloneDX/fix/update-discovery-latest
fix: update to reflect current API
2 parents bba46b5 + 1483e20 commit e2869f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discovery/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,14 @@ Append the product part of the TEI to the URI found
191191
- TEI: `urn:tei:uuid:products.example.com:d4d9f54a-abcf-11ee-ac79-1a52914d44b1`
192192
- DNS record: `products.example.com`
193193
- URL: `https://products.example.com/.well-known/tea/d4d9f54a-abcf-11ee-ac79-1a52914d44b1/`
194-
- HTTP 302 redirect to "https://teapot02.consumer.example.com/tea/v2/product-index/d4d9f54a-abcf-11ee-ac79-1a52914d44b1'
194+
- HTTP 302 redirect to "https://teapot02.consumer.example.com/tea/v2/product/d4d9f54a-abcf-11ee-ac79-1a52914d44b1'
195195

196196
Always prefix with the https:// scheme. http (unencrypted) is not valid.
197197

198198
- TEI: `urn:tei:uuid:products.example.com:d4d9f54a-abcf-11ee-ac79-1a52914d44b1`
199199
- URL: `https://products.example.com/.well-known/tea/d4d9f54a-abcf-11ee-ac79-1a52914d44b1/`
200200

201-
**NOTE:** The `/.well-known/tea`names space needs to be registred.
201+
**NOTE:** The `/.well-known/tea` names space needs to be registred.
202202

203203
## The TEA Version Index
204204

0 commit comments

Comments
 (0)