1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-07 16:48:38 +00:00

Fixed old links in documentation

This commit is contained in:
Nicolas Lœuillet 2017-05-03 15:54:56 +02:00
parent 9c09c253fe
commit 56f9a60f49
No known key found for this signature in database
GPG key ID: BDC1EFB5CA0145F2
12 changed files with 18 additions and 18 deletions

View file

@ -102,7 +102,7 @@ If you were using wallabag v1.x, you need to export your data before migrating t
If you have multiple accounts on the same instance of wallabag, each user must export from v1 and import into v2 its data.
.. note::
If you encounter issues during the export or the import, don't hesitate to `ask for support <https://www.wallabag.org/pages/support.html>`__.
If you encounter issues during the export or the import, don't hesitate to `ask for support <https://gitter.im/wallabag/wallabag>`__.
When you have retrieved the json file containing your entries, you can install wallabag v2 if needed by following `the standard procedure <http://doc.wallabag.org/en/master/user/installation.html>`__.
@ -124,7 +124,7 @@ From the previous wallabag instance on which you were before, go to `All article
From your new wallabag instance, create your user account and click on the link in the menu to proceed to import. Choose import from wallabag v2 and select your json file to upload it.
.. note::
If you encounter issues during the export or the import, don't hesitate to `ask for support <https://www.wallabag.org/pages/support.html>`__.
If you encounter issues during the export or the import, don't hesitate to `ask for support <https://gitter.im/wallabag/wallabag>`__.
Import via command-line interface (CLI)
---------------------------------------

View file

@ -87,7 +87,7 @@ Execute this command to download and extract the latest package:
wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_.
You will find the `md5 hash of the latest package on our website <https://static.wallabag.org/releases/>`_.
Now, read the following documentation to create your virtual host, then access your wallabag.
If you changed the database configuration to use MySQL or PostgreSQL, you need to create a user via this command ``php bin/console wallabag:install --env=prod``.

View file

@ -67,7 +67,7 @@ Download the last release of wallabag:
wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package
You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_.
You will find the `md5 hash of the latest package on our website <https://static.wallabag.org/releases/>`_.
Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours.