Skip to content

Commit 1483e20

Browse files
committed
fix: update to relfect current API
Signed-off-by: Paul Horton <[email protected]>
1 parent d11180a commit 1483e20

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

discovery/readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
**NOTE**: _This is a proposal for the WG_
44

55
- [From product identifier to API endpoint](#from-product-identifier-to-api-endpoint)
6+
- [Advertising the TEI](#advertising-the-tei)
67
- [TEA Discovery - defining an extensible identifier](#tea-discovery---defining-an-extensible-identifier)
78
- [The TEI URN: An extensible identifier](#the-tei-urn-an-extensible-identifier)
89
- [TEI syntax](#tei-syntax)
910
- [TEI types](#tei-types)
1011
- [TEI resolution using DNS](#tei-resolution-using-dns)
11-
- [Finding the Index using DNS result](#finding-the-index-using-dns-result)
12+
- [Connecting to the API](#connecting-to-the-api)
13+
- [Overview: Finding the Index using DNS result](#overview-finding-the-index-using-dns-result)
1214
- [The TEA Version Index](#the-tea-version-index)
1315
- [References](#references)
1416

@@ -189,14 +191,14 @@ Append the product part of the TEI to the URI found
189191
- TEI: `urn:tei:uuid:products.example.com:d4d9f54a-abcf-11ee-ac79-1a52914d44b1`
190192
- DNS record: `products.example.com`
191193
- URL: `https://products.example.com/.well-known/tea/d4d9f54a-abcf-11ee-ac79-1a52914d44b1/`
192-
- 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'
193195

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

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

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

201203
## The TEA Version Index
202204

0 commit comments

Comments
 (0)