Skip to content

Commit

Permalink
Fix improperly URI Encoded values in DID parameters.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
msporny and TallTed authored Aug 22, 2024
1 parent 201fede commit eae8abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ <h2>Fragment</h2>

<pre class="example nohighlight"
title="A resource external to a DID Document">
did:example:123?service=agent&amp;relativeRef=/credentials#degree
did:example:123?service=agent&amp;relativeRef=/credentials%23degree
</pre>

<p class="note"
Expand Down

0 comments on commit eae8abf

Please sign in to comment.