diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2022-12-09 15:25:21 +0000 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2022-12-12 21:47:02 +0000 |
commit | 5a46647f00e745eeb7aa26bb8ebd73da8d142cf0 (patch) | |
tree | 33c3ee2f9ec8a8c7e77c4539d0079c1f2cf06d0d /doc/protocols.texi | |
parent | 27b5ce2805435f089cfde8d77e8b0aff0fc5f450 (diff) | |
download | ffmpeg-5a46647f00e745eeb7aa26bb8ebd73da8d142cf0.tar.gz |
doc/protocols: Remove IPFS urls to specific content in examples
We shouldn't be providing links to unverified and non-FFmpeg-controlled
content in our documentation.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index b9c9485646..d1c6fced7b 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -635,12 +635,12 @@ and @code{$HOME/.ipfs/}, in that order. One can use this protocol in 2 ways. Using IPFS: @example -ffplay ipfs://QmbGtJg23skhvFmu9mJiePVByhfzu5rwo74MEkVDYAmF5T +ffplay ipfs://<hash> @end example Or the IPNS protocol (IPNS is mutable IPFS): @example -ffplay ipns://QmbGtJg23skhvFmu9mJiePVByhfzu5rwo74MEkVDYAmF5T +ffplay ipns://<hash> @end example @section mmst |