Skip to content

Commit

Permalink
Docs: update links (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
imba-tjd committed Apr 22, 2021
1 parent 5efb90e commit d424b69
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 57 deletions.
10 changes: 5 additions & 5 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ Armin Ronacher <armin.ronacher@active-4.com>
Watchdog also includes open source libraries or adapted code
from the following projects:

- MacFSEvents - http://github.com/malthe/macfsevents
- MacFSEvents - https://github.com/malthe/macfsevents
- watch_directory.py - http://timgolden.me.uk/python/downloads/watch_directory.py
- pyinotify - http://github.com/seb-m/pyinotify
- fsmonitor - http://github.com/shaurz/fsmonitor
- pyinotify - https://github.com/seb-m/pyinotify
- fsmonitor - https://github.com/shaurz/fsmonitor
- echo - http://wordaligned.org/articles/echo
- Lukáš Lalinský's ordered set queue implementation:
http://stackoverflow.com/questions/1581895/how-check-if-a-task-is-already-in-python-queue
https://stackoverflow.com/questions/1581895/how-check-if-a-task-is-already-in-python-queue
- Armin Ronacher's flask-sphinx-themes for the documentation:
https://github.com/mitsuhiko/flask-sphinx-themes
- pyfilesystem - http://code.google.com/p/pyfilesystem
- pyfilesystem - https://github.com/PyFilesystem/pyfilesystem
- get_FILE_NOTIFY_INFORMATION - http://blog.gmane.org/gmane.comp.python.ctypes/month=20070901
38 changes: 19 additions & 19 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,32 +272,32 @@ to do:

.. links:
.. _Yesudeep Mangalapilly: yesudeep@gmail.com
.. _source code: http://github.com/gorakhargosh/watchdog
.. _issue tracker: http://github.com/gorakhargosh/watchdog/issues
.. _Apache License, version 2.0: http://www.apache.org/licenses/LICENSE-2.0
.. _source code: https://github.com/gorakhargosh/watchdog
.. _issue tracker: https://github.com/gorakhargosh/watchdog/issues
.. _Apache License, version 2.0: https://www.apache.org/licenses/LICENSE-2.0
.. _documentation: https://python-watchdog.readthedocs.io/
.. _stackoverflow: http://stackoverflow.com/questions/tagged/python-watchdog
.. _mailing list: http://groups.google.com/group/watchdog-python
.. _repository: http://github.com/gorakhargosh/watchdog
.. _issue tracker: http://github.com/gorakhargosh/watchdog/issues
.. _stackoverflow: https://stackoverflow.com/questions/tagged/python-watchdog
.. _mailing list: https://groups.google.com/group/watchdog-python
.. _repository: https://github.com/gorakhargosh/watchdog
.. _issue tracker: https://github.com/gorakhargosh/watchdog/issues
.. _changelog: https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst

.. _homebrew: http://mxcl.github.com/homebrew/
.. _argh: http://pypi.python.org/pypi/argh
.. _PyYAML: http://www.pyyaml.org/
.. _XCode: http://developer.apple.com/technologies/tools/xcode.html
.. _LibYAML: http://pyyaml.org/wiki/LibYAML
.. _homebrew: https://brew.sh/
.. _argh: https://pypi.python.org/pypi/argh
.. _PyYAML: https://www.pyyaml.org/
.. _XCode: https://developer.apple.com/technologies/tools/xcode.html
.. _LibYAML: https://pyyaml.org/wiki/LibYAML

.. _pnotify: http://mark.heily.com/pnotify
.. _unison fsmonitor: https://webdav.seas.upenn.edu/viewvc/unison/trunk/src/fsmonitor.py?view=markup&pathrev=471
.. _fsmonitor: http://github.com/shaurz/fsmonitor
.. _guard: http://github.com/guard/guard
.. _pyinotify: http://github.com/seb-m/pyinotify
.. _inotify-tools: http://github.com/rvoicilas/inotify-tools
.. _fsmonitor: https://github.com/shaurz/fsmonitor
.. _guard: https://github.com/guard/guard
.. _pyinotify: https://github.com/seb-m/pyinotify
.. _inotify-tools: https://github.com/rvoicilas/inotify-tools
.. _jnotify: http://jnotify.sourceforge.net/
.. _treewalker: http://github.com/jbd/treewatcher
.. _file.monitor: http://github.com/pke/file.monitor
.. _pyfilesystem: http://code.google.com/p/pyfilesystem
.. _treewalker: https://github.com/jbd/treewatcher
.. _file.monitor: https://github.com/pke/file.monitor
.. _pyfilesystem: https://github.com/PyFilesystem/pyfilesystem

.. |Build Status| image:: https://github.com/gorakhargosh/watchdog/workflows/Tests/badge.svg
:target: https://github.com/gorakhargosh/watchdog/actions?query=workflow%3ATests
62 changes: 31 additions & 31 deletions docs/source/global.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,39 @@
.. |project_name| replace:: ``watchdog``
.. |project_version| replace:: 2.0.3

.. _issue tracker: http://github.com/gorakhargosh/watchdog/issues
.. _code repository: http://github.com/gorakhargosh/watchdog
.. _mailing list: http://groups.google.com/group/watchdog-python
.. _issue tracker: https://github.com/gorakhargosh/watchdog/issues
.. _code repository: https://github.com/gorakhargosh/watchdog
.. _mailing list: https://groups.google.com/group/watchdog-python

.. _kqueue: http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
.. _FSEvents: http://developer.apple.com/library/mac/#documentation/Darwin/Conceptual/FSEvents_ProgGuide/Introduction/Introduction.html
.. _inotify: http://linux.die.net/man/7/inotify
.. _Mac OS X File System Monitoring Performance Guidelines: http://developer.apple.com/library/ios/#documentation/Performance/Conceptual/FileSystem/Articles/TrackingChanges.html
.. _ReadDirectoryChangesW: http://msdn.microsoft.com/en-us/library/aa365465(VS.85).aspx
.. _GetQueuedCompletionStatus: http://msdn.microsoft.com/en-us/library/aa364986(v=VS.85).aspx
.. _CreateIoCompletionPort: http://msdn.microsoft.com/en-us/library/aa363862(v=VS.85).aspx
.. _kqueue: https://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2
.. _FSEvents: https://developer.apple.com/library/mac/#documentation/Darwin/Conceptual/FSEvents_ProgGuide/Introduction/Introduction.html
.. _inotify: https://linux.die.net/man/7/inotify
.. _Mac OS X File System Monitoring Performance Guidelines: https://developer.apple.com/library/ios/#documentation/Performance/Conceptual/FileSystem/Articles/TrackingChanges.html
.. _ReadDirectoryChangesW: https://docs.microsoft.com/windows/win32/api/winbase/nf-winbase-readdirectorychangesw
.. _GetQueuedCompletionStatus: https://docs.microsoft.com/windows/win32/api/ioapiset/nf-ioapiset-getqueuedcompletionstatus
.. _CreateIoCompletionPort: https://docs.microsoft.com/windows/win32/api/ioapiset/nf-ioapiset-createiocompletionport

.. _argh: http://pypi.python.org/pypi/argh
.. _coverage: http://nedbatchelder.com/code/coverage/
.. _file.monitor: http://github.com/pke/file.monitor
.. _fsmonitor: http://github.com/shaurz/fsmonitor
.. _git: http://git-scm.org/
.. _github: http://github.com/
.. _guard: http://github.com/guard/guard
.. _homebrew: http://mxcl.github.com/homebrew/
.. _inotify-tools: http://github.com/rvoicilas/inotify-tools
.. _argh: https://pypi.python.org/pypi/argh
.. _coverage: https://coverage.readthedocs.io/en/latest/
.. _file.monitor: https://github.com/pke/file.monitor
.. _fsmonitor: https://github.com/shaurz/fsmonitor
.. _git: https://git-scm.org/
.. _github: https://github.com/
.. _guard: https://github.com/guard/guard
.. _homebrew: https://brew.sh/
.. _inotify-tools: https://github.com/rvoicilas/inotify-tools
.. _jnotify: http://jnotify.sourceforge.net/
.. _LibYAML: http://pyyaml.org/wiki/LibYAML
.. _nose: http://nose.readthedocs.org/en/latest/
.. _pip: http://pypi.python.org/pypi/pip
.. _LibYAML: https://pyyaml.org/wiki/LibYAML
.. _nose: https://nose.readthedocs.org/en/latest/
.. _pip: https://pypi.python.org/pypi/pip
.. _pnotify: http://mark.heily.com/pnotify
.. _pyfilesystem: http://code.google.com/p/pyfilesystem
.. _pyinotify: http://github.com/seb-m/pyinotify
.. _Python: http://python.org
.. _pywin32: http://sourceforge.net/projects/pywin32/
.. _PyYAML: http://www.pyyaml.org/
.. _sphinx: http://sphinx.pocoo.org/
.. _treewalker: http://github.com/jbd/treewatcher
.. _pyfilesystem: https://github.com/PyFilesystem/pyfilesystem
.. _pyinotify: https://github.com/seb-m/pyinotify
.. _Python: https://python.org
.. _pywin32: https://github.com/mhammond/pywin32
.. _PyYAML: https://www.pyyaml.org/
.. _sphinx: https://www.sphinx-doc.org/en/master/
.. _treewalker: https://github.com/jbd/treewatcher
.. _unison fsmonitor: https://webdav.seas.upenn.edu/viewvc/unison/trunk/src/fsmonitor.py?view=markup&pathrev=471
.. _XCode: http://developer.apple.com/technologies/tools/xcode.html
.. _zc.buildout: http://www.buildout.org/
.. _XCode: https://developer.apple.com/technologies/tools/xcode.html
.. _zc.buildout: https://www.buildout.org/
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Installing from source tarballs

.. parsed-literal::
$ wget -c http://pypi.python.org/packages/source/w/watchdog/watchdog-|project_version|.tar.gz
$ wget -c https://pypi.python.org/packages/source/w/watchdog/watchdog-|project_version|.tar.gz
$ tar zxvf |project_name|-|project_version|.tar.gz
$ cd |project_name|-|project_version|
$ python -m pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
author="Yesudeep Mangalapilly",
author_email="yesudeep@gmail.com",
license="Apache License 2.0",
url="http://github.com/gorakhargosh/watchdog",
url="https://github.com/gorakhargosh/watchdog",
keywords=' '.join([
'python',
'filesystem',
Expand Down

0 comments on commit d424b69

Please sign in to comment.