Merge pull request #2396 from aaronraimist/v4-event-id-link

Fix link to v4 event ID format in identity service spec
This commit is contained in:
Matthew Hodgson 2020-01-02 08:40:08 +00:00 committed by GitHub
commit 4808b60cdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -336,7 +336,7 @@ it would first format the query as ``alice@example.org email ThePepperGoesHere``
After formatting each query, the string is run through SHA-256 as defined by After formatting each query, the string is run through SHA-256 as defined by
`RFC 4634 <https://tools.ietf.org/html/rfc4634>`_. The resulting bytes are then `RFC 4634 <https://tools.ietf.org/html/rfc4634>`_. The resulting bytes are then
encoded using URL-Safe `Unpadded Base64`_ (similar to `room version 4's encoded using URL-Safe `Unpadded Base64`_ (similar to `room version 4's
event ID format <../../rooms/v4.html#event-ids>`_). event ID format <../rooms/v4.html#event-ids>`_).
An example set of queries when using the pepper ``matrixrocks`` would be:: An example set of queries when using the pepper ``matrixrocks`` would be::