doc: improve uri value to specify the value should be url encoded (#3441)

Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
This commit is contained in:
Olivier Bouillet 2023-12-24 14:38:33 +01:00 committed by GitHub
parent 0723481fee
commit 50268265fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -609,6 +609,9 @@ source={sintel}
A number of URI schemes are supported by passing an object with a `uri` attribute.
All uri string shall be url encoded.
For exemple 'www.myurl.com/blabla?q=test uri' is invalid, where 'www.myurl.com/blabla?q=test%20uri' is valid
##### Web address (http://, https://)
Example: