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:
parent
0723481fee
commit
50268265fb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user