mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-10-19 09:53:18 +00:00
doc: replace http/git by https urls
These are more secure
Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit b4d165c68f
)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
40a6963fbd
commit
af4315c172
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
slot= # some unique identifier
|
slot= # some unique identifier
|
||||||
repo=git://source.ffmpeg.org/ffmpeg.git # the source repository
|
repo=https://git.ffmpeg.org/ffmpeg.git # the source repository
|
||||||
#branch=release/2.6 # the branch to test
|
#branch=release/2.6 # the branch to test
|
||||||
samples= # path to samples directory
|
samples= # path to samples directory
|
||||||
workdir= # directory in which to do all the work
|
workdir= # directory in which to do all the work
|
||||||
|
|
|
@ -143,7 +143,7 @@ git log <filename(s)>
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
You may also use the graphical tools like @command{gitview} or @command{gitk}
|
You may also use the graphical tools like @command{gitview} or @command{gitk}
|
||||||
or the web interface available at @url{http://source.ffmpeg.org/}.
|
or the web interface available at @url{https://git.ffmpeg.org/ffmpeg.git}.
|
||||||
|
|
||||||
@section Checking source tree status
|
@section Checking source tree status
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue