Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

fix(#680): spec/discovery.md: URL substitution example is wrong #681

Merged
merged 1 commit into from
Jan 4, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Public discovery implementations SHOULD always provide at least one HTTPS URL te
In our example above, using the HTTPS URL template, the client would attempt to retrieve the following URLs:

```
Signature: https://storage.example.com/linux/amd64/reduce-worker-1.0.0.aci.asc
ACI: https://storage.example.com/linux/amd64/reduce-worker-1.0.0.aci
Signature: https://storage.example.com/linux/amd64/example.com/reduce-worker-1.0.0.aci.asc
ACI: https://storage.example.com/linux/amd64/example.com/reduce-worker-1.0.0.aci
Keys: https://example.com/pubkeys.gpg
```

Expand Down