summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index ee9dc63..a7d866f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,11 +3,15 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
+.. _PyFilesystem2: https://docs.pyfilesystem.org/
+
Welcome to PyFilesystem's documentation!
========================================
PyFilesystem provides a simplified common interface to a variety of different filesystems, such as the local filesystem, zip files, ftp servers etc.
+**Note:** The project has largely been replaced by PyFilesystem2_ which offers many improvements over the original.
+
Guide
-----