Message ID | 20221209152728.8298-2-derek.buitenhuis@gmail.com |
---|---|
State | Accepted |
Commit | 5a46647f00e745eeb7aa26bb8ebd73da8d142cf0 |
Headers | show |
Series | [FFmpeg-devel,1/2] doc/protocols: Remove third party server | expand |
Context | Check | Description |
---|---|---|
yinshiyou/make_loongarch64 | success | Make finished |
yinshiyou/make_fate_loongarch64 | success | Make fate finished |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
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
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> --- doc/protocols.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)