Skip to content

Commit 401e442

Browse files
committed
Update docs to htpps.
1 parent 3f45640 commit 401e442

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
pytest "$name/tests"
214214
215215
osx_wheels:
216-
runs-on: macos-latest
216+
runs-on: macos-10.15
217217
steps:
218218
- uses: actions/checkout@v1
219219
- name: Brew setup

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FFPyPlayer is a python binding for the FFmpeg library for playing and writing
22
media files.
33

4-
For more information: http://matham.github.io/ffpyplayer/index.html
4+
For more information: https://matham.github.io/ffpyplayer/index.html
55

6-
To install: http://matham.github.io/ffpyplayer/installation.html
6+
To install: https://matham.github.io/ffpyplayer/installation.html
77

88
.. image:: https://travis-ci.org/matham/ffpyplayer.svg?branch=master
99
:target: https://travis-ci.org/matham/ffpyplayer

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def get_wheel_data():
400400
author='Matthew Einhorn',
401401
license='LGPL3',
402402
description='A cython implementation of an ffmpeg based player.',
403-
url='http://matham.github.io/ffpyplayer/',
403+
url='https://matham.github.io/ffpyplayer/',
404404
long_description=long_description,
405405
classifiers=['License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
406406
'Topic :: Multimedia :: Video',

0 commit comments

Comments
 (0)